Jump to content

"getWalking().walkPath" not working as expected


Recommended Posts

Posted

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

 

Posted (edited)

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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