i have just gotten interested in scripting and have a few questions
used on some tuts i have read there has been something likeSCAR Code:FFlag(5)
whats that?
how do i work mmouse?
after this power choper here i come!![]()
(that will be my first script!
i have just gotten interested in scripting and have a few questions
used on some tuts i have read there has been something likeSCAR Code:FFlag(5)
whats that?
how do i work mmouse?
after this power choper here i come!![]()
(that will be my first script!
dont bother with fflag yet, its for walking, and for mmouse, what it does is it moves your cursor to a certain coordinate use it like this: mmouse(10,10,2,2);
this moves your cursur to 10,10 but with a randomness of 2, everytime the first value is for the x and the second for the y
Infractions, reputation, reflection, the dark side of scripting, they are.



FFlag(5); waits until the flag on the minimap is in 5 pixels from the minimap center.
FFlag(10); would wait until it is 10 pixels in range from the mm center, and so on.
MMouse is Movemouse, like Mouse but doesn't click.
params are
MMouse(x, y, randx, rany);
EDIT: grr.. i've been beaten :P
well thanks for the help
would mmouse(10,10,0,0) make the clicking random every time? i have seen this in tuts and i never understood
also excpect a finished product of my fist ever script!



the (x, y, randx, randy)
x, y is where you want to click.
randx, randy are the random it will add/subtract. if you put 0,0 for both it won't be random at all.
There are currently 1 users browsing this thread. (0 members and 1 guests)