Mahatna
05-20-2012, 07:10 PM
Hey guys, for somereason i my SPS fails to walk at all
program SPSTut;
{$i srl/srl.simba}
{$i sps/sps.simba}
Var
myPath:TPointArray;
begin
SetupSRL;
SPS_Setup(RUNESCAPE_SURFACE,['7_11']);
myPath := [Point(182, 262), Point(188, 261), Point(192, 257), Point(200, 251),
Point(206, 246), Point(212, 238), Point(222, 237), Point(233, 236), Point(247, 238),
Point(263, 238), Point(278, 237), Point(289, 236), Point(297, 236), Point(312, 236),
Point(332, 234), Point(338, 234), Point(350, 234), Point(362, 234), Point(374, 233),
Point(381, 231), Point(418, 234), Point(422, 230), Point(433, 221), Point(478, 217),
Point(492, 213)];
SPS_WalkPath(myPath);
end.
TheRunescape surface im using is the karamha one, near shilo village, do i need more surface points? im using this map '7_11'
program SPSTut;
{$i srl/srl.simba}
{$i sps/sps.simba}
Var
myPath:TPointArray;
begin
SetupSRL;
SPS_Setup(RUNESCAPE_SURFACE,['7_11']);
myPath := [Point(182, 262), Point(188, 261), Point(192, 257), Point(200, 251),
Point(206, 246), Point(212, 238), Point(222, 237), Point(233, 236), Point(247, 238),
Point(263, 238), Point(278, 237), Point(289, 236), Point(297, 236), Point(312, 236),
Point(332, 234), Point(338, 234), Point(350, 234), Point(362, 234), Point(374, 233),
Point(381, 231), Point(418, 234), Point(422, 230), Point(433, 221), Point(478, 217),
Point(492, 213)];
SPS_WalkPath(myPath);
end.
TheRunescape surface im using is the karamha one, near shilo village, do i need more surface points? im using this map '7_11'