farmerGold Posted June 12, 2016 Posted June 12, 2016 click on the minimap how to make ? I will be very grateful
ikk Posted June 12, 2016 Posted June 12, 2016 (edited) This is how I do it: S.mouse.click(new MiniMapTileDestination(S.bot, area.getRandomPosition(), false)); //sleep Edited June 12, 2016 by ikk
AresScripts Posted June 12, 2016 Posted June 12, 2016 click on the minimap how to make ? I will be very grateful public boolean clickMiniMapPosition(Script script, Position position) throws InterruptedException { return script.mouse.click(new RectangleDestination( script.bot, new MiniMapTileDestination( script.bot, position).getBoundingBox())); }
FrostBug Posted June 12, 2016 Posted June 12, 2016 public boolean clickMiniMapPosition(Script script, Position position) throws InterruptedException { return script.mouse.click(new RectangleDestination( script.bot, new MiniMapTileDestination( script.bot, position).getBoundingBox())); } 2