i tried the search bottum but didnt find anything
im trying to edit a autofighter so when it walks to far from the monsters respawn point and cant find any other then it walks back..i made one easy to edit cuz i dont train on the same spot over and over and the colors keep changing..so there a way to add tol to findDTM ?
SCAR Code:
procedure refresh;
begin
zom := DTMFromString('78DA632C676260486740012E76260C22409A1' +
'188FF03016316504D3CA61A7EA81A10606C01AA49C454C385AC26' +
'07A8260F558DA3B511AA394D4035C5A86AEC6CF451CDA901AA694' +
'65513D8908AA2060048880E6E');
begin
if (FindDTM(zom,x, y,MMX1,MMY1,MMX2,MMY2))then
Mouse(x,y,5,5,true);
wait(750+random(500));
begin
FreeDTM(zom);
end;
end;
end;