Jump to content

dayong1433

Members
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

dayong1433's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. public void onStart() { bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } the code is correct but “beekeeper” still working red screen
  2. 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
  3. 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!
  4. Give me an example baby, plz!!!!!thank you !about entity
  5. thank you ,But I'm not can't use "entity area"
  6. I will not use filters;about entity Can you give me an example?
  7. 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!
  8. getRunEnergy(),isRunning(),setRunning(), Can't work!!!!!!!
×
×
  • Create New...