Outdated. duhuh.
Printable View
Outdated. duhuh.
This seems pretty good. Nice work!
Ty lots :) Ur essminer owns :D And ur finnish? Just thought by the name... As im from finland :P
Yes I'm :D So many Finns in these forums.
Eikä? :O Siis säki. :D
is there anybody canadien here?
And good job making that with no internet connection
I cant get it to work. The cursor just stays at the inventory tab. Im trying to mine copper at rimmington.
________
POV JAPANESE
Do you have your pick in your inventory?
or... Do you have it set so that you equip your pick?
I actually have no clue, i haven't downloaded it yet.
well i dont you think mine on the updated ores because it is much harder for the script to pick up the colours you should mine copper at like the varrock east mines those ores havnt been updated there for it will be much qiucker and less hassle have fun lol
I have no idea about how well this works. Havent really tried much, but id like to hear things i could do to make this better, as i dont even macro much but its fun to make scripts. Just noticed a big bug.. Updating right away.
EDIT: Updated, now clicks rocks better.
my run away direction doesnt work Oo
Whats wrong ?Quote:
Line 174: [Hint] (200:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
SRL Compiled in 1703msec.
[Runtime Error] : Out Of Range in line 55 in script C:\Documents and Settings\Mvkoe\Bureaublad\Mathias\Gof - Miner Bug fixed.scar
eeehhh...? Wat?
SCAR Code:Procedure DeclarePlayers;
Begin
HowManyPlayers := 1;// Set Number of Players here.
NumberOfPlayers(HowManyPlayers);// Sets the Players Array Length
CurrentPlayer := 0;// The player you are using currently..
Players[0].Name := 'namehere';//Username
Players[0].Pass := 'passhere'; //Password
Players[0].Nick := 'ame'; //3 or 4 letters username
Players[0].String1 := 'iron'; //What kind of ore this account mines? clay/copper/tin/iron/coal ?? Note: lowercase pl0x?
Players[0].Loc := ''; //Location of ur acc...
Players[0].Skill := 'Mining';
Players[0].Active := True;
Writeln(inttostr(HowManyPlayers) + ' Players');
End;
That should work for the declareplayers.
Mvkoe, Its just hint what comes like everytime... Don't mind about it.Quote:
Line 174: [Hint] (200:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
you dont need things like find pick head in there. just put find pick head in your procedure