heres my new question:
what do i need to write to make mouse move and click somewhere?
(remplace variables by XXXXX please)
thanks
heres my new question:
what do i need to write to make mouse move and click somewhere?
(remplace variables by XXXXX please)
thanks
x: x coordSCAR Code:MMouse(x, y, rx, ry);
y : y coord
rx: random x coord
ry: random y coord
x: x coordSCAR Code:Mouse(x, y, rx, ry, left);
y : y coord
rx: random x coord
ry: random y coord
left: left click or not (true/false)
eeeh whats the difference between the two? do i need to insert both in my script?
SCAR Code:// Moves Mouse
MMouse(XXXXX, YYYYY, RXRXRX, RYRYRY);
// Clicks Mouse
Mouse(XXXXX, YYYYY, RXRXRX, RYRYRY, True); // True = LeftClick, False = RightClick
~NS
is it a boolean? what is it classified? i already did the boolean function headers...im lost
As Nadeem said, it is a boolean type.
True or False.
im learning =P
well is random position required or i can remove it,because that i have a precise location,right click on the rest icon
Last edited by darktemplar242; 07-16-2009 at 05:42 AM. Reason: added to prevent DP
Randomness isn't a must, you can just place 0, 0 so its hits the point you said on the spot.
~NS
It is very much required in RuneScape.
oh damn kyle,theres an error in your part of coding
Line 5: [Error] (5:11): Unknown identifier 'GetMMLevels' in script
Update SRL.
it is
No, it is not.
There are currently 1 users browsing this thread. (0 members and 1 guests)