Jump to content

Minimap walking


revoke11

Recommended Posts

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?

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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