revoke11 Posted December 5 Share Posted December 5 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? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted December 6 Share Posted December 6 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 Quote Link to comment Share on other sites More sharing options...
revoke11 Posted December 6 Author Share Posted December 6 hmm. Yea just double checked. 19 tiles are 100% on the minimap, in some directions 20. Quote Link to comment Share on other sites More sharing options...