Jump to content

Cursor position to X,Y,Z


Mykoplazma

Recommended Posts

Is there a possibility to read cursor position and return the current position of x y z of it? ( for casting aoe spell without targeting something on the ground) . The goal is to cast the aoe spell under current cursor position when some keybind is pushed down.

Link to comment
Share on other sites

Hello, you cannot with default feature, but you can try code like:

var spell = new Spell("*****");
spell.Launch(false, false);
Thread.Sleep(Usefuls.Latency + 50);
robotManager.Helpful.Mouse.ClickLeft();

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...