ive made this for my fisher...
but the problem is is that it keeps clicking the same fishingspot or area over and over even if it knew that one spot had no cage lobbie in it...
how do i add something that would help it avoid this from clicking in the same area
SCAR Code:
procedure FindFishingSpots;
begin
FishingSpots:=DTMFromString('78DA63FCC4C0C070910105CC38F086410E483' +
'342F98C1F31D5E4B52C4255F399083520BB2E10A1E6127E3500EE' +
'831204')
if FindDtmIn( x1,y1,FishingSpots,10,10,MSX2,MSY2)then
begin
MMouse(x1,y1,2,2)
wait(1000+(200))
if(IsUpText('age'))then
Mouse(x1,y1,2,2,false)
wait(500 + random(300))
ChooseOption(x,y,'age')
Wait(WaitTime*1000+random(500))
if(IsUpText('et'))then
Mouse(x1,y1,2,2,false)
wait(800 + random(100))
ChooseOption(x,y,'Examine')
end;
end;
many thanks for those who have helped me!