KMJT Posted May 14, 2014 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; }
Extreme Scripts Posted May 14, 2014 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
KMJT Posted May 14, 2014 Author 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? >.<
Pandemic Posted May 14, 2014 Posted May 14, 2014 What are orbs? >.< The things near the minimap that show health, prayer, and run energy. 2