Jump to content

"getWalking().walkPath" not working as expected


asdttt

Recommended Posts

For whatever reason, every once in awhile OSBot fails to walk my pre-defined path (Slight randomization, only up to 1 tile change max). I've also seen it click tiles next to the tiles it was made to walk to for whatever reason. It's a random occurrence 

Here's the basic code:

Position[] toBank = {
        new Position(3181, 3372, 0),
        new Position(3182, 3380, 0),
        new Position(3178, 3391, 0),
        new Position(3172, 3402, 0),
        new Position(3172, 3415, 0),
        new Position(3175, 3430, 0),
        new Position(3183, 3436, 0)
};

mineBot.getWalking().walkPath(Arrays.asList(toBank));

 

Bugs on: new Position(3172, 3415, 0)

 

https://i.gyazo.com/6a915e387a3ee3340de841e43c62e153.mp4

 

Link to comment
Share on other sites

Ended up just using webwalker and haven't had any problems. Still would really like to just use the "walkPath" utility though..

Getting some serious randomness from webwalker though, which is nice... but at times it's random to the point I'm running inefficient trails (In terms of Gold per hour)

Edited by asdttt
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...