It doesn't work, I'm trying to walk from Falador bank to the temple.
program SPSTut;
{$i srl/srl.simba}
{$i sps/sps.simba}
Var
myPath:TPointArray;
begin
SetupSRL;
SPS_Setup(RUNESCAPE_SURFACE,['8_7']);//SPS Areas
myPath := [Point(382, 332), Point(376, 302), Point(398, 295),
Point(414, 279), Point(432, 273), Point(454, 262), Point(455, 244),
Point(456, 217), Point(454, 194), Point(455, 155), Point(440, 140),
Point(423, 131), Point(405, 119), Point(391, 106), Point(386, 88),
Point(385, 68), Point(383, 49), Point(382, 31), Point(379, 17)];//Path
SPS_WalkPath(myPath);
end.


Reply With Quote





