Results 1 to 2 of 2

Thread: SPS not working in the wilderness

  1. #1
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default SPS not working in the wilderness

    I was hoping to bring one of my older projects back to life with the aide of SPS, but alas it is not working for me. The location I am trying to walk is from the wilderness barrier above edgeville to the coal mine with all the skeletons.

    I generated this path using Wolygon's Path Creator and yet it fails to make one successful click...

    Any help would be most appreciated

    Simba Code:
    program new;
    {$i srl/srl.simba}
    {$i sps/sps.simba}
    var
      myPath: TPointArray;
    begin
      ActivateClient;
      SetupSRL;
      SPS_Setup(RUNESCAPE_SURFACE,['10_6','10_5','9_5']);
      myPath := [Point(4156, 2547), Point(4143, 2537), Point(4132, 2524), Point(4120, 2511), Point(4108, 2500), Point(4098, 2487), Point(4084, 2473), Point(4076, 2464), Point(4059, 2456), Point(4051, 2447), Point(4041, 2435), Point(4027, 2419), Point(4016, 2409), Point(4003, 2394), Point(3987, 2378), Point(3969, 2364), Point(3957, 2350), Point(3938, 2333), Point(3924, 2323), Point(3914, 2311), Point(3901, 2293)];
      SPS_WalkPath(MyPath);
    end.
    METAL HEAD FOR LIFE!!!

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

    Default

    Make a custom map, then it should work, the current sps worldmap isnt very accurate

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
  •