revoke11 Posted December 5, 2024 Posted December 5, 2024 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?
Khaleesi Posted December 6, 2024 Posted December 6, 2024 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
revoke11 Posted December 6, 2024 Author Posted December 6, 2024 hmm. Yea just double checked. 19 tiles are 100% on the minimap, in some directions 20.