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.
Hello, i have a Problem.. This Plugin is not working with Timelost Proto drake.. Where is the support?
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 => ( o.Entry == 69768) && o.Distance < 100 && !o.IsDead).OrderBy(u => u.Distance).FirstOrDefault(); } } public WoWUnit VengSpirit { get { return ObjectManager.GetObjectsOfType<WoWUnit>().Where(o => ( o.Entry == 69806) && o.Distance < 100 && !o.IsDead).OrderBy(u => 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.Warscout, 10, 50); // MoPRares.FleeingFromEnemy(MoPRares.Warscout, 138043, 5, 35, 5); // Thunder Crush else if (MoPRares.Warscout.CastingSpellId == 138044) { MoPRares.AvoidEnemyCast(MoPRares.Warscout, 0, 50); } } #endregion #region Warscout - working - but needs some luck if (MoPRares.VengSpirit != null) { MoPRares.FleeingFromEnemy(MoPRares.Warscout, 138043, 5, 35, 5); //MoPRares.AvoidEnemyCast(MoPRares.VengSpirit, 10, 50); } #endregion #endregion With the above code I get the below errors/debug. PHP: 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 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
for those that are interested, I worked it out. PHP: #region VengSpirit - working - but needs some luck if (MoPRares.VengSpirit != null) { MoPRares.FleeingFromEnemy(MoPRares.VengSpirit, 0, 30, 10, 5); } #endregion
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.
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.
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
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?????
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?
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
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
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
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.