osunateosu
03-29-2012, 02:40 AM
I was wondering if someone could help me figure out whats going wrong with my SPS walking.
My code looks like this also i have declared the vars already.
begin
ClearDebug;
SetUpSRL;
ActivateClient;
DeclarePlayers;
LoginPlayer;
SPS_Setup(Runescape_Surface,['8_6','8_5','7_6','9_6','9_5']);
Writeln(SPS_GetMyPos);
myPath := [Point(3875, 2550), Point(3730, 2205), Point(4040, 2270)];
SPS_WalkPath(myPath);
end.
I do have the updated world map, I think the issue is the fact that the point I start on is (4030, 2350) but then the first point is (3875, 2550). But when I click on Wolygon's path creator thats the point it gives me. I'm clicking a point right by where my character starts at.
All help is appreciated, thanks!
Nate.
My code looks like this also i have declared the vars already.
begin
ClearDebug;
SetUpSRL;
ActivateClient;
DeclarePlayers;
LoginPlayer;
SPS_Setup(Runescape_Surface,['8_6','8_5','7_6','9_6','9_5']);
Writeln(SPS_GetMyPos);
myPath := [Point(3875, 2550), Point(3730, 2205), Point(4040, 2270)];
SPS_WalkPath(myPath);
end.
I do have the updated world map, I think the issue is the fact that the point I start on is (4030, 2350) but then the first point is (3875, 2550). But when I click on Wolygon's path creator thats the point it gives me. I'm clicking a point right by where my character starts at.
All help is appreciated, thanks!
Nate.