Results 1 to 8 of 8

Thread: Does SPS not work in LRC?

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

    Default Does SPS not work in LRC?

    Hey guys, i'm having some trouble getting SPS walking to work in the LRC

    Begin
    SetupSRL;
    SPS_Setup(RUNESCAPE_OTHER,[Living_rock_caverns]);
    MyPath := [Point(300, 289), Point(302, 302), Point(305, 316),
    Point(301, 343), Point(292, 372), Point(279, 385), Point(279, 385),
    Point(260, 397), Point(247, 402), Point(247, 402), Point(226, 410),
    Point(226, 410), Point(211, 410), Point(211, 410)];
    SPS_Walkpath(MyPath);

    This is just a simple path from the bank to a fishing spot but upon starting the script it clicks somewhere in a completely wrong location from the path i made. So is SPS too inaccurate for such a brown area? Can anyone suggest a walking function that would work here?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Are you using SPS 2? It's supposed to be a lot better than SPS 1.0 not sure if SPS 2 is bundled with Simba yet or you need to manually download it.

    I like Object DTMs a lot for walking they are great! Look them up on the forum and install/read a tutorial pretty easy to use and very accurate in my experience!

  3. #3
    Join Date
    Apr 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll give that a try, thanks! Not sure if i'm using SPS 2 but if i had to guess probably not ^^

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

    Default

    I use RadialWalking down in the LRC, with a small radius, it's really easy to walk with, throw em in a Case, and then call it out.

  5. #5
    Join Date
    Apr 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll give RW a look, i gave it a run through before and it seemed super complicated for a newbie like me D:

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

    Default

    Make your own sps map.

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

    Default

    RadialWalk tutorial in my signature, the exact same way I did it in my LRC miner.

  8. #8
    Join Date
    Apr 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Make your own sps map.
    What would that accomplish over the one that comes pre-downloaded?

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
  •