well, if i put it in my script with an end else to check if it doesn't work,
i saw it didn't work...
after trying anything:
'Coal, coal, oal, al , o'
it's still not worked
Any Help?HTML Code:http://pastebin.com/m453e6eef![]()
well, if i put it in my script with an end else to check if it doesn't work,
i saw it didn't work...
after trying anything:
'Coal, coal, oal, al , o'
it's still not worked
Any Help?HTML Code:http://pastebin.com/m453e6eef![]()
you are just searching for the coal, saying hey we found it, let's see if there's the uptext, but, you never bothered to move the mouse to the coal you found, so of course you won't find the uptext.
Change it to:
Code:# Procedure GetCoalOre; Begin If FindCoal Then Begin MMouse(x, y, 2, 2); //this is what I added, the 2's are for randomness, switch it to what you want wait(250+random(100)); //also added this, so it gives a split second till it checks for uptext If IsUpText('oal') Then Begin Mouse(X, Y, 3, 3, False); ChooseOption('X'); Wait(500+random(300)); TypeSend('18'); // Use Caps-Lock Wait(500); End Else Writeln('Did not found the right uptext.'); End; End;
EDIT: If you need any help just PM me and I'll work with you![]()
still not working mate:/
The uptext is 'Rock' not coal.
If we are talking about MS.
~Hermen
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)