I'll Try that radius thing in the trees lol. As for the tolerance, everywere i see people say thats the best way to get map walking. But I dont even know how that works, think you can post a thread or explain the function to me with an example? thanks dude.
Update: Awkward I would give you more rep if I could bro, your a lifesaver, this will most definetly make my walking much better. thanks again, Oh, Is the average tolerance still like 5 or 15 ?
Problem Solved : RadialWalkTolerance Works perfectly.
All Thanks to: Awkwardsaw and Coh3n
Final Result
SCAR Code:
program WoodCutter;
{.include SRL/SRL.scar}
Function WalkToTree : Boolean;
begin
if not LoggedIn then Exit;
SetRun(True);
MakeCompass('n');
if RadialWalkTolerance(FindTreeColor, 60, 88, 35, 1, 1, 15) then
begin
Writeln('Walking to Tree');
Result := True;
end else
Writeln('RadialWalk not Set correctly');
end;
begin
SetupSRL;
ClearDebug;
ActivateClient;
if WalkToTree then
Writeln('We have Walked to the Tree :D')
else
Writeln('We have Not Walked To the Tree :D');
end.
I also re-adjusted the Radius like you said Awkward, it goes up to the tree