-
about unregisterHook() 2.x.x
public void onStart() { bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } the code is correct but “beekeeper” still working red screen
-
about unregisterHook() 2.x.x
thank you all
-
about unregisterHook() 2.x.x
public void onStart() { getBot().getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } or public void onStart() { bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } encounter “beekeeper” Red screen Still in the running help me
-
osbot 2 about "walk" "EntityAPI" Questions!
I'm a beginner script,Maybe is my poor expression ability. osbot1 RS2Object bbb = closestObjectForName(Area,"Name"); osbot2 RS2Object bbb= objects.closestThatContains(Area,"Name"); //This is wrong How do I modify ? Please give me an example ! thank you!
-
osbot 2 about "walk" "EntityAPI" Questions!
Give me an example baby, plz!!!!!thank you !about entity
-
osbot 2 about "walk" "EntityAPI" Questions!
thank you ,But I'm not can't use "entity area"
-
osbot 2 about "walk" "EntityAPI" Questions!
I will not use filters;about entity Can you give me an example?
-
osbot 2 about "walk" "EntityAPI" Questions!
about walk: osbot 1 : if(aaa!=null){ if(aaa.isvisible()){ log("ok") }else{ walkMiniMap(aaa.getPosition()); // close } }else{ walk(aaa,flase,0,flase);//faraway place } osbot 2 : if(aaa!=null){ if(aaa.exists()){ log("ok") }else{ walk // osbot2 How to use the minimap? } }else{ localWalker.walk(Tile); } about EntityAPI : osbot 1 : RS2Object bbb = closestObjectForName(Area,"Name"); osbot 2 : RS2Object bbb= objects.closestThatContains("Name"); //osbot2 How to use the area? Thank you all here!
-
OSBot 1.8.7 - Banking fix, proxy support!
getRunEnergy(),isRunning(),setRunning(), Can't work!!!!!!!