KMJT Posted May 14, 2014 Share Posted May 14, 2014 This is from non-osbot2 api. Is setRunning(true) broken? If so are there any plans to fix it? This does not turn run on, just spams before and after: public int onLoop() throws InterruptedException { log("before"); setRunning(true); log("after"); return 50; } Link to comment Share on other sites More sharing options...
Extreme Scripts Posted May 14, 2014 Share Posted May 14, 2014 (edited) This is from non-osbot2 api. Is setRunning(true) broken? If so are there any plans to fix it? This does not turn run on, just spams before and after: public int onLoop() throws InterruptedException{ log("before"); setRunning(true); log("after"); return 50;} Yes using setRunning(true) with orbs is broken, the hooks will be updated in the next release as for the moment just turn the orbs option off and it will work as normal or alternatively interact with the interfaces using your own method. Edited May 14, 2014 by Divinity Link to comment Share on other sites More sharing options...
KMJT Posted May 14, 2014 Author Share Posted May 14, 2014 Yes using setRunning(true) with orbs is broken, the hooks will be updated in the next release as for the moment just turn the orbs option off and it will work as normal or alternatively interact with the interfaces using your own method. What are orbs? >.< Link to comment Share on other sites More sharing options...
Pandemic Posted May 14, 2014 Share Posted May 14, 2014 What are orbs? >.< The things near the minimap that show health, prayer, and run energy. 2 Link to comment Share on other sites More sharing options...