
Originally Posted by
Dracody
Oh well, the DTM's are failing for me , I need some good ones, but once you make the DTM it will work, unless you switch world ,
Why Smart? if it isnt working.

Srl Stats isnt working yet either as I have seen.
There is Tpa of the spot

. the only faliures are those DTM'S and some chat randoms finding.
SCAR Code:
{*******************************************************************************
Function CheckIfSpot : Boolean;
by: Dracody
Description: Checks if the spot chosen before is still there.
*******************************************************************************}
Function CheckIfSpot : Boolean;
Var SpotToF : String;
begin
if not LoggedIn then Exit;
MakeCompass('N');
Wait(800+random(800)) ;
MMouse(CurSpotX,CurSpotY,1,1);
Case WhatToFish of
'Shark': SpotToF := 'et';
'Lobster':SpotToF := 'age';
end;
if IsUpTextMultiCustom([SpotToF, 'ishi', 'ing Spot']) and IsUpText(SpotToF) then
begin
WriteLn('Spot Is Still there');
result:= true;
end else
begin
result := false;
WriteLn('Cant find the current spot');
end;
Wait(800+random(800)) ;
end;
It fails always, so it clicks every 10 seconds, try checking with TPA, 
SMART works for me.. nvm the SRL-Stats.. You want me to help you with the harpoon DTM, read my PM. 
~Eerik~