• Visit Rebornbuddy
  • [Plugin] Rarekiller 3 RELOADED

    Discussion in 'Uncataloged' started by katzerle, May 19, 2013.

    1. WrathofGod

      WrathofGod New Member

      Joined:
      May 24, 2011
      Messages:
      358
      Likes Received:
      0
      Trophy Points:
      0
      Oh man this would be amazing for farming rares again :D please do it!
       
    2. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      Alright, I am interested in fixing this after looking at the code, I am going to be trimming a lot of fat from this plugin and will need some testers, please post here if you want to beta test this for me.
       
    3. WrathofGod

      WrathofGod New Member

      Joined:
      May 24, 2011
      Messages:
      358
      Likes Received:
      0
      Trophy Points:
      0
      I will be glad to test it. Just be forewarned I don't bot a lot of rares, but there are some i could definitely try :)
       
    4. Techguy1220

      Techguy1220 Member

      Joined:
      Nov 5, 2011
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      6
      It would be great if you were able to make this farm the rares on the isle of thunder for the Sealed Tome for the warlock green fire quest... Still sells for a pretty penny. Unless this still does it
       
    5. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      I have finished refactoring the code and trimming a lot of fat from the plugin which makes it much easier to maintain. I removed a bunch of crap (ie specialized functions like slow fall, shadowmeld, pandaria rare logic. etc.) which I think was very useless and have made the plugin more smaller and generic. I have also fixed up the aeonaxx catcher plugin, and a bug with some classes not being able to pull properly (some of you may have encountered this already, where you detect a mob and your char just sits and does nothing). I also plan on implementing the following:

      - Kill tagged mobs (needed for draenor rares, I think this is already implemented though but will need someone to test)
      - Force pull range (this will force your char to pull from the specified range, useful for warriors since as it stands right now rarekiller only pulls from melee range)
      - Ground mode (might be needed for draenor rares as well since there is no flying enabled in draenor, will need someone to test if draenor rares work atm first)

      I need some testers before I can release anything
       
      Last edited: Apr 10, 2015
    6. oniknives

      oniknives New Member

      Joined:
      Aug 14, 2012
      Messages:
      26
      Likes Received:
      1
      Trophy Points:
      0
      i will gladly test it
       
    7. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      Anyone who wants to test please send me your skype name in a private message and I will add you.
       
    8. TuG Chris

      TuG Chris New Member

      Joined:
      Mar 30, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
    9. pandemonium

      pandemonium New Member

      Joined:
      Sep 1, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
    10. Baitolo

      Baitolo New Member

      Joined:
      Sep 4, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
    11. xujiawei0929

      xujiawei0929 New Member

      Joined:
      Sep 6, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I unzip the plugin as directed, But still can't see it in plugin in HB. any comments?
       
    12. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      This plugin is no longer being worked on. Keep an eye out for Rarekiller 5
       
    13. WrathofGod

      WrathofGod New Member

      Joined:
      May 24, 2011
      Messages:
      358
      Likes Received:
      0
      Trophy Points:
      0
      Guys get to testing the new one :)
       
    14. crash620

      crash620 New Member

      Joined:
      Mar 6, 2014
      Messages:
      92
      Likes Received:
      2
      Trophy Points:
      0
      Any update to this plugin needs to support framelock so this plugin can be used with gatherbuddy.
       
    15. Kmica

      Kmica Member

      Joined:
      Jan 20, 2012
      Messages:
      626
      Likes Received:
      12
      Trophy Points:
      18
    16. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0

      Framelock support will not be added, it would require heavy modifications to the plugin and I would need to remove a lot of logging (otherwise you will get spammed by messages) and I would need to remove the tamer because I don't think it is possible to implement framelock support for that, if someone else wants to attempt that be my guest but I will not do it since the plugin works perfectly fine without it.
       
    17. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Sometime in the near future, HB has planned to make framelock default ;p

      But in your case, for parts that should not use framelock or take too long - consider using StyxWoW.Memory.ReleaseFrame() { }
       
    18. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      No calculations take long, its just there are a lot of Thread.Sleeps in the code, I would need to remove them all and change the plugin to not rely on those, do you know when framelock will become default?
       
    19. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Ieeekkk...

      No idea when it becomes enforced/default, i'd say ur safe for a couple (3-4) months xD _ Plus it will be announced
       
    20. rarekillerupdate1

      rarekillerupdate1 New Member

      Joined:
      Apr 10, 2015
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      I guess I will try to include support later in a few months once I catch all the rares I need and if I can get some donations, I will not do it now since it will require too much modifications and testing.
       
      Last edited: Apr 15, 2015

    Share This Page