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

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 26 to 50 of 124

Thread: iFalconry

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

    Default

    Just went afk for ~an hour and a half watching TV, came back, still running strong.
    So at this point i think i can call it stable.
    Is there any features you guys would like added?

  2. #27
    Join Date
    Apr 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    mines just doing what has been noted before. anti ban over and over ive tried updating srl. even redownloaded it from your link. still doing the same thing. im hunting dark kebits.

  3. #28
    Join Date
    May 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    lvling hunter legit now to try this !

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

    Default

    [Error] C:\Simba\Scripts\iFalconry[1.25].simba(281:34): Invalid number of parameters at line 280
    Compiling failed.

    I keep getting this error and I don't really know how to fix it , nor do I know why I have it. I don't get this on any other script, please help !


    Edit: Nevermind I read on the post and fixed it ! thanks for your post , will post proggy soon
    Last edited by brett87a; 05-19-2013 at 08:20 PM.

  5. #30
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I had the same error with antiban. It just put run on and rotated the camera a bit then stopped. I removed antiban from the script and now it just says searching for kebbit. This happens no matter which type I try to hunt.

  6. #31
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mine just says, Status: Antiban, then the camera continuously spins in circles

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

    Default

    Mine just seems to do Anti-Ban continuously , then circle round screen . Hope you get a fix for it soon ! Gonna love this script

  8. #33
    Join Date
    Apr 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    doesnt work. play it and it doesnt hunt anything just stands there no movement.

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

    Default

    Quote Originally Posted by kuh47 View Post
    doesnt work. play it and it doesnt hunt anything just stands there no movement.
    Quote Originally Posted by brett87a View Post
    Mine just seems to do Anti-Ban continuously , then circle round screen . Hope you get a fix for it soon ! Gonna love this script
    Quote Originally Posted by fapyfapy View Post
    I had the same error with antiban. It just put run on and rotated the camera a bit then stopped. I removed antiban from the script and now it just says searching for kebbit. This happens no matter which type I try to hunt.
    Quote Originally Posted by shanetj View Post
    mines just doing what has been noted before. anti ban over and over ive tried updating srl. even redownloaded it from your link. still doing the same thing. im hunting dark kebits.

    hmmm.... what area are you all trying to run it in? I made this script at the Falconry to the west of grand tree. could be that kebbits are different color there or something, if you're trying to run it elsewhere.... if there is anywhere else you can catch them

    EDIT:
    alright, so... I was able to reproduce your guys' issue. I ran it on my laptop (I don't normally use it cause it's ~5x slower than my desktop).. and sure enough, it's just sitting there doing the antiban. It's not detecting the kebbits. I'm going to try playing with it a bit. hopefully a fix soon.
    Last edited by aaron126; 05-20-2013 at 03:48 AM.

  10. #35
    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.3
    * Fixed script not detecting kebbit for some people
    * Adjusted status, so it won't show that the script is in Antiban, when it actually is looking for kebbit
    * Added a configuration option to set the color tolerance of the kebbits, to make it more or less sensitive
    Version 1.3 released!


    Quote Originally Posted by kuh47 View Post
    doesnt work. play it and it doesnt hunt anything just stands there no movement.
    Quote Originally Posted by brett87a View Post
    Mine just seems to do Anti-Ban continuously , then circle round screen . Hope you get a fix for it soon ! Gonna love this script
    Quote Originally Posted by fapyfapy View Post
    I had the same error with antiban. It just put run on and rotated the camera a bit then stopped. I removed antiban from the script and now it just says searching for kebbit. This happens no matter which type I try to hunt.
    Quote Originally Posted by shanetj View Post
    mines just doing what has been noted before. anti ban over and over ive tried updating srl. even redownloaded it from your link. still doing the same thing. im hunting dark kebits.
    try with version 1.3, if it still doesn't work, adjust the ColorTolerance setting higher, to make it less color sensitive.

  11. #36
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [Error] C:\Simba\Scripts\iFalconry[1.3].simba(282:34): Invalid number of parameters at line 281
    Compiling failed.

    Line 281> _FindAllRandoms(CheckInv, []);

    Gonna download a previous version, this is a bug in the latest one thought

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

    Default

    Quote Originally Posted by Panini123 View Post
    [Error] C:\Simba\Scripts\iFalconry[1.3].simba(282:34): Invalid number of parameters at line 281
    Compiling failed.

    Line 281> _FindAllRandoms(CheckInv, []);

    Gonna download a previous version, this is a bug in the latest one thought
    nah that's an SRL issue, your SRL-OSR is outdated.

    just change
    Simba Code:
    _FindAllRandoms(CheckInv, []);
    to
    Simba Code:
    _FindAllRandoms(CheckInv);

    or update srl-osr

  13. #38
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by aaron126 View Post
    nah that's an SRL issue, your SRL-OSR is outdated.

    just change
    Simba Code:
    _FindAllRandoms(CheckInv, []);
    to
    Simba Code:
    _FindAllRandoms(CheckInv);

    or update srl-osr
    Cheers bro. Life saver =P

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

    Default


    unreleased version, working out a few more kinks then releasing
    at 3hr 40 min it failed a random
    was trying to get it to 4hr.

    I've noticed that in the falconry there isn't a very wide variety of randoms, so i imagine it'll be easy to get even better proggies

  15. #40
    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.41
    * EXTREME antiban enhancements
    * Overall performance enhancements
    * ColorTolerance will now automatically be determined when you start the script
    * Overall code quality enhancements
    * Random event detection enhancements
    * Implemented the option to draw the Kebbit target boxes
    Version 1.41 released!

  16. #41
    Join Date
    Apr 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thanks, this script is now running for me... ill test it out !

  17. #42
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    so pumped too use!

  18. #43
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Very nice, it is working now. Appreciate the fast effort and response, will try to post some proggies in the future.

  19. #44
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Very nice script thanks for this! Do you think it'd be too much work to add in red salamanders/red chins?

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

    Default

    Very nice script, but when I run it the cursor goes crazy and doesn't focus on one kebbit.

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

    Default

    Quote Originally Posted by goose88 View Post
    Very nice script, but when I run it the cursor goes crazy and doesn't focus on one kebbit.
    you mean if there's multiple kebbit? I've noticed that aswell. I have a loop in there to make it so the target won't switch until the mouse cursor reaches the destination. But when the kebbits are moving, it can sometimes seem like it's switching targets before getting to the previous target.


    Quote Originally Posted by PewPewUQQ View Post
    Very nice script thanks for this! Do you think it'd be too much work to add in red salamanders/red chins?
    red chins would be extremely difficult for a color bot, as differentiating between your traps and someone else's traps would be close to impossible. Not only that, but any small error or change with position would throw the bot off completely.

    + I don't like releasing bots that can affect the economy
    Last edited by aaron126; 05-21-2013 at 05:32 AM.

  22. #47
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    it doesn't solve magic box rewards it just keeps trying to drop them. and i thhink it just drops the exp lamps

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

    Default

    Quote Originally Posted by PewPewUQQ View Post
    it doesn't solve magic box rewards it just keeps trying to drop them. and i thhink it just drops the exp lamps
    SRL issue. SRL devs broke the strange box solving. i may add function to manually solve it....
    and no, it solves the lamps using the exp selected in the configuration.

  24. #49
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Could you possibly add the option to do 2 or 3 kebbits at once? it's much faster exp

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

    Default

    Quote Originally Posted by itsashin3y View Post
    Could you possibly add the option to do 2 or 3 kebbits at once? it's much faster exp
    lol I was actually thinking about this. it'd be a bit difficult to implement properly though. I'm about to release a new version with custom strange box solving and some genie solving adjustments, after that I'll brainstorm ways to make it hunt multiple kebbits. :P

Page 2 of 5 FirstFirst 1234 ... 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
  •