Results 1 to 8 of 8

Thread: Map for Sps

  1. #1
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Map for Sps

    How can i make a map for 07 sps?

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

    Default

    Tutorial on making a map: http://villavu.com/forum/showthread.php?t=84360
    If u do not have photoshop, u can use GIMP. Which is free and just as good (for creating a SPS map).


    U have to use the SPS for 07 found here : http://villavu.com/forum/showthread.php?t=97449

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ty, but does it still work? Because i cant make a perfect map, every image is a little different, croocked pixels etc.

  4. #4
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    And the cords are very messed up.. Which simba color picker gives me.

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

    Default

    Quote Originally Posted by Zvejniex View Post
    And the cords are very messed up.. Which simba color picker gives me.
    Use Writeln(SPS_GetMyPos) for getting the position.

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Use Writeln(SPS_GetMyPos) for getting the position.
    Shouldn't it be WriteLn(toStr(SPS_GetMyPos)) ? Otherwise it would give out an type mismatch error.
    Rusting away

  7. #7
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I dont quite get it then..
    My script:
    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    {$i sps/p07sps.simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='xxxx';
    P07_PlayerPass:='xxxx';
    End;


    Begin
    SetupSRL;
    SPS_Setup(RUNESCAPE_OTHER,['1map']);
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    while P07_LoggedIN do
    begin

    P07_MakeCameraAngleHigh;
    P07_MakeCompassNorth;
    WriteLn(toStr(SPS_GetMyPos));
    wait(500);
    Mouse(1092, 236, 2, 2, MOUSE_LEFT);



    end;

    End.
    1map.png
    It seems that i do need to make a map for this to work? Because it needs SPSSetup... I made it, its called 1map and its in rs other folder, so its all right. And the functions gives me the same coordinates while im moving...
    Last edited by Zvejniex; 03-08-2013 at 02:12 PM.

  8. #8
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Nvm, got it to walk where i want, but now i cant get it to click in my inventory.. Findobject doesnt seem to search in inventory.
    Scrach that, got inventory to work.
    Last edited by Zvejniex; 03-08-2013 at 05:06 PM.

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
  •