Jump to content

Why do not you go to a position?


trainux

Recommended Posts

5 minutes ago, Muffins said:

if the tile is further than 10 spaces (or off of the minimap) you will need to use getWalking().webWalk() instead.

As you can notice, it is only 1 distance coordinate.

1 minute ago, ProjectPact said:

need to set threshold to 0 or use minimap on exact tile

I did not understand, could you give a better explanation? please.

Link to comment
Share on other sites

17 minutes ago, trainux said:

As you can notice, it is only 1 distance coordinate.

I did not understand, could you give a better explanation? please.

WalkingEvent event = new WalkingEvent(new Position(0,0,0));

event.setMinDistanceThreshhold(0);

execute(event);

https://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html

  • Like 1
Link to comment
Share on other sites

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

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