Results 1 to 8 of 8

Thread: AutoDropper - Not AutoMiner

  1. #1
    Join Date
    Nov 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AutoDropper - Not AutoMiner

    Hello.

    This script can be SRL or non SRL, I don't mind.

    I want the script to drop every item apart from what is in slot 1.

    As that is where my pickaxe is going to be.

    So to clarify, I don't want it to mine for me, all I want it to do is when I press Ctrl+Alt+R it will go through drop all the ores(apart from slot 1) and then stop.

    Thankyou

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

    Default

    Look around. Some made a similar thread and someone posted a good one that stays running and just waits till the inventory is full. I posted in that thread so click my name and click find all posts

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

    Default

    Here is the one Boreas is talking about.
    I dont take credit for any of this.

    Quote Originally Posted by lardmaster View Post
    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"

  4. #4
    Join Date
    Nov 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 2: [Error] (2:1): Unknown identifier 'setupsrl' in script

    please help?

    thanks for instant reply, and yes i did see your thread before but the same problem happened. Do i need to include SRL?

    i'm newbie!

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

    Default

    yes.. you need to include srl.. u know how to do that right..
    incase u dont know here it is...
    Code:
    {.include SRL/SRL.scar}
    put this at the top of the script.. It'll work
    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 )

  6. #6
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    program New;
    {.include srl/srl.scar}
    begin
    SetUpSRL;
    MouseSpeed:=1
    DropTo(2,28)
    DropTo(2,28)
    end.

  7. #7
    Join Date
    Nov 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    mate, you've been a huge help one more thing.

    When I go to download SRL include, from the sticky at the top of the site. Theres 5 files to download from. Which one do I download and when I save it into 'Includes' Then what?

  8. #8
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Choose: SRL v350 with Manual.exe (1.24 MB)
    Save to Scar folder, extract. Make sure you have folder "SRL" in your includes file.
    http://www.villu-reborn.com/showthread.php?t=3189
    Maybe this helps...

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
  •