Verify 0 Posted May 15, 2020 Hi, I would like to know know how to make the mouse click a position on the screen that is relative to where default dreambot methods click. For example, with getMouse drag to getNpcs().closest("gobin"), I would like to make the mouse click +100 x from the position of the goblin instead of on the goblin. Also, how is the position of the click on an entity calculated? It is random? middle?
Pseudo 179 Posted May 15, 2020 The click on an npc is just a random coordinate inside the entity's bounding box. As regards to the first part, the Mouse class in the API contains everything you need to do what you're talking about.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.