Results 1 to 6 of 6

Thread: Setting up an sps_other and sps_surface

  1. #1
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default Setting up an sps_other and sps_surface

    I want to know if there is a good way to setupsps other and surface maps,
    Here is the idea:

    Simba Code:
    SPS_Setup(RUNESCAPE_other, ['edgedungeon']);
      SPS_Setup(RUNESCAPE_surface, ['11_7','10_7','10_6']);

    but it will only use the runescape_surface maps....

    Thanks if anyone could help me out
    Getdropped

  2. #2
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Setup the surface before you need to use it. Setup the dungeon map before you use it. It's really simple.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  3. #3
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    Setup the surface before you need to use it. Setup the dungeon map before you use it. It's really simple.
    I tried that im not sure why but it still only uses the surface maps...

    Edit: Um Im thinking that it is that runescape changed the black colors to be different shades of black...... I was having this problem with wedungeon when i was working on it and now i think they are making all the blacks change.... check this pick after a few times of logging in and out.... and ideas?
    Last edited by Getdropped; 10-17-2012 at 07:30 PM.

  4. #4
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by Getdropped View Post
    I tried that im not sure why but it still only uses the surface maps...

    Edit: Um Im thinking that it is that runescape changed the black colors to be different shades of black...... I was having this problem with wedungeon when i was working on it and now i think they are making all the blacks change.... check this pick after a few times of logging in and out.... and ideas?
    All colors on the MM change every time you log in, not just black.
    What I mean is this:
    Simba Code:
    SPS_Setup(RUNESCAPE_other, ['edgedungeon']);
    //SPS_BlindWalk etc... on the dungeon map
      SPS_Setup(RUNESCAPE_surface, ['11_7','10_7','10_6']);
    //stuff to d on the surface

    CynicRus recently posted a snippet to swap SPS maps easily, try that if this doesn't work for some reason.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

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

    Default

    You cant have two maps setup at once for SPS.

    Also the black background has been changing for years just like the rest of the minimap, SPS has tolerance so it shouldn't be a issue.

  6. #6
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    All colors on the MM change every time you log in, not just black.
    What I mean is this:
    Simba Code:
    SPS_Setup(RUNESCAPE_other, ['edgedungeon']);
    //SPS_BlindWalk etc... on the dungeon map
      SPS_Setup(RUNESCAPE_surface, ['11_7','10_7','10_6']);
    //stuff to d on the surface

    CynicRus recently posted a snippet to swap SPS maps easily, try that if this doesn't work for some reason.
    OH wait its just my map is out dated... sorry thanks =], need to make a new one

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
  •