Jump to content

virtusnex

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

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

virtusnex's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Yikes that makes much more sense, thanks, working now!
  2. WebWalkEvent webEvent = new WebWalkEvent(Position); webEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return (getSkills().getDynamic(Skill.HITPOINTS) < 5); } }); execute(webEvent); I've looked around on ways to set a break condition for my WebWalkEvent when my bot is low on health, but I'm getting these red lines from all of the code I see without any option to import anything. Is there anything I am missing here? I've yet to see anyone else mention this.
×
×
  • Create New...