Need help with my projekt guildfisher
this is the script i need help with... made banking so far... now i need to make a path to the fising spots and start fishing...
procedure walktofishingspoint;
var x,y : Integer;
begin
FindColorTolerance(x, y, 1128001, 666, 104, 721, 56,30)
MoveMouseSmooth(x + 20 ,y + 2);
ClickMouse(x,y,true)
end;
this procedure doent do anything... but it compiles.. what is wrong?
Need help with using findcolorTolerance and i need to know of a good command to locate all the fish spots...