Jump to content

Does walking event toggles running?


lisabe96

Recommended Posts

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 by LoudPacks
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...