Results 1 to 7 of 7

Thread: Adding SPS.. thought it would be easy:P

  1. #1
    Join Date
    Oct 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Adding SPS.. thought it would be easy:P

    Hi guys,

    Firstly Ill introduce myself:
    After some years of no runescape or botting I have started playing the oldschool.runescape and started botting.
    So I started reading/editing and writing scripts to get my lvl 3 noobie up to some normal lvl's and to get back into simba and SRL.
    I'm getting some good results, except for the random events. Too add some nice walking to the scripts I want to use SPS.
    This is giving me lots of problems.


    What i did to set it up: (yes, i reinstalled simba)
    1. Followed this great guide:
    http://villavu.com/forum/showthread.php?t=106693

    2. Updated SRl in simba

    3. Followed these SPS steps:
    http://villavu.com/forum/showthread.php?t=66266


    My includes:
    {$DEFINE SMART8}
    {$i SRL-OSR\SRL.simba}
    {$i SRL-OSR\SRL\misc\debug.simba}
    {$i SRL-OSR\SRL\misc\SmartGraphics.simba}
    {$i SPS\lib\sps.simba}

    My error:[Error] C:\Simba\Includes\SPS\lib\sps.simba(295:9): Unknown identifier 'ClickNorth' at line 295

    Changing the includes:
    {$DEFINE SMART8}
    {$i SRL-OSR\SRL.simba}
    {$i SRL-OSR\SRL\misc\debug.simba}
    {$i SRL-OSR\SRL\misc\SmartGraphics.simba}
    {$i SPS\lib\sps-rs3.simba}

    My error: Exception in Script: Unknown compiler directives at 11:3

    The setup function looks like this:
    Procedure Setup;
    Begin
    SRL_SIXHOURFIX := TRUE;
    SMART_FIXSPEED := TRUE;
    SetupSRL; //You need to setup srl before anything else

    SPS_AnyAngle := True; //I want to use this map with a different angle, so I set it true
    SPS_Debug := True; //this will debug everything SPS is doing

    DeclarePlayers;
    LoginPlayer;
    MakeCompass('S'); //this will work because any angle is set to true
    SetAngle(SRL_Angle_high); //high angle
    End;
    Anyone that can help me through these errors?
    Last edited by svenno; 02-19-2014 at 11:34 PM. Reason: added setup code

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

    Default

    lol nvm, you're getting the wrong sps

    edit: sps for osrs: http://villavu.com/forum/showthread.php?t=98324

    I would consider reflection though, cause walking on osrs with sps isn't stable at all.
    Last edited by Sjoe; 02-19-2014 at 11:49 PM.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Oct 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks for your quick reply. Ive seen reflection but at that moment I already read some tutorials and it seemed easy to make and wanted to test it. Im sure i will also test reflection, though.

    I followed the steps and added the includes and plugins.

    Running the test script from the link gives me:
    Im getting this error: [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76

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

    Default

    Quote Originally Posted by svenno View Post
    Thanks for your quick reply. Ive seen reflection but at that moment I already read some tutorials and it seemed easy to make and wanted to test it. Im sure i will also test reflection, though.

    I followed the steps and added the includes and plugins.

    Running the test script from the link gives me:
    Im getting this error: [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76
    gues it's not up to date for smart 8.3

    Creds to DannyRS for this wonderful sig!

  5. #5
    Join Date
    Oct 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I guess Ill learn reflection in the mean time untill it gets updated.
    Thanks alot for your quick help

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

    Default

    Quote Originally Posted by svenno View Post
    I guess Ill learn reflection in the mean time untill it gets updated.
    Thanks alot for your quick help
    It will never be updated because it will never be stable :s

    the compass angle is always +/- >= 15 degrees off the minimap angle

  7. #7
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    It will never be updated because it will never be stable :s

    the compass angle is always +/- >= 15 degrees off the minimap angle
    Yes but we've gotten around this by rotating the cropped piece of the map (up to ten nearby angles) to match it with the full SPS map.

    There are actually three obstacles that make it a pain to get an accurate position via SPS on OSRS. Like Officer Barbrady pointed out the angle rotation is one of them, but there is also a chance the minimap will have a dramatic shift of color, which is probably the biggest problem to deal with. Another obstacle is the map can also zoom in/out slightly.

    But luckily SPS can still function properly given the right adjustments and an accurate map or two. If you've ever used my Monkfishies script you'll see that SPS will fully function in OSRS as it uses custom map pieces I created for both light and dark maps. AeroLib is nearing completion (lacks a couple random-solvers) and it will come equip with SPS; adjusted specifically for OSRS.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


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
  •