January 18, 201610 yr Title says all, I want to WALK instead of RUN. However when I trigger a walking event the bot toggles running on. Is this part of the walking event? And how can I stop it?
January 18, 201610 yr http://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html#setEnergyThreshold-int-
January 18, 201610 yr Title says all, I want to WALK instead of RUN. However when I trigger a walking event the bot toggles running on. Is this part of the walking event? And how can I stop it? If your manually creating the event u can do: WalkingEvent malaria = new WalkingEvent(); malaria.setEnergyThreshold(101); Might not work but basically it will only run when your run energy is 101 or higher (impossible) Edited January 18, 201610 yr by LoudPacks
January 18, 201610 yr Author If your manually creating the event u can do: WalkingEvent malaria = new WalkingEvent(); malaria.setEnergyThreshold(101); Might not work but basically it will only run when your run energy is 101 or higher (impossible) I'm using webwalking event which doesn't have that option
January 19, 201610 yr Developer I'm using webwalking event which doesn't have that option a webWalkEvent.disableRun() will be added on the next build
Create an account or sign in to comment