Jump to content

Walk to exact tile


Recommended Posts

Posted (edited)

You can set the walker threshold to 0 (if using walking event)

 

or 

 

// get minimap tile for position

MiniMapTileDestination minimapSpot = new MiniMapTileDestination(getBot(), position);

 

// get main screen tile for position

MainScreenTileDestination mainScreenSpot = new MainScreenTileDestination(getBot(), position);

 

// click spot on minimap

getMouse().click(minimapSpot);

 

// click spot on main screen

getMouse().click(mainScreenSpot);

Edited by Czar
  • Like 2

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...