Hi
I'm looking to figure out how to use MouseCircle. I want to click on the summoning icon.
MouseCircle(MidX, MidY, Radius, clicktype: integer);
MidX, MidY looks like the middle coords of the circle to me. In my case, that's (706, 143). Clicktype is leftclick so that's 1.
-->
MouseCircle(706, 143, Radius, 1);
I've tried a couple different Radiusses but it hasn't been close to the MidX, MidY points yet. Can anyone explain how to use MouseCircle?
Thanks in advance![]()









Reply With Quote





