taking into consideration that i am new to scripting but i am willing to learn, what would you recommend i use/learn in order to find the fishing spots in the fishing guild.
i have the idea to use this, but it dosent always work specially if theres someone on the spot already.
SCAR Code:Procedure FindfishingSpot;
Procedure FindfishingSpot;
begin
repeat
FindObjCustom(x,y,['cage','age','cag'],[8417382,9340029,8944499,11379871,
10195339,9800323],20)
mouse(x,y,4,4,false);
until ChooseOption('Cage');
end;



Reply With Quote



