Thanks, for other newcomers, you can use something like that to move mouse on object.
Rectangle y = object.getMouseDestination().getDestination();
sA.client.moveMouse(new RectangleDestination(y), true);
Hey, could someone point me at right direction, im currently trying to make object wireframe visible in my script, for more visual effect and easier debugging.
What I need is, example code of drawing model. Thanks in advance ;)
For smoking rocks you can use model height detection or gather all smoking rock id-s and then detect if u are interacting with one, and for pickaxe head check for grounditems.