Results 1 to 4 of 4

Thread: SPS only opens house options

  1. #1
    Join Date
    Nov 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default SPS only opens house options

    Hi, I'm creating a walker to walk from varrock center to bank, but the script only opens house options and doesn't walk

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Could you post screenshots, the debug information, and the script you are using?

    The more information that you give, the easier it is for us to help.

    But make sure that you do not post any personal information or character information.

  3. #3
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    I'm going to guess that you're using SRL-OSR? That's highly outdated and hasn't been updated for any changes in the "tools" tab. It will be trying to turn on run but that's changed places due to toggles been added to that tab.
    Last edited by Harrier; 05-19-2015 at 04:06 PM.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  4. #4
    Join Date
    Nov 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    this is what I'm using:
    {$DEFINE SMART8}
    {$DEFINE SMART}
    {$I SRL-OSR/SRL.Simba}
    {$I SRL-OSR/SRL/misc/Debug.Simba}
    {$I SRL-OSR/SRL/misc/SmartGraphics.Simba}
    {$I SRL-OSR/SRL/Reflection/Reflection.simba}
    {$i sps/sps-osr.simba}

    And this is the script:
    procedure WalktTOBank;
    begin
    SPS_Setup(RUNESCAPE_SURFACE,['11_7','12_9']);
    myPath := [Point(237, 158), Point(229, 160), Point(221, 160), Point(213, 158), Point(206, 157), Point(193, 157), Point(186, 157), Point(175, 156), Point(165, 154), Point(165, 148), Point(164, 140), Point(170, 138)]
    //SPS_Blindwalk(Point(500, 500)));
    SPS_WalkPath(mypath);


    I'll try to remake the script in lape
    Last edited by valentinas25; 05-19-2015 at 05:18 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
  •