Had to delete SPS and replace it, anyone got the SPS maps?
Thanks in advance
Had to delete SPS and replace it, anyone got the SPS maps?
Thanks in advance
click the Zip button
Download button is located here:
https://github.com/SRL/SPS
It's the ZIP button.
E:
Here's the direct link: https://github.com/SRL/SPS/archive/master.zip
Last edited by Smidqe; 02-02-2013 at 06:50 PM.
Rusting away
yeah didn't see the zip button
Creds to DannyRS for this wonderful sig!
got em but im getting this error:
Is my code wrong..?Code:SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "C:\Simba\Includes\SPS\img\runescape_surface\5_8.png"
Simba Code:Program Walk;
{$DEFINE SMART}
{$i srl/srl.simba}
{$i sps/sps.simba}
var
myPath:TPointArray;
begin
SetupSRL;
// SPS_Setup(RUNESCAPE_SURFACE,'1_0''0_0''];
SPS_Setup(RUNESCAPE_SURFACE,['5_8']);
myPath := [Point(428, 177), Point(396, 172), Point(359, 184), Point(344, 204), Point(365, 233), Point(363, 264), Point(398, 265)];
SPS_WalkPath(myPath);
end.
Bigger map? Use Cynicrus Pathcreater and open Runescape surface map with it, when u generate a path for it, it makes the procedure for u.
EDIT: http://villavu.com/forum/showthread.php?t=92498
Creds to DannyRS for this wonderful sig!
Nvm, new error when i try to run this:
Simba Code:program Walker;
//The code was generated with the path generator for SPS version 2.5.6 by Cynic
{$DEFINE SMART}
{$i SRL/srl.simba}
{$i sps/sps.simba}
var
//place your variables here
Status: string;
procedure DeclarePlayers;
begin
HowManyPlayers:=1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:=0;
with Players[0] do
begin
Name:='';
Pass:='';
BoxRewards:=[''];
LampSkill:=SKILL_PRAYER;
Pin:='';
Active:=true;
end;
end;
procedure mypath;
var
mypathVar: TPointArray;
begin
mypathVar:=[Point(400,266),Point(380,268),Point(365,266),Point(367,237),Point(348,214),Point(344,194),Point(368,175),Point(394,172),Point(409,175),Point(431,179)];
if SPS_WalkPath(mypathVar) then
Status := 'mypath'
else begin
Status :='Failed mypath';
WriteLn(status + '#Time Running:' +TimeRunning);
Logout;
TerminateScript;
end;
WriteLn(status + '#Time Running:' +TimeRunning);
end;
procedure SetupWalker;
begin
SRL_SIXHOURFIX := TRUE;
SMART_FIXSPEED := TRUE;
SetupSRL;
DeclarePlayers;
LoginPlayer;
Wait(774+ Random(277));
ClickNorth(SRL_ANGLE_HIGH);
SPS_Setup(RUNESCAPE_OTHER,['5_8']);
end;
begin
SetupWalker;
mypath;
end.
Code:SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_other\5_8.png" does not exist
Don't you bot on private servers, rjj95? If that's the case, of course the SPS map wouldn't work there as it's made for the official runescape.
I'm using this for RS
Follow Matt's guide and make the code manually as its good practiseAlso wouldn't force updating sps give you the maps?
Problems solved thanks going to add banking to my script
There are currently 1 users browsing this thread. (0 members and 1 guests)