Results 1 to 8 of 8

Thread: [RS2][SRL][Divi] Drag's Fishing Helper

  1. #1
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [RS2][SRL][Divi] Drag's Fishing Helper

    This is just a simple Auto-Dropper used for when your fishing. This was originally just for personal use but I thought i might as well save someone a few minutes :PIt WILL drop everything from the 3'rd slot to the 28th slot, leaving room ONLY for the pole and feathers/bait. Enjoy Smiley

    *Uses SRL Dropping procedure.*
    *Scar Divi 3.06*

  2. #2
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think with the changes I made it'll still compile, and now you can change how many spaces it'll not drop from at the top. So it can be used for more than fishing. good job making this.


    And if you want to spice it up you can add something that counts how many things you've dropped with the script too, that'd be kind of cool.

    SCAR Code:
    {
    [-|    Drags FlyFishing Dropper     |-]
    [-|This was just for personal use I|-]
    [-|thought I would share with you|-]
    [-|guys :)                                   |-]
    [-|This is for whatever you need.  |-]
    [-|It will drop EVERYTHING from  |-]
    [-|a slot you set to slot 28!          |-]
    [-|----------------------------------|-]


    Program DragsFlyDropper;
    {.include SRL/srl.scar}


    Const
    FKey = 2;//Which FKey you want to use to start the dropping.
    DropAt = 2//How many inventory spaces to not drop at top

    Procedure DragsDrop;
    Begin
       GameTab(4);
        wait(350);
       DropToPosition(DropAt+1,28);
        wait(500);
    End;

    Begin
     Repeat
      If(IsFkeydown(Fkey))then
      DragsDrop;
      wait(500)
     Until(False)
    End.

  3. #3
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yah i had that then i had to redo it. i was too lazy to put it back lmao. :P

  4. #4
    Join Date
    May 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Looks Good

    I tested on a noob and looked over it and it seems fine to me
    TLOROX.....OUT....

  5. #5
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx. Gained me some levels a bit faster using it
    Extinct.

    Formally known as Drags111.

  6. #6
    Join Date
    Jun 2007
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    came in handy. thank you : )

  7. #7
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yah np thx for not leeching lol.
    Extinct.

    Formally known as Drags111.

  8. #8
    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Shame this doesn't work anymore. Can anyone fix it?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 04-16-2009, 06:40 AM
  2. [RS2][DIVI] Drag's Draynor Netter (DDN)
    By Drakan in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 03-22-2009, 11:08 PM
  3. Yay! I got the helper cup!
    By n3ss3s in forum News and General
    Replies: 14
    Last Post: 08-20-2007, 02:59 PM
  4. [DIVI] Monk Terminator [DIVI]
    By I Karma I in forum RS3 Outdated / Broken Scripts
    Replies: 59
    Last Post: 07-20-2007, 01:40 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
  •