I am guessing that the blank profile needs the level changed to 91. That really wouldn't be a problem with the routine though. The spell check would be checking that the spell is ready and can be cast. I use a combination of SpellManager.CanCast() and checks for being silenced or stunned or that the GlobalCoolDown is not running. As for the issue of aggro i'll run a few more dungeons and see if I can improve it any. If you can provide any or information on what the bot is doing or not doing concerning aggro It would help me narrow down things considerably.
I'm currently encountering this problem- Starting the bot! Object reference not set to an instance of an object. Bot Stopped! Reason: User pressed the Stop button! Starting the bot! Object reference not set to an instance of an object. Bot Stopped! Reason: User pressed the Stop button! I would post a log but it's larger than the upload size requirements. You could have the bot spam growl at anyone losing threat or rush them with skull bash or wild charge when they get too far away. Now when I try to start it I get "Tilemap is null!"
I'm Afraid the Tilemap is null is an HB issue and will need to be addressed by the HB devs. I'm guessing the zone you are in hasn't been mapped. As for aggro right now i have the following concerning aggro: I have one check at the top of the priority list and checks for hostiles (Enabled through DisableAutomaticBehaviors = false in the Class Config) Code: TauntList = ObjectManager.GetObjectsOfType<WoWUnit>(true, true).Where(p => ValidTarget(p) && !p.IsDead && p.CreatureRank == Styx.WoWUnitClassificationType.Elite && p.Distance < 30 && p.IsHostile && p.ThreatInfo.RawPercent < 100).ToList(); It then sorts that list by unit distance and targets the closest one. I am open to suggestions if you can figure out a better way of doing it. The problem I kept running into is if you are using lazyraider and you lose aggro on that caster way back in the back. I would target him but if i didn't react fast enough the dps would pull aggro off of the group I was currently tanking. This lead to lots of problems.
Would it be possible to target farthest mob currently engaged? I'd put money on that mob being the on we lose aggro on. It also seems that the bot does not cast skills when it is "loading tiles".
Target then rush? All other mobs should follow the tank and regroup around so they can get aoed. Try coding that and upload it? Is there any way you could message me the profile so we can keep working on this? I don't know how to code very well but I will work with you to produce the best guardian cc we can make. It would b e really cool if we could increase the amount of times we can interrupt with Skull Bash or if the bear could cycle through pulled mobs and skull bash the one casting a spell.
Would it be possible to increase the speed of attacks? The bot also needs to move to the mob when attacking. Use a charge or something. It would also be great to have a checkbox to turn travel form off or on. This would be unrelated to Automatic Form Selection. I don't like that the bot kills in bear form, mounts a mount, then changes to travel form when it gets closer to the next target.
I worked on both of these. I hope it helps. Also I am really limited on what I can do with spell interrupts at the moment. Spell Mechanics are still broken as far as I am aware.
Cant seem to get it working. Even downloaded and installed a fresh copy of Honorbuddy and Lazyraider, just to try this CC. Keeps getting an error Code: [10:08:35.686 N] Compiler Error: d:\HonorBuddy Druid Test\Routines\Guardian\Guardian\Guardian\Classes\Guardian.cs(16,28) : error CS0101: De naamruimte Guardian.Classes bevat al een definitie voor Druid (* Translate : The namespace 'Guardian' already contains a definition for 'Druid' ) I've read all the comments above, even the But I cant seem to find that Settings.cs file anywhere. (Thats also the reason I installed a fresh copy of HB to try this CC) What am I missing please ? Kind regards Log included : View attachment 3220 2012-10-28 11.08.txt
Great, thx m8. And no apologies needed, I'm glad guys like you are willing to share your means with guys like me
very good so far hazzdruids guardian profile was acting a little weird so i decided to try this out and so far so good
could u make it possible for him to stay cat when im tanking if i go catform? for example if im doing a tauntswitch with second tank i wanna be able to dps in catform, thanks! very nice cc,