Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question modifying Runemate's mouse

Joined
Mar 14, 2017
Messages
2
I am looking to modify some of runemate's mouse movement and clicking functions for my own scripts. How do I get the screen coordinates of where the Runemate's mouse path and final click destination? Ideally just a list of x,y coordinates, specifically without having the actual movements and clicking carried out by RM.
 
Joined
Mar 14, 2017
Messages
2
what does that mean exactly, like extend the class and override the method? All of runemate's internal functions wouldn't use my new method correct? For example, if a script calls to left click on an interactable, it would still use runemate's pathgenerator, mouse movement, and click functions.

Is there a way to modify a method inside the runemate jar that would be used globally by my code as well as the internal functions?
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
You could always use Mouse.setPathGenerator and have it delegate to a customized mouse but that's not allowed in some situations..
 
Top