Results 1 to 16 of 16

Thread: Anyone got the SPS maps?

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default Anyone got the SPS maps?

    Had to delete SPS and replace it, anyone got the SPS maps?

    Thanks in advance

  2. #2
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Noob question: where is the download button?

    Creds to DannyRS for this wonderful sig!

  4. #4
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    click the Zip button

  5. #5
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    299
    Mentioned
    8 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Noob question: where is the download 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

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    yeah didn't see the zip button

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    got em but im getting this error:

    Code:
    SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "C:\Simba\Includes\SPS\img\runescape_surface\5_8.png"
    Is my code wrong..?
    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.

  8. #8
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    got em but im getting this error:

    Code:
    SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "C:\Simba\Includes\SPS\img\runescape_surface\5_8.png"
    Is my code wrong..?
    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.
    Is the file open with sps map creator or smthing?, gotta close them.

    Creds to DannyRS for this wonderful sig!

  9. #9
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Is the file open with sps map creator or smthing?, gotta close them.
    Ok, just did that no errors.. but now it's not walking anywere lol

  10. #10
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Ok, just did that no errors.. but now it's not walking anywere lol
    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!

  11. #11
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    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
    Nvm, fixed the error, but it still does not move.

  12. #12
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    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

  13. #13
    Join Date
    Jul 2012
    Posts
    279
    Mentioned
    5 Post(s)
    Quoted
    46 Post(s)

    Default

    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.

  14. #14
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    I'm using this for RS

  15. #15
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Follow Matt's guide and make the code manually as its good practise Also wouldn't force updating sps give you the maps?

  16. #16
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Problems solved thanks going to add banking to my script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •