PDA

View Full Version : need help!



shadowblade
12-20-2006, 07:54 PM
well i was determined to finish my first powerminer witch has taken me ages due me not givin a shit and i wanna finish it and i just need help with
If (FindColorSpiralTolerance(x, y, orecolor, MSX1, MSY1, MSX2, MSY2) then



i have find colour in my script but no tolerance lol
i jus dont understand the msx1 msy1 msx2 msy2????
so far my script is
program autominer;
{.Include SRL/SRL.Scar}

const
rockwait=15000;


procedure orefinding;
begin
if(Findcolor(x,y,2371407,5,5,233,190)) then Mouse(x,y,5,5,true);
Flag;
FTWait(RockWait+Random(1000));
end;


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

begin
SetUpSRL;
repeat
orefinding;
until(invfull)
If(Invfull)Then
dropores;
end.
program New;
begin
end.
if any problems please point them out i wanna get this going
...thanks

raimis89
12-20-2006, 08:07 PM
I guess u just need to delete ur 3 last lines

Boreas
12-20-2006, 08:17 PM
That will set mousespeed to one after the first load and keep it like that for the rest of the script, way fast. Use another var like tempspeed so you can put it back.

shadowblade
12-20-2006, 09:24 PM
If (FindColorSpiralTolerance(x, y, orecolor, MSX1, MSY1, MSX2, MSY2) then
thats what i dont understand and i dont noe what ur talkin about boreas sorry???