Results 1 to 2 of 2

Thread: Help doesn't work?

  1. #1
    Join Date
    Apr 2013
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default Help doesn't work?

    It doesn't work, I'm trying to walk from Falador bank to the temple.

    program SPSTut;
    {$i srl/srl.simba}
    {$i sps/sps.simba}
    Var
    myPath:TPointArray;
    begin
    SetupSRL;
    SPS_Setup(RUNESCAPE_SURFACE,['8_7']);//SPS Areas
    myPath := [Point(382, 332), Point(376, 302), Point(398, 295),
    Point(414, 279), Point(432, 273), Point(454, 262), Point(455, 244),
    Point(456, 217), Point(454, 194), Point(455, 155), Point(440, 140),
    Point(423, 131), Point(405, 119), Point(391, 106), Point(386, 88),
    Point(385, 68), Point(383, 49), Point(382, 31), Point(379, 17)];//Path
    SPS_WalkPath(myPath);
    end.

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

    Default

    Looks like this doesn't use SMART, therefore I assume you're trying to run this in a normal browser? If that's the case remember to set your web client as the active client in Simba via the crosshair tool.

    Also, next time if you post Simba scripts/code please use the "[Simba][/Slmba]" tags.

    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
  •