Results 1 to 11 of 11

Thread: AutoDropper request

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

    Default AutoDropper request

    I'm in beed of an AutoDropper. It doesn't have to have SRL, I need it because I'm going to legitly mine and then AutoDrop. But please test it beforehand.

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    That's pretty easy:

    SCAR Code:
    program Dropper;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    DropAll;
    end.
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    That's pretty easy:

    SCAR Code:
    program Dropper;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    DropAll;
    end.
    Not if you're going to keep your pickaxe in your inventory. Then replace DropAll; with DropTo(2, 28);

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

    Default

    SCAR Code:
    repeat
      repeat
        wait(30);
      until ((isfkeydown(12)) or (isfkeydown(11)));
      if isfkeydown(12) then
        DropTo(2, 28);
      if isfkeydown(11) then
        dropall;
    until false;


    SCAR Code:
    repeat
      wait(500+random(200);
      if invfull then
        DropTo(2, 28);
    until false;

  5. #5
    Join Date
    Jan 2007
    Location
    Skaville, Jamaica
    Posts
    1,117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Boreas, I'm afraid that'll only confuse him. I'm not insulting you, just saying if you aren't looking and press the wrong key -.-..

    I would just go with the
    SCAR Code:
    program drop;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    DropTo(2,28);
    end.

    ^^If you want to drop everything but a pick in your inventory^^

    SCAR Code:
    program drop;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    DropAll;
    end.

    ^^If you want to drop everything in your inventory^^

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

    Default

    What if you want to do more than one load?

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

    Default

    Baybees or smatzkid is there a way for me to customize the mouse speed? And could you give me a version without SRL because I'm having trouble downloading it. Thanks a bunch and sorry if I'm asking for much.

  8. #8
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Yes.
    No.

    MouseSpeed := ?? would adjust the mouse speed.

    SRL has to be there. Especially if you want any antirandoms while you're dropping your items. (Incase you're AFK/not paying attention.)

    @ Baybees-

    How would pressing a key down confusing him?

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

    Default

    Eh, It still goes extremely slow. Are there any other MouseSpeed adjustments that would make it faster?

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

    Default

    Bump.

    Edit: I'm under the impression that SRL is making it slow. So can you "un-SRLize" because it takes time to compile and I'm going to be watching it Auto so no need to worry about randoms.

  11. #11
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    It takes about three seconds to compile.

    I could take time and fetch all the procedures, but I'm not going to. Why? Because you're being lazy. Freddy made a really nice addition to SCAR when he made Divi. He made a nice little button to download SRL for you.

    Just do it yourself. It's really not that hard.

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: 9
    Last Post: 11-22-2006, 06:46 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
  •