Results 1 to 10 of 10

Thread: AutoDropper Request

  1. #1
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AutoDropper Request

    Hey I'm requesting an AutoDropper. I need to use it for dropping Iron ore in the Al-Kharid mine. Don't make it completely detectable but make it fairly quick. Thank you. ^_^ It doesn't have to be SRL either.

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Do you mean a powerminer? or just the dropping while you legitly mine?

    if you mean powerminer, look around.

  3. #3
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just dropping after I legitly mine.

  4. #4
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: Nevermind it didnt work .

  5. #5
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program AutoDrop;

    {.include SRL\SRL.scar}

    begin
    SetupSRL;
    BenMouse:=False;
    MouseSpeed:=3;
    DropAll;
    end;

    should be ok
    Join the Official SRL IRC channel. Learn how to Here.

  6. #6
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Yakman View Post
    SCAR Code:
    program AutoDrop;

    {.include SRL\SRL.scar}

    begin
    SetupSRL;
    BenMouse:=False;
    MouseSpeed:=3;
    DropAll;
    end;

    should be ok
    Yea but that drops allllll in the inventory. I dont know if you made him that on purpose lol. But this procedure will drop from your specified slot to the last slot you pick.
    SCAR Code:
    DropTo(1,28);
    That will drop from 2st inventory slot to the 28th/last inventory slot.

  7. #7
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont know what you mean by 'on purpose' i didnt mean anything bad to him.
    Join the Official SRL IRC channel. Learn how to Here.

  8. #8
    Join Date
    Sep 2006
    Location
    Scripter's Heaven
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    begin
    setupsrl
    repeat
      if invcount=28 then begin
         dropto(2,28);
         endif
    sleep(1000+random(500));
    until keydown('q')
    end.
    you can run that in the background and it will drop everything in slots 2 to 28 when your inventory becomes full. it will not lag and it will kick in automatically... unless you press "q"

    And check out my pascal interpreter!
    <R0b0t1> No, really, I went to a bar and picked up a transvestite.

  9. #9
    Join Date
    Sep 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nevermind, I made it on my own.

  10. #10
    Join Date
    Jun 2006
    Posts
    366
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol that's more like it... good for u
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig (I did, so should u )

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hi autodropper
    By loliker123 in forum First Scripts
    Replies: 6
    Last Post: 05-15-2008, 08:56 PM
  2. AutoDropper
    By jiggypwner in forum OSR Help
    Replies: 13
    Last Post: 03-15-2008, 04:41 AM
  3. Autodropper help!!
    By Albo23 in forum OSR Help
    Replies: 4
    Last Post: 10-28-2007, 01:49 PM
  4. [SRL 4] Mat's AutoDropper
    By mat_de_b in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 09-02-2007, 02:14 AM
  5. AutoDropper request
    By Albo23 in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 04-14-2007, 02:39 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
  •