Page 1 of 2 12 LastLast
Results 1 to 25 of 44

Thread: Ross's Butterflies

  1. #1
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default Ross's Butterflies





    What it does

    Catches butterflies and releases them! Supports nets and barehanded.

    How to set it up

    • Fill out the options at the top (debug, antiban, butterfly type).
    • If using net have a butterfly net wielded and a butterfly jar in inventory.
    • If using bare hands make sure USE_NET is false.
    • Start at Butterfly Hunter Symbol at any of the butterfly hunting grounds.


    Known bugs

    • None


    Planned updates

    • Better XP calculations


    How you can help

    Test the script!








    Version 3.0 Released!

    Code:
    v1.0 Base release (8 downloads)
    v1.1 No functionality changes, but rewrote the script using a big ugly record (2 downloads)
    v2.0 Barehanded support! Also added log dropping and other features. (34 downloads)
    v3.0 Motion Detection: Now uses motion detection to catch butterflies. Uses color to filter out things like chinchompas and kebbits. Snowy Island: Snowy Island now catches both butterflies, to use this you must have Snowy knight requirements. Experience: Barehanded XP is now calculated based on averages. The longer it runs, the more accurate it is. Double XP still screws up counter though.
    Attached Files Attached Files

  2. #2
    Join Date
    Jun 2014
    Location
    Vancouver
    Posts
    150
    Mentioned
    1 Post(s)
    Quoted
    89 Post(s)

    Default

    Gzzz on release! I will be using this.

  3. #3
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Very nicely laid out script You should def look into records to manage all the variables associated with the different butterfly types. Then you can avoid using all of those case statements

  4. #4
    Join Date
    Aug 2013
    Posts
    159
    Mentioned
    4 Post(s)
    Quoted
    90 Post(s)

    Default

    I was considering making one of these for the hand caught butterflies but now maybe I won't . The handcaught ones give agility exp and hunter exp with fast respawns, however it requires high levels. I'll probably use this later today

  5. #5
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Very nicely laid out script You should def look into records to manage all the variables associated with the different butterfly types. Then you can avoid using all of those case statements
    Update coming later tonight!

    Quote Originally Posted by Trollcrank View Post
    I was considering making one of these for the hand caught butterflies but now maybe I won't . The handcaught ones give agility exp and hunter exp with fast respawns, however it requires high levels. I'll probably use this later today
    Sweet! Yeah barehanded will be coming soon. Let me know if you get some better colors when testing!

  6. #6
    Join Date
    Aug 2013
    Posts
    159
    Mentioned
    4 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by Ross View Post
    Sweet! Yeah barehanded will be coming soon. Let me know if you get some better colors when testing!
    So the ruby harvest color didn't work for me at all. It didn't detect them period and so I tried to get the colors but it ended up detecting the rocks as white too. I'll keep trying for a few minutes and edit this if I get a better color match.

    E: The colors are better but it detects the spikes on the kebits too. Perhaps get more colors and then add a filter to exclude the kebbit spikes. It also detects the bunny rabbits white tail :/ . Maybe just complain to jagex to fix the freaking color of the RUBY butterfly to red instead of white lol.
    RH_COLOUR = 10405060;
    RH_TOL = 10;
    RH_HUE = 0.37;
    RH_SAT = 1.46;

  7. #7
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Trollcrank View Post
    So the ruby harvest color didn't work for me at all. It didn't detect them period and so I tried to get the colors but it ended up detecting the rocks as white too. I'll keep trying for a few minutes and edit this if I get a better color match.

    E: The colors are better but it detects the spikes on the kebits too. Perhaps get more colors and then add a filter to exclude the kebbit spikes. It also detects the bunny rabbits white tail :/ . Maybe just complain to jagex to fix the freaking color of the RUBY butterfly to red instead of white lol.
    RH_COLOUR = 10405060;
    RH_TOL = 10;
    RH_HUE = 0.37;
    RH_SAT = 1.46;
    Hmm.. odd it's still working for me. I'll keep updating.

  8. #8
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    Not sure if you made because of my request, but thanks for making this Can't wait for barehanded catching

  9. #9
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by nero_dante View Post
    Not sure if you made because of my request, but thanks for making this Can't wait for barehanded catching
    Nope! But I'm glad it worked out!

  10. #10
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Barehanded almost complete

    Need an account with at least 80 Hunter to test on. PM me with acc info if you can help!
    I'll give thanks in OP Thanks in advance!

    e: don't download current version, there is a bug if you don't have the maps.
    e2: No longer need any accounts.

  11. #11
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    BAREHANDED SUPPORT RELEASED

    Check OP for details. Also make sure to delete any maps you may have downloaded from previous versions.

  12. #12
    Join Date
    Oct 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    thanks for the release , my hunter skill needs some leveling :P

  13. #13
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  14. #14
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Gonna give this a whirl. My expectations are very high
    Oh God....

  15. #15
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Progress Report by TheMayor:
    ==============Ross's Butterflies=============
         Catching: Ruby Harvest
         Butterflies Caught: 622
         Hunter XP: 14928
         Hunter XP/hr: 5752
         Time running: 02h 35m 43s
    ==============================================


    Not bad at all Level 15 -> 32 stopped manually

  16. #16
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    I recommend adding a failsafe terminate script. I've had multiple instances where (while doing ruby harvest) I find my character stuck in a random corner of the fairy world thing. It still detects colors, causing the mouse to move, and I don't log out. This could be a ban hazard.
    I'm guessing it sometimes clicks on the fairy ring and gets stuck.
    I just added a counter to terminate if theres 20+ failed butterfly finds.

    Otherwise, great script! nce I get a 6+ hour proggy I'll post it
    The Lazy Series:
    LazyIvy
    LazyFisher
    LazySiphon

  17. #17
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by RlagkRud View Post
    I recommend adding a failsafe terminate script. I've had multiple instances where (while doing ruby harvest) I find my character stuck in a random corner of the fairy world thing. It still detects colors, causing the mouse to move, and I don't log out. This could be a ban hazard.
    I'm guessing it sometimes clicks on the fairy ring and gets stuck.
    I just added a counter to terminate if theres 20+ failed butterfly finds.

    Otherwise, great script! nce I get a 6+ hour proggy I'll post it
    Great idea! I'm actually moving away from color and into motion detection with the next update, as well as adding power-levelling on snowy island. I think people will be very pleased

  18. #18
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Nice man! Also if you want some help on the butterfly's (especially the snowy ones - those are a pain), take a look through my old script https://villavu.com/forum/showthread.php?t=96725

    It was pretty stable before the rs3 srl6 switch up.

  19. #19
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Nice man! Also if you want some help on the butterfly's (especially the snowy ones - those are a pain), take a look through my old script https://villavu.com/forum/showthread.php?t=96725

    It was pretty stable before the rs3 srl6 switch up.
    Hi, I was actually going to look at it for plagiarism purposes but the paste was down. Looks like it's back up, so will do! Thanks
    The one thing that's difficult for me right now is the wait function (using you getXPBar function for that), and tracking the xp split between agility and hunter.

    e: I forgot you script in Japanese and I can't read it Although it looks like your wait function when catching a butterfly involves the pixel shift of the player.

  20. #20
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Butterflies Caught: 429
    Hunter XP: 214500
    Hunter XP/hr: 77646
    Agility XP: 42900
    Agility XP/hr: 15529
    Time running: 02h 45m 45s

    Great script , but sometimes it enter in another floor while catching snowy butterflyes and stay there doing nothing forever.

  21. #21
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by lendaz View Post
    Butterflies Caught: 429
    Hunter XP: 214500
    Hunter XP/hr: 77646
    Agility XP: 42900
    Agility XP/hr: 15529
    Time running: 02h 45m 45s

    Great script , but sometimes it enter in another floor while catching snowy butterflyes and stay there doing nothing forever.
    Thank you for the proggy, are you talking about the island to the north?

  22. #22
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by Ross View Post
    Thank you for the proggy, are you talking about the island to the north?
    yes

  23. #23
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    ==============Ross's Butterflies=============
    Catching: Snowy Knight
    Butterflies Caught: 883
    Hunter XP: 441500
    Hunter XP/hr: 83056
    Agility XP: 88300
    Agility XP/hr: 16611
    Time running: 05h 18m 56s


    The xp/h could be better if the script have a fail safe to leave the island... But is one of the best scripts that i saw here. Thank you

  24. #24
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    hit 99 hunter with this. went from 93-99. Thanks!
    The Lazy Series:
    LazyIvy
    LazyFisher
    LazySiphon

  25. #25
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by RlagkRud View Post
    hit 99 hunter with this. went from 93-99. Thanks!
    That's awesome! Congrats!!

Page 1 of 2 12 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
  •