
Originally Posted by
alexttlyrocks
I can't even get this script to work. I set it up to fletch at clan wars but it keeps saying "Please log in and setup the position as needed." im using smart v8.0, and did everything you said to do to set it up, I have no idea why its saying that.
hope you mean castle wars,
try version 1.2a now,
if its still not working, goto line 876 and remove this
Code:
while not (loggedingame) do
begin
if(FindColorSpiralTolerance(x, y, 143319, 703, 28, 705, 30, 50))then
begin
loggedingame:= true;
end;
ClearDebug;
if(Debug)then begin
Writeln('Please log in and setup the position as needed'); end;
Wait(500);
end;