Jump to content

Minimap walking


Recommended Posts

Posted

I have the following code

 MiniMapTileDestination mdst = new MiniMapTileDestination(s.getBot(),dst);
            s.mouse.click(mdst);

The destination tile is 20 tiles away and is visible on the minimap but the mouse won't click on the tile.

After some debugging the minimap function returns that the tile is not visible on the minimap.

I was reading in an old forum post that Minimap walking is limited to 14 tile distance?

 

Posted
12 hours ago, revoke11 said:

I have the following code

 MiniMapTileDestination mdst = new MiniMapTileDestination(s.getBot(),dst);
            s.mouse.click(mdst);

The destination tile is 20 tiles away and is visible on the minimap but the mouse won't click on the tile.

After some debugging the minimap function returns that the tile is not visible on the minimap.

I was reading in an old forum post that Minimap walking is limited to 14 tile distance?

 

20 tiles won;t be on the minimap, the range of the minimap is 15-16 tiles around the player :)
So yes 14 could be correct to have a small margin :D

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