What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Clicking on the Screen (2D, buttons etc)

Giwin

Well-Known Member
Joined
Dec 3, 2011
Messages
3,431
Reaction score
48
I know you need to use ClickToMove but can't find any example etc and there doesn't seem to be a GetWoWScreenResolution with percentages either.

Just wondering if anyone knows how to, on piroxbots you had the X and the Y.

in the Styx Library
 
Last edited:
I know you need to use ClickToMove but can't find any example etc and there doesn't seem to be a GetWoWScreenResolution with percentages either.

Just wondering if anyone knows how to, on piroxbots you had the X and the Y.

in the Styx Library
You can't. What do you need to click?
You can use /fstack ingame to see the name of just about anything, and then you can do
Code:
Lua.DoString("buttonName:Click()");
 
Back
Top