Results 1 to 5 of 5

Thread: auto dropper

  1. #1
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default auto dropper

    Well i searched the forum looking for an auto dropper there have been two i have found and they don't work so if any one could help me and give me one it would be appreciated.

  2. #2
    Join Date
    Jan 2007
    Posts
    248
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL commands... DropTo(1,28); drops the whole inventory.

  3. #3
    Join Date
    Jun 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the one i posted works fine

  4. #4
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    ill make one right now

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    begin
    SetupSRL;
    ActivateClient;
    DropTo(1, 28);
    end.

    done

  5. #5
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    shorter one, only five lines fo code.
    SCAR Code:
    {.include srl/srl.scar}
    begin
    setupsrl;
    while invfull do
      dropall;
    end.
    I made a new script, check it out!.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Dropper
    By Oranges_Exist in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 05-10-2008, 10:33 PM
  2. Auto Dropper Help
    By lilmike in forum OSR Help
    Replies: 3
    Last Post: 09-04-2007, 11:22 PM
  3. Auto dropper
    By e370 in forum OSR Help
    Replies: 1
    Last Post: 07-25-2007, 07:29 PM
  4. auto dropper need help
    By phonokin in forum OSR Help
    Replies: 3
    Last Post: 01-19-2007, 04:27 AM

Posting Permissions

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