Results 1 to 10 of 10

Thread: Strange sps issue?

  1. #1
    Join Date
    Apr 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Strange sps issue?

    Working on a script, I'm able to have my acc follow the path once using SPS, but if it tries multiple times during that run it won't work. SPS just sits there.

    I have it in a loop for testing purposes, and the function IS being called, but SPS doesn't move anything..

    Also I find it strange because if I stop then start the script again, it works.

    Any ideas?

  2. #2
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    It might not be able to find the SPS path?
    Is your compass always North?

  3. #3
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    SPS is pretty weird at the moment, I think you'll find if you use a custom map it will work nicely.

  4. #4
    Join Date
    Apr 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    It might not be able to find the SPS path?
    Is your compass always North?
    Compass is set north, also tried making a custom map, which the same thing happens.

    Really lost to what it is, It works the first time I run the script every try.

  5. #5
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    SPS didnt work for me either, ima just try objDtms

  6. #6
    Join Date
    Apr 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Itankbots View Post
    SPS didnt work for me either, ima just try objDtms
    Not a bad idea, sadly for one of the places I need it there's no objects on the minimap though.

    I wonder if downgrading to SPS 1 would work? Doubt it, but I think I'm going to give it a try.

  7. #7
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    you could give TPA/DDTM walking a try also, not as accurate as SPS/objDTM but it gets the job done if you can't use the others.

  8. #8
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    Quote Originally Posted by wmx View Post
    Not a bad idea, sadly for one of the places I need it there's no objects on the minimap though.

    I wonder if downgrading to SPS 1 would work? Doubt it, but I think I'm going to give it a try.
    Don't think that would work, its not an issue with SPS, rather then its the map of runescape is outdated.

  9. #9
    Join Date
    Aug 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was able to fix this problem by using a custom map and also putting the sps setup stuff before the main loop so that lines like the following only get run once per script run:
    Code:
    SPS_Setup(Runescape_Other, ['CustomMapHere']);

  10. #10
    Join Date
    Jun 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Don`t Call Setup SPS every time you start a walking procedure, rather set it up once and leave it at that. That has sorted some issues for me in the past when SPS did not want to walk.

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
  •