Results 1 to 2 of 2

Thread: Seer's village Yew Chopper

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

    Default Seer's village Yew Chopper

    Chops yews at Seer's village

    Features:
    Banking
    Antiban
    Last edited by jannu22; 01-14-2012 at 04:09 PM.

  2. #2
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Simba Code:
    procedure WalkToYews;
    Var
      ToYews:TPointArray;
    begin
      SPS_Setup(RUNESCAPE_SURFACE,['6_7','6_6']);
      ToYews := [Point(2737, 2697), Point(2733, 2736), Point(2721, 2762), Point(2713, 2793), Point(2689, 2796), Point(2661, 2799)];
      SPS_WalkPath(ToYews);
    end;

    Make this a function that returns true if it worked

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
  •