Jump to content

obrandso

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

obrandso's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. What is the most efficient way to cross the wildy ditch?.. i tried with widget but couldnt get it to press the "Enter Wilderness" button. It would press "Cross" and get the menu up, but the mouse would stand still in the middle and then close the menu and re-click the "Cross" ditch again..
  2. So conditionalsleep better than static sleep? if i change it to this code only, it would read the code under it if it returns false right? and if true, it will keep looping the statement until i get to the bankArea? but will it work like this then? if (!getInventory().contains("Law rune")) { getWalking().webWalk(bankArea); } if (bankArea.contains(myPOS)) { getBank().open(); i wrote the code at night so i was a bit flumsy. I will change the return value... EDIT: nvm i fixed it! thanks!
  3. Can i put in the first if statement like this.. if (!getInventory().contains("Law rune")) { getwalking.webwalk(bankArea); if (!bankArea.contains(myPOS)) { getWalking().webWalk(bankArea); } or how do i resolve this?
  4. So i need some help since my bot just stands still and i get "error in script executor" in the logger. this is my first time scripting, so trying to learn it all. Appreciate if the help can be in my "noob level" of understanding! This is the code....
×
×
  • Create New...