PDA

View Full Version : my powerminer



shadowblade
12-09-2006, 05:51 AM
program autominer;
{.Include SRL/SRL.Scar}




procedure orefinding;
begin
Findcolor(x,y,54323,5,5,515,340)
Mouse(x,y,5,5,true)
wait(1500)
end;

procedure mining;
begin







procedure dropores;
begin
mousespeed:=1
dropto(2,28)
end;

well i would like to noe how to add tolerance and how to make it mine soemthin lol, and i would like to noe how do u get that bar below ur sig when u post when it tells u how much percentage wise u finsished ur script

shadowblade
12-09-2006, 05:52 AM
i left some space for the procedure mining becoz i dont noe how to make it mine lol

krunkjuice
12-09-2006, 03:00 PM
Well won't the orefinding procedure also click the rock. I meen you have


Mouse(x,y,5,5,true);

And that should click on the spot that it finds the color at. So I guess im confused as to what you want the mining procedure to do.

TOB
12-09-2006, 03:04 PM
Well even what you have isn't good:


procedure orefinding;
begin
if(Findcolor(x,y,54323,5,5,515,340)) then Mouse(x,y,5,5,true);
FTWait(6);
end;

http://fenjer.com/adnan/SRL/ For the sigs