Well, Im done with my Oak power chopper. The only thing is my tree finding.... It works, But it find the color cords, and keeps click there in the same spot, i use FindColorTolerance, Does any1 have a better tree finding procedure? heres the script...
SCAR Code:{------------------------------}
{ OakCutting }
{------------------------------}
Procedure OakCutting;
begin
repeat
if FindColorTolerance(x, y, 3180672, 10, 10, 766, 501, 2)then
begin
Mmouse(x, y, 1, 1)
if(IsUpText('Oak'))then
begin
Wait(3000 +Random(249))
Mouse(x, y, 0, 0, true)
end;
end;
Until InvFull;
end;


Reply With Quote




