Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Open another client (2 per client). try that
  2. [iNFO][bot #1][10/25 10:29:04 AM]: Loaded 2 built-in random solvers! [iNFO][bot #1][10/25 10:29:06 AM]: No account selected. Please login manually. Did you try it logged in?
  3. do you have a script manifest on your local scripts.?
  4. Stronghold Crusader was a beast game
  5. check your player height? 190-191 is regular and if stunned it changes!
  6. If you are using get localWalker.walk then you will have to make the points a bit closer together.
  7. Jeans homy they make my Bitch moan
  8. Quality ShitPost CAUSE me IS NOOB KEK
  9. you need a onLoop and you would need to create a switch-case for your getState() @Override public int onLoop() throws InterruptedException { switch(getState()){ case STEAL: break; case DROP: break; case WALK_STALL: break; case POCKET: break; } return random(250, 600); } this: State getState() { if(condition 1) return State.POCKET; } And look through the Inventory and GroundItems API they are helpful Example: GroundItem g = getGroundItems().closest(""); /** remember to null check **/
×
×
  • Create New...