Ever since the update . yesterday i have been having problems using sps near falador .. between falador and the snapegrass i can only walk to one point and then it just stands there and doesnt move ...
try this .. walk to the underwall shortcut south wall of falador and run this
Simba Code:
program new;
{$DEFINE SMART}
{.include SRL/SRL.scar}
{.i SRL/SRL/core/SPS/SPS.simba}
var
MainPath: TPointArray;
Procedure WalkToSnape;
begin
if SPS_WalkPath(MainPath) then
Writeln('Walked To SnapeGrass');
end;
begin
SPS_Areas := ['8_3', '8_4'];
MainPath:=[Point(3434,1930),
Point(3428,1970),
Point(3419,2004),
Point(3398,2027),
Point(3374,2045),
Point(3351,2047),
Point(3329,2044),
Point(3312,2035),
Point(3296,2022),
Point(3276,1999),
Point(3264,1979),
Point(3255,1960),
Point(3250,1936),
Point(3246,1922)];
Smart_Server := 112;
Smart_Signed := True;
SetupSRL;
ActivateClient;
WalkToSnape;
end.
You Need SPS
Please Let me Know If this Successfully Gets You to the snape grass or where it gets stuck and any ideas why ... : ')