Results 1 to 4 of 4

Thread: willow longbow(u) seller

  1. #1
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default willow longbow(u) seller

    Script to sell willow longbow(u) notes to a general store. That's really all I need any help would be awesome ;D

  2. #2
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this should work donno how safe it is just start your acc in the store with the willow longs noted in you inv an the store menu up


    SCAR Code:
    program sellwillowslongs;
    {.include srl/srl.scar}
    var
    DTM: integer;
     x, y: integer;

    Procedure Sell;
    begin
       if FindDTM(DTM, x, y, MIX1, MIY1, MIX2, MIY2) then
           begin
         Mouse(x, y, 5, 5, false);
          ChooseOption('ll 50');
      end;
    end;

    procedure LoadDTMs;
    begin
      DTM := DTMFromString('78DA6314656060106140015E6E520C3C409A1' +
           '188FF0301A30A90C1CD800618914820CD09243808A86107128A04' +
           'D428010965026A406648115003728B2801354244D805328313BF1' +
           'A00764D064E');
           End;


    Begin
    setupsrl;
    LoadDTMs;
    wait(1000);
    Repeat
    Wait(50+random(25));
    sell;
     until(false)
    End.
    <insert a sig here>

  3. #3
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it says line one error, semi colon expected

  4. #4
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i fixed it sry should work now
    <insert a sig here>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Willowlicious (Rimmington Willow Seller)
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 94
    Last Post: 12-24-2007, 12:36 AM
  2. lummy willow seller
    By pumaz100 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 11-25-2007, 08:58 PM
  3. A willow longbow (u) seller
    By Rambozin in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 04-20-2007, 03:19 AM
  4. Rimmington Willow Chopper and Seller
    By Yakman in forum RS3 Outdated / Broken Scripts
    Replies: 16
    Last Post: 11-12-2006, 06:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •