Mikasa Posted June 30, 2017 Posted June 30, 2017 Just now, promichael said: None of my scripts are working. They just sit around rotating the camera. https://gyazo.com/8d86774f8e3334fac04e9919a01d8729 they are aware, rs update broke the client, & they are working to fix it
promichael Posted June 30, 2017 Posted June 30, 2017 2 minutes ago, Mikasa said: they are aware, rs update broke the client, & they are working to fix it Got it! Thanks!
Apaec Posted July 2, 2017 Posted July 2, 2017 (edited) Also seem to be struggling with mouse listeners ): Running on Windows 10: getBot().addMouseListener(....); fires the mouse events when human input is enabled, but does not when human input is disabled. getBot().getCanvas().addMouseListener(....); does not fire mouse events at all, whether human input is either enabled or disabled. The first one worked perfectly for .127, now neither achieve what I was hoping for. Not sure why this is! _____ As a side note, for me the enable/disable human input option is working perfectly and doing its job as it should, thanks for this (: Cheers -Apa Here's a gif illustrating the issue when calling getBot().addMouseListener: http://i.imgur.com/Gl97TOJ.gifv on previous versions, it would respond both when human input is disabled and enabled. Edited July 2, 2017 by Apaec