Page 1 of 6 123 ... LastLast
Results 1 to 25 of 138

Thread: Simple White Butterflies Cather

  1. #1
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default Simple Butterflies Cather

    Hello,
    I made this script in few hour just to test capabilities of color object finding ,so don't expect fireworks . However it works quite well ,so i decided to show it to public. Maybe someone will like it.

    What it does?

    It's catching white butterflies in Trollweiss_Hunter_area : Snowy Knights and Sapphire Somethings.

    or

    Ruby Harvest in Piscatoris_Hunter_area
    • It goes to other place in area if not catch any butterflie in 15 seconds. (SPS walking)
    • Releasing jars if full
    • Obviously antiban ,random finder and progress report
    • Uses SLR-5


    Requiments

    To catching barehanded you need:

    80 Hunter and 75 Agillity for Rubys
    85 Hunter and 80 Agillity for Sapphires
    90 Hunter and 85 Agillity for Snowys

    You can also catch it by butterfly net ,but then exp is 10 times lower.

    Important !

    • It will not check if you use butterfly net or not ,but progress report will always show exp like you catch barehanded
    • My acc don't have enought hunter level to catch barehanded ,so i was testing it with butterfly net. I think there is no difference ,isn't it?



    How to Setup?

    Fill inventory with jars , move your guy to Trollweiss_Hunter_area or Piscatoris_Hunter_area and run the script.


    Known bugs/problems
    • It likes dead trees too much..
    • Sometimes it refuse to move it's ass to another position (SPS stucks) ,but I see possible solution.


    To do...
    • Better butterfly finding function !!
    • Optionally, to add SLR Stats
    • ...

    Feel free to post ,what do you think should be added/modyficated in script.



    Credits

    • Dgby714 - WaitFuncEx
    • Shuttleu - WindWalking
    • Wiken - Sent me butterfly's pictures
    • Rambot - Sent me butterfly's pictures
    • Rsbotter12 - Sent me butterfly's pictures



    My Progress Report
    Code:
    Succefully catched: 148 Snowy Knights and 216 Sapphire glacials
    It is 160400 hunter exp and 29920 agillity exp
    Running for 50 Minutes and 2 Seconds. It is 192000 Hunter exp/h and 35000 Agillity exp/h

    Code:
    Succefully catched: 199 Snowy Knights and 348 Sapphire glacials
    It is 238700 hunter exp and 44260 agillity exp
    Running for 1 Hours, 12 Minutes and 0 Seconds. It is 198000 Hunter exp/h and 36000 Agillity exp/h
    For those who still don't have SLR 5:

    To run it with SLR4 change first 5 lines to
    Simba Code:
    program ButterCatcher_Public;
    //{$DEFINE SRL5}
    {$DEFINE SMART}
    {$I SRL/SRL.scar}
    //{$I SRL/srl.simba}

    and replace line 151
    Simba Code:
    MouseItem(a, mouse_Right);

    with

    Simba Code:
    InvMouse(a, 2);
    Last edited by bg5; 03-09-2012 at 12:10 AM.

  2. #2
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Version 1.1

    WindWalking added - no more problems with SPS

    Version 1.2

    • Added proggy for butterfly net
    • Will pay less attention to dead trees


    Modification of function FindObjEx.
    Simba Code:
    function FindObjEx2(var cx, cy: Integer; Text: TStringArray; Color: TIntegerArray;
        Tol, Step, xs, ys, xe, ye: Integer ; var DeadPixelArr: TPointArray): Boolean;
    Now will not move mouse again to pixel ,which was before checked for UpText with negative result.

    Version 2.0

    • Added Ruby Harvests !


    Version 3.0 This update is big update
    • No more waste of time on moving. Now will search for butterflies all time while running! If detect butterfly it will stop and catch it.

      It's my modification of WindWalking and SPS
      Simba Code:
      function sps_WindWalkAndCheck(Func : String ;T: TPoint): Boolean;
      Walking can be interrupted if only Func = True or Func <> 0.

      Thx to Shuttleu for windwalking and Dgby714 for one smart function.

    • Added customizable SPOT_TIMEOUT
    Version 3.1
    • Added customizable Hotspot ! Now you can define your hotspot using SPS coords. - catcher will run there instead of random location.
    Last edited by bg5; 01-22-2012 at 01:14 AM.

  3. #3
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Am i reading 190k hunting xp p/h right?
    Did someone say GDK?

  4. #4
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Yeah ,if only i didn't mess up counter. I would be glad if someone test it.

  5. #5
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by beginner5 View Post
    Yeah ,if only i didn't mess up counter. I would be glad if someone test it.
    I think you might have messed up the counter

    Anyhow, I'm going to test it in a bit. Can you tell me what to start with in my inventory?

  6. #6
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    I think you might have messed up the counter

    Anyhow, I'm going to test it in a bit. Can you tell me what to start with in my inventory?
    All you need is free hands and required hunter and agillity levels.

  7. #7
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha I don't...high levels! So just a butterfly net if I don't have those requirements?

  8. #8
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    Haha I don't...high levels! So just a butterfly net if I don't have those requirements?
    Butterfly net and full inv of butterfly jars. But exp will be very small.

  9. #9
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Nice!
    I have the Agility level but not the Hunter
    Time to start Grinding to use this :s

  10. #10
    Join Date
    Dec 2011
    Location
    Windsor Locks, CT
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Running for a few mins now, seems good. I have no progress report tho. And walking when no butterflies are in area doesnt work. I had to delete line 187 cuz was getting an error which prevented script from starting. Also might wanna put in a failsafe if you dont catch any butterflies for say a couple mins you log out.
    Last edited by ministone28; 01-02-2012 at 08:57 PM.

  11. #11
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by ministone28 View Post
    And walking when no butterflies are in area doesnt work. I had to delete line 187 cuz was getting an error which prevented script from starting.
    It seems you didn't update your sps.simba for wind walking.

    Check this link:

    http://villavu.com/forum/showthread.php?t=70505

    http://villavu.com/forum/showpost.ph...30&postcount=6

  12. #12
    Join Date
    Oct 2010
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    It is seriously obsessed with the dead trees :P haha, it makes it look very bot like though and slows it down a lot. But thanks it caught a full load.

    Succefully catched: 10 Snowy Knights and 27 Sapphire glacials
    It is 15800 hunter exp and 2890 agillity exp
    Running for 9 Minutes and 29 Seconds. It is 99000 Hunter exp/h and 18000 Agillity exp/h


    * By the way the spelling in the proggy? haha Successfully caught

  13. #13
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    it makes it look very bot like though and slows it down a lot
    It's an issue of object finding. Firstly it finds color ,then moves mouse to pixel to read an uptext. I think I will add 'dead pixels' in future ,so mouse will hover wrong objects only once.

    BTW quite strange proggy.:P

  14. #14
    Join Date
    Dec 2011
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's great. I only have one simple req tho. Please make it also catch ruby harvest butterflies :S? I'm only 80 hunter and can't do red chins anymore ://///

  15. #15
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    It should not be difficult ,but I see one little problem. They are much more rare , and area they can be found is very large ,so it will be a lot of running.

    Ruby added ! Please test and give me description how script works.
    Last edited by bg5; 01-04-2012 at 05:07 AM.

  16. #16
    Join Date
    Dec 2011
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll test soon i gtg sleep atm :l


    edit: will be back within 1-2 days. Looking forward to it!!!!!!!

  17. #17
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Currently doing Both white butterflys barehanded. Working very well =] Going to baby sit for a while and just watch haha.

    You should implement a feature to switch worlds if any other players are near-by if you find the time. Just a suggestion.

  18. #18
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Does anyone know how much xp an hour if catching with net ?

  19. #19
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is it effective for low hunter level players like me?

  20. #20
    Join Date
    Dec 2011
    Location
    Windsor Locks, CT
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm, updated my sps.simba file.
    Last edited by ministone28; 01-05-2012 at 12:27 AM.

  21. #21
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    ^
    Happened to me also.
    Currently trying to get 85 Hunting :L

  22. #22
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Will give this a go as soon as i hit 80 hunter

  23. #23
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Omg!I have to try this out with my secondary acc with 94 hunter.99 hunter here i come!

  24. #24
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im 95 hunter but only 70 agility any idea how much xp an hour it is with butterfly net.

  25. #25
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    You should implement a feature to switch worlds if any other players are near-by if you find the time. Just a suggestion.
    Nice idea ,I will try ,but I currently don't have too msny time. I'm also working on more effective walking

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