Mykoplazma 24 Posted October 17, 2017 Share Posted October 17, 2017 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 More sharing options...
Droidz 2674 Posted October 17, 2017 Share Posted October 17, 2017 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 More sharing options...
camelot10 155 Posted October 18, 2017 Share Posted October 18, 2017 no need for such coding /cast [@cursor] Far Sight Droidz 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now