December 5, 20241 yr 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?
December 6, 20241 yr Developer 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
December 6, 20241 yr Author hmm. Yea just double checked. 19 tiles are 100% on the minimap, in some directions 20.
Create an account or sign in to comment