You need to make an event and setMinDistanceThreshold to 0 to walk to exact tile
WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event
myEvent.setMinDistanceThreshold(0);
execute(myEvent); //executing the event
Sounds good but I’m not %100 sure
if you only have like 1 or 2 skills trained everything else 1 it will think you’re a bot. If you have an acc with mixed random stats you’ll be good. It’s mainly for the accs that are purely gold farming accs it detects well
could do something like
ladder = getObjects.getAll().stream().filter(a -> a.getName().equals("Ladder") && a.getX() == 123 && a.getY() == 123);
on mobile btw not sure how format looks
Position pos1 = new Position(1, 2, 0);
Position pos2 = new Position(2, 4, 0);
Position pos3 = new Position(1, 1, 0);
getWalking().webWalk(pos1, pos2, pos3);
https://osbot.org/forum/topic/111003-basic-walking-webwalking-tutorial-a-simple-concept/