Poll: Would you use this script often (assuming it's flawless)?

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 124

Thread: iFalconry

  1. #76
    Join Date
    Mar 2012
    Location
    Ca
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Have a small proggie here.

    **********************************************
    * iFalconry Version 1.55
    **********************************************
    * Currently Catching: Dark Kebbit
    * Kebbits Caught: 341
    * Hunting Levels Gained: 1
    * Hunting Experience Gained: 45012
    * Hunting Experience Per Hour: 19963
    * Status: Waiting for Falcon to return
    * Time Running: 2 Hours, 15 Minutes and 17 Seconds
    **********************************************

  2. #77
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    You may have to filter the TPAs by length/width/size to exclude things like trees.
    won't work in this case, tried. I've got dashing kebbit detection and catching working, however it takes a bit for the auto-color to figure out the color. which is fine i guess.

    Quote Originally Posted by pcelite11 View Post
    Have a small proggie here.

    **********************************************
    * iFalconry Version 1.55
    **********************************************
    * Currently Catching: Dark Kebbit
    * Kebbits Caught: 341
    * Hunting Levels Gained: 1
    * Hunting Experience Gained: 45012
    * Hunting Experience Per Hour: 19963
    * Status: Waiting for Falcon to return
    * Time Running: 2 Hours, 15 Minutes and 17 Seconds
    **********************************************
    not bad, I'll add it to the proggy list
    I was getting 35-45k exp with kebbittype 3 using the upcoming version :P what's your hunter lvl?
    Last edited by aaron126; 05-25-2013 at 11:00 AM.

  3. #78
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Hey, just noticed a new version.
    What was he updates? If you have made a system so we can put our own kebbit colors in the new patch that would brilliant.

    I have not got a long proggy mainly because I need to disable to check my level because Im almost 63 hunter
    Iv had a few at 1-2 hours.. Using only the level 43 kebbits I always get about 22k-25k hours.. Pretty impressive.

    Thanks mate ^^

    EDIT: read the v1.6 code to see you did add putting your own color in! <3333

    EDIT2: WOWOWOW V1.6 IS AWESOME.....!!!!!!!! SERIOUSLY.. You are my fav scripter.


    EDIT3:
    1.6
    * Added more login checks
    * Fixed strange box detection once and for all - This is very helpful I did get stuck on this alot.
    * Reduced drop wait timers - very very helpful
    * Implemented ACA (auto-coloring) - very helpful
    V1.6 made it from a nice, little crazy script to almost flawless.

    1 thing I have noticed btw sometimes if you disable the bot it wont start again when you enable it, so you must stop the bot completely and start it again. Don't know if you could fix that in the new patch ? ^^

    EDIT: My xp per hour has gone up from 22-25k p/h to 28k p/h just form catching the level 43 kebbits. Very nice.
    Last edited by 0r4nge ownz; 05-25-2013 at 07:38 PM.

  4. #79
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by aaron126 View Post
    Code:
    1.6
    * Added more login checks
    * Fixed strange box detection once and for all
    * Reduced drop wait timers
    * Implemented ACA (auto-coloring)
    Version 1.6 released!

    almost every part of the script had to be modified / redone.


    Quote Originally Posted by 0r4nge ownz View Post
    Hey, just noticed a new version.
    What was he updates? If you have made a system so we can put our own kebbit colors in the new patch that would brilliant.

    I have not got a long proggy mainly because I need to disable to check my level because Im almost 63 hunter
    Iv had a few at 1-2 hours.. Using only the level 43 kebbits I always get about 22k-25k hours.. Pretty impressive.

    Thanks mate ^^

    EDIT: read the v1.6 code to see you did add putting your own color in! <3333

    EDIT2: WOWOWOW V1.6 IS AWESOME.....!!!!!!!! SERIOUSLY.. You are my fav scripter.
    lol i haven't even finished uploading it xD


    I wanted to get a good proggy before releasing it. and i did. :P
    I stopped it at 4h 55min cause another hunter came and started talking to me. It can very easily exceed this.
    Last edited by aaron126; 05-25-2013 at 07:42 PM.

  5. #80
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I know aha, I was just started my bot again when there was a update, and you didn't even put v1.6 on your thread >.< I must have been the first ^^
    Im really impressed with what you have done, so smooth now.

    I just want ed to ask a question, I want to put my current hunter level in the proggy something like this..
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 59
    * Hunter Level: -- Hunting Levels Gained: 1
    * Hunting Experience Gained: 6136
    * Hunting Experience Per Hour: 27004
    * Status: Dropping items
    * Time Running: 13 Minutes and 38 Seconds

    Just so I don't need to keep stopping to check my hunter level, then starting etc. I think this would be much more simpler

    So this line writeln(' * Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));
    Do I add writeln(' * Hunting Level: '+IntToStr(HuntingLevel)' Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));

    Im no good at coding, I did RSPS a little, but I wasn't anything good. Does +IntToStr(HuntingLevel) even mean anything? I just made it up lol.

    EDIT: Which line can I speed up the dropping procedure aswell, I want it a little faster .

    Many thanks
    Last edited by 0r4nge ownz; 05-25-2013 at 07:51 PM.

  6. #81
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by 0r4nge ownz View Post
    I know aha, I was just started my bot again when there was a update, and you didn't even put v1.6 on your thread >.< I must have been the first ^^
    Im really impressed with what you have done, so smooth now.

    I just want ed to ask a question, I want to put my current hunter level in the proggy something like this..
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 59
    * Hunter Level: -- Hunting Levels Gained: 1
    * Hunting Experience Gained: 6136
    * Hunting Experience Per Hour: 27004
    * Status: Dropping items
    * Time Running: 13 Minutes and 38 Seconds

    Just so I don't need to keep stopping to check my hunter level, then starting etc. I think this would be much more simpler

    So this line writeln(' * Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));
    Do I add writeln(' * Hunting Level: '+IntToStr(HuntingLevel)' Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));

    Im no good at coding, I did RSPS a little, but I wasn't anything good. Does +IntToStr(HuntingLevel) even mean anything? I just made it up lol.
    it's quite a bit more complex than that :P you'd need to create the global variable "HuntingLevel", and have it check your hunting level when the script starts, and assign HuntingLevel to that.
    then in the proggy it would be
    Simba Code:
    writeln(' * Hunting Level: '+IntToStr(HuntingLevel+HuntingLevelsGained)+' Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));

  7. #82
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Oh I understand, I just thought like some variables would be build into the Simba client.
    But what do I know :P

    What scripts you thinking of bringing out in the future? Or expending this hunter bot to different creatures?

    Oh wait I have another idea I know how I can get a simple way to get hunter level..

    KebbitType = 1;
    CSpottedKebbitColor = 5271948;
    CDarkKebbitColor = 0;
    CDashingKebbitColor = 0;
    BuryBones = False;
    MouseMoveSpeed = 15;
    DrawBoxes = True;
    AutoUpdate = True;
    HunterLevel = 57;

    then put your line in

    I mean its manual but its not too hard work to do before you start the script :P.
    This would work right?
    Last edited by 0r4nge ownz; 05-25-2013 at 08:00 PM.

  8. #83
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    https://gist.github.com/Aaron126/389...0b79/revisions

    here, this should work for it showing your current hunter level. it's a diff. red means line removed, green means line added.

  9. #84
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Works like a treat, thank you.

  10. #85
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Tested V1.6 a little.
    Spotted Kebbits are very smooth and work great.

    Dark kebbits I can't get right :/ cant seem to get a good color for them, and the bot usuaully mixes them up with other black stuff around. Sometimes it has to wait for them to move to get the right color. Oh well

    I think it might be worth just skipping dark kebbits out, the color of them makes it annoying :P

  11. #86
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by 0r4nge ownz View Post
    Tested V1.6 a little.
    Spotted Kebbits are very smooth and work great.

    Dark kebbits I can't get right :/ cant seem to get a good color for them, and the bot usuaully mixes them up with other black stuff around. Sometimes it has to wait for them to move to get the right color. Oh well

    I think it might be worth just skipping dark kebbits out, the color of them makes it annoying :P
    if you use the auto-color, it shouldn't mix them up too much. just with the rocks, which usually you aren't in that area.

  12. #87
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by aaron126 View Post
    if you use the auto-color, it shouldn't mix them up too much. just with the rocks, which usually you aren't in that area.
    OK I will try that, do you know if its more exp p/h if you just do dark kebbits or do both?

  13. #88
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by 0r4nge ownz View Post
    OK I will try that, do you know if its more exp p/h if you just do dark kebbits or do both?
    more exp if you do both

  14. #89
    Join Date
    Mar 2012
    Location
    Ca
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    [QUOTE=aaron126;1242142 not bad, I'll add it to the proggy list
    I was getting 35-45k exp with kebbittype 3 using the upcoming version :P what's your hunter lvl?[/QUOTE]

    My hunter is now 61 thanks to your script lol. Yeah not sure why my exp per hour was so low, Ill try kebbittype 3 and see if i can get more.

  15. #90
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 982
    * Hunter Level: 62 Gained: 4
    * Hunting Experience Gained: 102024
    * Hunting Experience Per Hour: 25372
    * Status: Retrieving Falcon
    * Time Running: 4 Hours, 1 Minutes and 16 Seconds
    **********************************************

    My proggy so far, still running. I will update it.
    25k exp p/h just using spotted Kabbits, not bad

    EDIT:
    NEW UPDATED PROGGY
    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 1625
    * Hunter Level: 63 Gained: 5
    * Hunting Experience Gained: 168896
    * Hunting Experience Per Hour: 25128
    * Status: Retrieving Falcon
    * Time Running: 6 Hours, 43 Minutes and 17 Seconds
    **********************************************

    STILL GOING! IM GOING TO SLEEP IL POST NEW PROGGY WHEN I WAKE UP.


    EDIT2: I couldn't sleep lol..
    Here is the final proggy before I stopped it.
    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 1760
    * Hunter Level: 64 Gained: 6
    * Hunting Experience Gained: 182936
    * Hunting Experience Per Hour: 25097
    * Status: Looking For Kebbit
    * Time Running: 7 Hours, 17 Minutes and 20 Seconds
    **********************************************
    Last edited by 0r4nge ownz; 05-26-2013 at 05:27 AM.

  16. #91
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by 0r4nge ownz View Post
    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 982
    * Hunter Level: 62 Gained: 4
    * Hunting Experience Gained: 102024
    * Hunting Experience Per Hour: 25372
    * Status: Retrieving Falcon
    * Time Running: 4 Hours, 1 Minutes and 16 Seconds
    **********************************************

    My proggy so far, still running. I will update it.
    25k exp p/h just using spotted Kabbits, not bad

    EDIT:
    NEW UPDATED PROGGY
    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 1625
    * Hunter Level: 63 Gained: 5
    * Hunting Experience Gained: 168896
    * Hunting Experience Per Hour: 25128
    * Status: Retrieving Falcon
    * Time Running: 6 Hours, 43 Minutes and 17 Seconds
    **********************************************

    STILL GOING! IM GOING TO SLEEP IL POST NEW PROGGY WHEN I WAKE UP.


    EDIT2: I couldn't sleep lol..
    Here is the final proggy before I stopped it.
    **********************************************
    * iFalconry Version 1.6
    **********************************************
    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 1760
    * Hunter Level: 64 Gained: 6
    * Hunting Experience Gained: 182936
    * Hunting Experience Per Hour: 25097
    * Status: Looking For Kebbit
    * Time Running: 7 Hours, 17 Minutes and 20 Seconds
    **********************************************
    very impressive. I'll add the last one to the proggy list.

  17. #92
    Join Date
    May 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by aaron126 View Post
    very impressive. I'll add the last one to the proggy list.
    I could have got alot higher. I turned the boss off manually lol

  18. #93
    Join Date
    Apr 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I keep getting this error for some reason [Error] C:\Users\mimirogers\Downloads\iFalconry[1.6].simba(601:5): Unknown identifier 'GetQuestion' at line 600
    Compiling failed.
    , any idea what's up? everything I have is up to date.

  19. #94
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by brett87a View Post
    I keep getting this error for some reason [Error] C:\Users\mimirogers\Downloads\iFalconry[1.6].simba(601:5): Unknown identifier 'GetQuestion' at line 600
    Compiling failed.
    , any idea what's up? everything I have is up to date.
    GetQuestion is a member of Includes\SRL-OSR\SRL\core\antirandoms\box.simba

    does that file exist for you? if not, redownload SRL-OSR (instructions in first post). and replace your existing SRL-OSR with the new one.

  20. #95
    Join Date
    Dec 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I'm not sure why but I am only getting about 12k exp per hour:\ I'm doing both spotted and dark kebbits...

  21. #96
    Join Date
    May 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Thx

    just got 53 hunter for chins with this

  22. #97
    Join Date
    Apr 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Updating it worked like a charm , thank you ! here's my proggy
    Currently Catching: Spotted Kebbit
    * Kebbits Caught: 527
    * Hunting Levels Gained: 2
    * Hunting Experience Gained: 54600
    * Hunting Experience Per Hour: 10935
    * Status: Looking For Kebbit
    * Time Running: 4 Hours, 59 Minutes and 34 Seconds

  23. #98
    Join Date
    Mar 2013
    Location
    Narnia
    Posts
    182
    Mentioned
    1 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by goose88 View Post
    I'm not sure why but I am only getting about 12k exp per hour:\ I'm doing both spotted and dark kebbits...
    it should increase as your hunter level increases, cause you'll miss less kebbit.

  24. #99
    Join Date
    Apr 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    * Currently Catching: Spotted Kebbit
    * Kebbits Caught: 652
    * Hunting Levels Gained: 2
    * Hunting Experience Gained: 67704
    * Hunting Experience Per Hour: 16797
    * Status: Retrieving Falcon
    * Time Running: 4 Hours, 1 Minutes and 50 Seconds
    version 1.6

  25. #100
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    do you profit from this?

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •