Page 1 of 3 123 LastLast
Results 1 to 25 of 56

Thread: [Ref][Falconry]Cazax's Kebbit Catcher!

  1. #1
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Arrow [Ref][Falconry]Cazax's Kebbit Catcher!

    Cazax's Kebbit Catcher



    This script will catch kebbits using the falcon, which is a fairly easy task to do, but boring. That's why I've created this script!

    Instructions:
    • Have the latest Simba, SRL, Reflection and SMART.
    • Put your character in the Piscatoris Falconry area, in the south:
    • (Recommended) Choose an empty world


    Features:
    • AntiBan
    • AntiRandoms
    • Flawless catching
    • Can bury bones
    • Sleeping System
    • Hunter/Prayer XP rate per hour


    The script will not drop the first item in your inventory! So you can keep runes, money, etc.

    longest proggy:
    PHP Code:
    [==========================================================]
    Kebbit Catcher 1.01                                      ]
    [                         
    by Cazax                         ]
    [==========================================================]
    Ran For:            : 9 Hours11 Minutes And 55 Seconds ]
    Kebbits Catched:    : 1406                               ]
    Bones Buried:       : 1363                               ]
    Hunter XP Per Hour: : 20621                              ]
    Prayer XP Per Hour: : 681                                ]
    [==========================================================]
    [                   
    Kebbit Catcher 1.01                    ]
    [==========================================================] 
    Hope you like it
    Last edited by Cazax; 02-10-2011 at 01:13 PM.


  2. #2
    Join Date
    Oct 2006
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice . If I had a member account I would gladly test this out for you, but I don't. It's nice to see scripting activity though.

  3. #3
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whats the require hunter level for this?

    I dont have a member account,but I may get one soon.

  4. #4
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Looks good! Just read through it.

    When you do this...

    Simba Code:
    For I := 2 To 28 Do
            Begin
              Box := InvBox(I);
              If FindDTM(Bones, X, Y, Box.X1, Box.Y1, Box.X2, Box.Y2) Then
              Begin
                Mouse(X, Y, 3, 3, True);
                [B]Wait(1500 + Random(500));[/B]
                Inc(Players[CurrentPlayer].Integers[2]);
              End;
            End;

    Does that work efficiently? If not you could try GetAnimation.

  5. #5
    Join Date
    Nov 2006
    Location
    Location, Location
    Posts
    1,126
    Mentioned
    6 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by Squancy View Post
    Whats the require hunter level for this?

    I dont have a member account,but I may get one soon.
    43 is required more info at the knowledge base.

    http://norefer.org/?http://www.runes...conry_level_43

  6. #6
    Join Date
    Sep 2010
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [=============================================]
    [ Kebbit Catcher 1.00 ]
    [ by Cazax ]
    [=============================================]
    [ Ran For: : 6 Minutes And 20 Seconds ]
    [ Kebbits Catched: : 18 ]
    [ Bones Buried: : 13 ]
    [=============================================]
    [ Kebbit Catcher 1.00 ]
    [=============================================]


    the script stopped after this. what i noticed is that the kebbits move around alot, and the script fails to follow the kebbits and click them. If this happens too much, the script stops.

  7. #7
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    I only have 30 hunter I was actually thinking about making a swamp lizard catcher to get to 43, then i would have done falconry, so this is perfect ^_^

  8. #8
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can this script do the lvl 69 kebbits? I glanced at the database and I think they were called dashing kebbits. They seem like decent xp at around 160 a pop if i remember correctly.

  9. #9
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    wish I had the hunter level . Hunting seems to be the hardlest skill for me to raise.

  10. #10
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by doublex8 View Post
    wish I had the hunter level . Hunting seems to be the hardlest skill for me to raise.
    You could always learn to write your own scripts to level it for you once you get past bird snaring, hunter is very fast.

    (well hunting tropical wagtails is still pretty fast, i made ~18k exp/hr when i was at that stage of hunter(past level 20 with 2 bird snares))

  11. #11
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Runescape Pro View Post
    Can this script do the lvl 69 kebbits? I glanced at the database and I think they were called dashing kebbits. They seem like decent xp at around 160 a pop if i remember correctly.
    Yes it can, just put 'Dashing' in strings[0].
    Quote Originally Posted by Camaro' View Post
    Looks good! Just read through it.

    When you do this...

    Simba Code:
    For I := 2 To 28 Do
            Begin
              Box := InvBox(I);
              If FindDTM(Bones, X, Y, Box.X1, Box.Y1, Box.X2, Box.Y2) Then
              Begin
                Mouse(X, Y, 3, 3, True);
                [B]Wait(1500 + Random(500));[/B]
                Inc(Players[CurrentPlayer].Integers[2]);
              End;
            End;

    Does that work efficiently? If not you could try GetAnimation.
    Yes, it does the job. It's for bones burying... so there isn't much hassle
    Quote Originally Posted by magernub573 View Post
    [=============================================]
    [ Kebbit Catcher 1.00 ]
    [ by Cazax ]
    [=============================================]
    [ Ran For: : 6 Minutes And 20 Seconds ]
    [ Kebbits Catched: : 18 ]
    [ Bones Buried: : 13 ]
    [=============================================]
    [ Kebbit Catcher 1.00 ]
    [=============================================]


    the script stopped after this. what i noticed is that the kebbits move around alot, and the script fails to follow the kebbits and click them. If this happens too much, the script stops.
    Odd... Was there any lag?


  12. #12
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  13. #13
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated:
    - Added sleeping/breaking
    - Added Failsafes
    - Hunter/Prayer XP rate per hour


  14. #14
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Honestly, this script has huge potential. As of right now, it works but is no where near flawless.

    Is 32 minutes the longest it has ran? I ran it just now and was only able to pull a 10 minute run.

    The proggy:
    Simba Code:
    [=================================================]
    [ Kebbit Catcher 1.01                             ]
    [                    by Cazax                     ]
    [=================================================]
    [ Ran For:            : 10 Minutes And 13 Seconds ]
    [ Kebbits Catched:    : 27                        ]
    [ Bones Buried:       : 26                        ]
    [ Hunter XP Per Hour: : 26240                     ]
    [ Prayer XP Per Hour: : 729                       ]
    [=================================================]
    [               Kebbit Catcher 1.01               ]
    [=================================================]

    I payed close attention to it the entire time. It was stopped short with the following statement being said 5 times. "Could not walk to falcon"

    That was said after the script attempted to catch a kebbit. The script successfully clicked the kebbit but the falcon failed to catch it. So the script thought the falcon caught it. More failsafes would be nice. Keep up the good work.

  15. #15
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  16. #16
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Runescape Pro View Post
    Honestly, this script has huge potential. As of right now, it works but is no where near flawless.

    Is 32 minutes the longest it has ran? I ran it just now and was only able to pull a 10 minute run.

    The proggy:
    Simba Code:
    [=================================================]
    [ Kebbit Catcher 1.01                             ]
    [                    by Cazax                     ]
    [=================================================]
    [ Ran For:            : 10 Minutes And 13 Seconds ]
    [ Kebbits Catched:    : 27                        ]
    [ Bones Buried:       : 26                        ]
    [ Hunter XP Per Hour: : 26240                     ]
    [ Prayer XP Per Hour: : 729                       ]
    [=================================================]
    [               Kebbit Catcher 1.01               ]
    [=================================================]

    I payed close attention to it the entire time. It was stopped short with the following statement being said 5 times. "Could not walk to falcon"

    That was said after the script attempted to catch a kebbit. The script successfully clicked the kebbit but the falcon failed to catch it. So the script thought the falcon caught it. More failsafes would be nice. Keep up the good work.
    Hmm the script doesn't 'think' it catches a kebbit it searches for a falcon on the ground so the only thing I can think of is that there was lag or there were more players hunting. Also, what kebbit were you catching? I'll see what I can do.

    Anyway, here's a proggy:
    PHP Code:
    [==========================================================]
    Kebbit Catcher 1.01                                      ]
    [                         
    by Cazax                         ]
    [==========================================================]
    Ran For:            : 2 Hours42 Minutes And 29 Seconds ]
    Kebbits Catched:    : 399                                ]
    Bones Buried:       : 390                                ]
    Hunter XP Per Hour: : 189676                             ]
    Prayer XP Per Hour: : 6320                               ]
    [==========================================================]
    [                   
    Kebbit Catcher 1.01                    ]
    [==========================================================] 
    (EXP per hour is bugged, gotta fix it).


  17. #17
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    current, still running
    Progress Report:
    [==========================================================]
    [ Kebbit Catcher 1.01                                      ]
    [                         by Cazax                         ]
    [==========================================================]
    [ Ran For:            : 2 Hours, 13 Minutes And 12 Seconds ]
    [ Kebbits Catched:    : 334                                ]
    [ Bones Buried:       : 325                                ]
    [ Hunter XP Per Hour: : 41315                              ]
    [ Prayer XP Per Hour: : 1739                               ]
    [==========================================================]
    [                   Kebbit Catcher 1.01                    ]
    [==========================================================]


    ~shut

  18. #18
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Yes it can, just put 'Dashing' in strings[0].

    Yes, it does the job. It's for bones burying... so there isn't much hassle

    Odd... Was there any lag?
    Ok. Thanks for acknowledging my post.

    I thought I was like a moderator or something because of the edit in your signature

    Great signature. Right now I am at 5 hunter.
    Last edited by Camaro'; 11-21-2010 at 01:24 PM.

  19. #19
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    made a little something for you
    Simba Code:
    function GetKebbit: string;
    var
      Me: TMe;
    begin
      if (not(Lowercase(Players[CurrentPlayer].Strings[0])='auto')) then
      begin
        Result:= Players[CurrentPlayer].Strings[0];
        Exit;
      end;
      Me:= GetMe;
      if Me.Levels[23]>=43 then
        Result:= 'Spotted';
      if Me.Levels[23]>=57 then
        Result:= 'Dark';
      if Me.Levels[23]>=69 then
        Result:= 'Dashing';
    end;
    please use it

    ~shut

    EDIT: gained 11 levels so far and its been running for 3 hours 6 mins
    Last edited by Shuttleu; 11-21-2010 at 01:27 PM.

  20. #20
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camaro' View Post
    Ok. Thanks for acknowledging my post.

    I thought I was like a moderator or something because of the edit in your signature

    Great signature. Right now I am at 5 hunter.
    hunter is easy
    Quote Originally Posted by Shuttleu View Post
    made a little something for you
    Simba Code:
    function GetKebbit: string;
    var
      Me: TMe;
    begin
      if (not(Lowercase(Players[CurrentPlayer].Strings[0])='auto')) then
      begin
        Result:= Players[CurrentPlayer].Strings[0];
        Exit;
      end;
      Me:= GetMe;
      if Me.Levels[23]>=43 then
        Result:= 'Spotted';
      if Me.Levels[23]>=57 then
        Result:= 'Dark';
      if Me.Levels[23]>=69 then
        Result:= 'Dashing';
    end;
    please use it

    ~shut

    EDIT: gained 11 levels so far and its been running for 3 hours 6 mins
    Good! I'm sure going to add that to the next version.


  21. #21
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    hunter is easy

    Good! I'm sure going to add that to the next version.
    I bought a hunter kit and no one is selling it, I am trying to raise it just for this script.

  22. #22
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    major lag and it logged me out
    it finished on this
    Progress Report:
    [=========================================================]
    [ Kebbit Catcher 1.01                                     ]
    [                        by Cazax                         ]
    [=========================================================]
    [ Ran For:            : 4 Hours, 12 Minutes And 7 Seconds ]
    [ Kebbits Catched:    : 548                               ]
    [ Bones Buried:       : 546                               ]
    [ Hunter XP Per Hour: : 355035                            ]
    [ Prayer XP Per Hour: : 15306                             ]
    [=========================================================]
    [                   Kebbit Catcher 1.01                   ]
    [=========================================================]


    ~shut

    EDIT: my version, auto detects the best you can catch
    better catching, better when it tried to catch a moving kebbit
    Last edited by Shuttleu; 11-21-2010 at 02:49 PM.

  23. #23
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hunter XP Per Hour: : 355035 really?
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  24. #24
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by Camaro' View Post
    I bought a hunter kit and no one is selling it, I am trying to raise it just for this script.
    come find me in yanille if you want (PM me for world). I can give you some hunter stuff, i found 57 hunter kits on the floor this one time. i can give you like 6 or 7

  25. #25
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was catching Dashing Kebbits. There was one other person hunting in the falcon area but that player wasn't on the screen. Also, no lag.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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