Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. ur supposed to just wait m8
  2. Ye but make sure you get it I'm Mx Browns
  3. WebWalkEvent toDestination = new WebWalkEvent(INodeRouteFinder.createAdvanced(), destination); //can do Position position || try area.getRandomPosition(); toDestination.setBreakCondition(new Condition() { //if true, break the walker. @Override public boolean evaluate() { return condition; //area.contains(myPos) || pos.distance() <= threshold } }); execute(toDestination);
  4. wait till it gets fixed i guess. randoms don't do anything anyways
  5. 1 att 1 str 1 def 99 firemake. arson pker
  6. Try this messing with it a bit.. grab if the player is skulled, combat avg is around our players level according to current wilderness lvl, and in the wild + not the botters player. Example public Optional<Player> getDangerousPlayers(){ return getPlayers().getAll().stream().filter(o -> o != null && !o.getName().equals(myPlayer().getName()) && playerWithinCombatRange(o.getCombatLevel(), myPlayer().getCombatLevel()) && playerIsSkulled(o) && getMap().getWildernessLevel() > 0).findAny(); }
  7. I got banned using Sinatra swamp collector! i am in the same boat man
×
×
  • Create New...