Jump to content

Walking bugged


Pro

Recommended Posts

Having the same issue as someone else who posted here with the bot walking to a weird area and just standing there. I'm using Khali's Runecrafter and I also posted there in case it had something to do with his script, but he insists that it's the client.

 

 

 

Maybe there is some miscalculation in calculating the localX and localY from the globalX and Y?

I assume that the localX and localY are used to click the minimap?

 

The code to walk Closer to the ruin as said on the status is: (object being the Myserious ruins)

Settings.status = "Walking closer to " + object.getName();
script.localWalker.walk(object, true);
Utils.sleep(script, 100, 400);

Does osbot return the ruins on a wrong position?

 

kind regards

Khaleesi

 

Edited by Khaleesi
  • Like 2
Link to comment
Share on other sites

Maybe there is some miscalculation in calculating the localX and localY from the globalX and Y?

I assume that the localX and localY are used to click the minimap?

 

The code to walk Closer to the ruin as said on the status is:

Settings.status = "Walking closer to " + object.getName();
script.localWalker.walk(object, true);
Utils.sleep(script, 100, 400);

kind regards

Khaleesi

 

Thanks Khaleesi, I assume that localWalker is bugged and needs to be updated. Just curious, what is it used for in your script? Can it be removed? Because like I mentioned on the other thread, I'm standing literally the tile adjacent to the ruins and instead of entering it just walks away. Otherwise it's working pretty well ^^

Edited by Pro
Link to comment
Share on other sites

  • Developer

Maybe there is some miscalculation in calculating the localX and localY from the globalX and Y?

I assume that the localX and localY are used to click the minimap?

 

The code to walk Closer to the ruin as said on the status is: (object being the Myserious ruins)

Settings.status = "Walking closer to " + object.getName();
script.localWalker.walk(object, true);
Utils.sleep(script, 100, 400);

Does osbot return the ruins on a wrong position?

 

kind regards

Khaleesi

 

does your script move camera when walking?

is new region load being performed while walking?

Link to comment
Share on other sites

You can try using false.

Though, does the issue happen after new region has been loaded or always?

It only happens once in a while during the pathing, it's standing there and the region does load once it hits the tile next to the ruins and then it switches from entering ruins to that status, but it does the same on other occasions and preforms just fine.

Link to comment
Share on other sites

You can try using false.

Though, does the issue happen after new region has been loaded or always?

I will remove the true and push an update,

 

It only happens once in a while during the pathing, it's standing there and the region does load once it hits the tile next to the ruins and then it switches from entering ruins to that status, but it does the same on other occasions and preforms just fine.

Ya idk The ruin gets loaded at a wrong place.

MGI Icould it be it messes up the localX and localY and place them int he wrong region?

So walker walks to the potions of the "ruins" in the wrong region?

 

Khaleesi

Edited by Khaleesi
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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