• Visit Rebornbuddy
  • [Plugin] Rarekiller 3 RELOADED

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

    1. xruefulxstarx

      xruefulxstarx Member

      Joined:
      Oct 17, 2012
      Messages:
      126
      Likes Received:
      1
      Trophy Points:
      18
      Hay, I am using this with archaeology buddy and it doesnt seem to black list the Dark Soil if its not able to get to it i.e if its in a rabbit hole. Is this an error or just not something thats been implemented yet because I was watching it expecting it to alto blacklist it but it just flew around in a circle for 5min, I had to pause it an go in the hole an loot it to sort it but if I left it afk it would just be flying in a small circle till someone else gets it.
       
    2. HEADSTYLE

      HEADSTYLE New Member

      Joined:
      Jul 2, 2013
      Messages:
      399
      Likes Received:
      2
      Trophy Points:
      0
      Hello, i have a Problem..

      This Plugin is not working with Timelost Proto drake..

      Where is the support?
       
    3. jvm222

      jvm222 New Member

      Joined:
      Jan 30, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      thank you, this was the only thing that worked to fix the crash upon noticing a rare.
       
    4. MattCh

      MattCh New Member

      Joined:
      Jan 1, 2013
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      katzerle, Awesome plugin, thank you very much for sharing and all your hard work on this one!

      I am trying to amend your plugin to handle Zandalari Warscouts, and their abilities. I have therefore added the below to RarekillerMoPRares and Rarekiller to try and handle some of the deadly abilities. I am still however struggling with the vengeful spirit ability as with what I have below the bot is not properly avoiding this mob. What I want is my toon to move away from the vengeful spirit whilst its alive, say keeping a distance of 20yards for safety. Would anyone know the correct routine/function to use to keep my toon away from the vengeful spirit ?



      PHP:
              public WoWUnit Warscout
              
      {
                  
      get
                  
      {
                      return 
      ObjectManager.GetObjectsOfType<WoWUnit>().Where(=> (
                          
      o.Entry == 69768) && o.Distance 100 && !o.IsDead).OrderBy(=> u.Distance).FirstOrDefault();
                  }
              }

              public 
      WoWUnit VengSpirit
              
      {
                  
      get
                  
      {
                      return 
      ObjectManager.GetObjectsOfType<WoWUnit>().Where(=> (
                          
      o.Entry == 69806) && o.Distance 100 && !o.IsDead).OrderBy(=> u.Distance).FirstOrDefault();
                  }
              }


      PHP:
      #region Warscout - working - but needs some luck
                          
      if (MoPRares.Warscout != null)
                          {
                              
      // Vengeful Spirit
                              
      if (MoPRares.Warscout.CastingSpellId == 138043)
                          
      MoPRares.AvoidEnemyCast(MoPRares.Warscout1050);
                          
      // MoPRares.FleeingFromEnemy(MoPRares.Warscout, 138043, 5, 35, 5); 
                             // Thunder Crush
                              
      else if (MoPRares.Warscout.CastingSpellId == 138044)
                              {
                              
      MoPRares.AvoidEnemyCast(MoPRares.Warscout050);
                              }
           }
           
      #endregion
                  

                          #region Warscout - working - but needs some luck
                          
      if (MoPRares.VengSpirit != null)
                          {
                                                  
      MoPRares.FleeingFromEnemy(MoPRares.Warscout1380435355);
                                                  
      //MoPRares.AvoidEnemyCast(MoPRares.VengSpirit, 10, 50);
              
      }
                                              
      #endregion
                 #endregion
      With the above code I get the below errors/debug.


      PHP:
      RarekillerZandalari Warscout don't cast any more
      Rarekiller: reached save Location
      Rarekiller: Fleeing from Zandalari Warscout
      Rarekiller RayCast: search near 73d @ 5.0 yds for Unit free area
      Rarekiller: Zandalari Warscout don'
      t cast any more
      Rarekiller
      reached save Location
      Mangle
      Rarekiller
      Fleeing from Zandalari Warscout
      Rarekiller RayCast
      search near 73d 5.0 yds for Unit free area
      Rarekiller
      Zandalari Warscout don't cast any more
      Rarekiller: reached save Location
      Tiger'
      s Fury
      Rarekiller
      Fleeing from Zandalari Warscout
      Rarekiller RayCast
      search near 73d 5.0 yds for Unit free area
      Rarekiller
      Zandalari Warscout don't cast any more
      Rarekiller: reached save Location
      Rarekiller: Fleeing from Zandalari Warscout
      Rarekiller RayCast: search near 73d @ 5.0 yds for Unit free area
      Rarekiller: Zandalari Warscout don'
      t cast any more
      Rarekiller
      reached save Location
      Force of Nature
      Rarekiller
      Fleeing from Zandalari Warscout
      Rarekiller RayCast
      search near 73d 5.0 yds for Unit free area
      Rarekiller
      Zandalari Warscout don't cast any more
      Rarekiller: reached save Location
      Rip
      Rarekiller: Fleeing from Zandalari Warscout
      Rarekiller RayCast: search near 73d @ 5.0 yds for Unit free area
      Rarekiller: Zandalari Warscout don'
      t cast any more
      Rarekiller
      reached save Location
      Rarekiller
      Fleeing from Zandalari Warscout
      Rarekiller RayCast
      search near 73d 5.0 yds for Unit free area
      Rarekiller
      Zandalari Warscout don't cast any more
      Rarekiller: reached save Location
      Rarekiller: Fleeing from Zandalari Warscout
      Rarekiller RayCast: search near 73d @ 5.0 yds for Unit free area
      Rarekiller: Zandalari Warscout don'
      t cast any more
      Rarekiller
      reached save Location
       
    5. MattCh

      MattCh New Member

      Joined:
      Jan 1, 2013
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      for those that are interested, I worked it out.


      PHP:
                          #region VengSpirit - working - but needs some luck
                          
      if (MoPRares.VengSpirit != null)
                          {
                                   
      MoPRares.FleeingFromEnemy(MoPRares.VengSpirit030105);
                  }
                
      #endregion
       
    6. kabishmann

      kabishmann New Member

      Joined:
      Apr 12, 2010
      Messages:
      102
      Likes Received:
      2
      Trophy Points:
      0
      When using Rarekiller to collect Dark Soil for Tillers friendship/votes, as long as it detects a dark soil, HB will keep running even if I push the stop button. It is only if I completely close HB, that it will stop.
      And it's not only that it it's just collecting the last one it detected, it will keep going until it can't see any more, unless I close down HB of course.
       
    7. danniness

      danniness New Member

      Joined:
      Oct 7, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      Don sure whats up but every time I use the plugin my HB freezes and shuts down. I have a fresh HB and fresh R3 installed.
       
    8. kabishmann

      kabishmann New Member

      Joined:
      Apr 12, 2010
      Messages:
      102
      Likes Received:
      2
      Trophy Points:
      0
      It has been happening to me aswell today. Must be something in the new patch.
       
    9. alex2712

      alex2712 New Member

      Joined:
      Mar 30, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      ye, everytime he notices sth. he is looking for => WoW Freeze.
       
    10. e1vis

      e1vis New Member

      Joined:
      Feb 16, 2012
      Messages:
      87
      Likes Received:
      1
      Trophy Points:
      0
      Any fix for the WoW Client lockup on detection of rare?
       
    11. Matty_The_Keeper

      Matty_The_Keeper New Member

      Joined:
      Oct 10, 2012
      Messages:
      250
      Likes Received:
      0
      Trophy Points:
      0
      Hey e1vis if u are still having a prob make sure u go into setup on the bot and uncheck framelock and it won't dc u
       
    12. HEADSTYLE

      HEADSTYLE New Member

      Joined:
      Jul 2, 2013
      Messages:
      399
      Likes Received:
      2
      Trophy Points:
      0
      Hallo, ich hab mal eine Frage, ich bin gerade am Campen in Bors Atem nach dem tlpd mit dem Plugin und dem sogenannten Profil.. und mein Charakter will sich nach c.a 30 Minuten aus dem Spiel ausloggen und ich habe HBRelogger mit an, aber dann geht mein Charakter nicht erneut ins Spiel WoW sondern bleibt bei der Charakter auswahl stehen.. was kann ich tun damit es funktioniert?????
       
    13. blablub

      blablub New Member

      Joined:
      Dec 1, 2012
      Messages:
      809
      Likes Received:
      4
      Trophy Points:
      0
      without framelock on?
       
    14. jimmypile

      jimmypile New Member

      Joined:
      Dec 18, 2013
      Messages:
      196
      Likes Received:
      0
      Trophy Points:
      0
      so i'm trying to kill zandalari warscouts and this thing has not stopped once... having a total pain getting it work.... for the pull spell it comes up with an issue... could not find a part of the path.....c:\userblahblahblabhlbah\deafault pullspells... ok not a problem... i check the box to ignore this erroa dna ttempt to continue.. and i fly around and still nothing.... i must be doing something wrong that i'm not visually seeing the obvious can someone maybe help a little?
       
    15. jimmypile

      jimmypile New Member

      Joined:
      Dec 18, 2013
      Messages:
      196
      Likes Received:
      0
      Trophy Points:
      0
      giving the beta version a shot... so far it seems to run smooth.. ill repost any issues and or a confirmation on if i got this to work so there is no confusion for the next guy with questions perhaps i was just being a nub ahaha sorry again


      [UPDATE]

      ok so i got the beta version installed from the zip, set the plugin up and ran a gatherbuddy2 profile..... and I FOUND MY FIRST ONE... first time we encountered wow froze, restated wow doubled checked settings and i had frame lock on... unchecked that.. ran another profile and found another zandalari warscout.... first time died due to skills... 2nd time killed flawless

      make sure you double check your settings specially the framelock setting that seem to cause wow to lock up instantly
       
    16. Highsoulfly

      Highsoulfly New Member

      Joined:
      Mar 6, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      First of all i want to thank you for an awesome plugin with cool futures!

      I have an issue i even can't find a solution for on the internet and me self and i cannot solve it so i scream "HELP ME" :)!
      I dont have any logg since there isn't anything except the spammsg i get!

      I've tryed all day (over 10 hours) to get this fixed and my problem still stands with Rarekiller spamming -> "Rarekiller: Had to Blacklist 0 permanently"
      I've done everything right from the manual, disable framelock, activate autodismount etc. I have also enter the mobs to kill in KillMobs.xml and TaggedMobs.xml, with right IDs from Dev.Tools in Honorbuddy.
      I've also created a profile that runs around perfect but it wont attack monsters, and i have it setup to attackmonsters.
      I've setup a pullspell and i have checked Configurable XMLs: Kill Rares From XML -> config/KillMobs.xml and config/TaggedMobs.xml
      I've tryed both 4.10 and the beta 4.11 with no results.

      Then i thought it was my Honorbuddy that had to mutch in it, so i reinstalled it to a fresh one and know what... same problem.

      I hope i can get help on this one now im totaly lost and i have to excuse if my english seems bad, i really can't phrase good after all this day of research and trying.

      Plese help me, i really want this to work!

      Best Regards,
      Highsoulfly
       
      Last edited: Mar 6, 2014
    17. Fjay

      Fjay New Member

      Joined:
      Mar 5, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hy ich habe das Porblem ich stelle alles ein (will nur bestimmte Rare in MoP abfarmen) aber ich verstehe nicht welches profil ich jetzt dafür laden muss benutzt habe ich immer Gatherbuddy2

      Liebe grüße Fjay
       
    18. Atomatom

      Atomatom New Member

      Joined:
      May 16, 2013
      Messages:
      31
      Likes Received:
      1
      Trophy Points:
      0
      when I murder vyragosa hangs bot. why?
       
    19. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Where did you put that code?
       
    20. Bogglonaut

      Bogglonaut New Member

      Joined:
      Nov 19, 2012
      Messages:
      95
      Likes Received:
      2
      Trophy Points:
      0
      In the first post there is the info: This Plugin will help you hunt Rare Mobs like TLPD and Poseidus (Not Aeonaxx)
      If you want to catch Aeonaxx you have to use the Plugin Aeonaxx Catcher of Giwin.

      But when i look into Rarekiller i can choose Aeonaxx. Will this work? If yes, you should remove the info regarding the Aeonaxx Catcher from Giwin.
       

    Share This Page