Hello,
I've been having some trouble getting my script to hover over and click a specific tile near the player (in this case in the Al-kharid mine).
new Position(3299, 3273, 0).hover(getBot());
getMouse().click(false);
It seems neither of these methods work, even when directly next to the tile. I've cobbled this solution together from a few old threads but perhaps the API has changed? I'm using mirror mode if that makes any difference.
Any help would be appreciated.