hazard
Well-Known Member
- Joined
- Sep 16, 2010
- Messages
- 1,854
Works good but the my Boomking drood dont turn around to face the enemy:S
Just tries to cast with the back against the enemy..
Use the HazzFace plugin as stated in the first post.
Works good but the my Boomking drood dont turn around to face the enemy:S
Just tries to cast with the back against the enemy..
I just tried using this for my new feral with BGBuddy. Unfortunately it never really got in range by itself and kept saying "Not in range" while trying to use rake etc from far away. I have set the pull/mount distance and enabled the facing plug in as indicated in the first post. Attaching a few logs because WoW kept crashing. Side note - is the access violation error caused my HB? WoW forums seemed to indicate it can happen naturally, but I've never had it while not using HB.
could u pls add an option to import / set tank from ingame focus?
The Unit / properties should be delivered by StyxWoW.Me.FocusedUnit (Guid or whatever u need)
In raids tanks were switched or u get a special person to heal and Lifebloom should really cast on the Tank and not on the sectank who'S dpsing^^
with this option we can set them manually
Hey Haz, is this CC good to use for tanking with my lvl49-bear?
if (HazzDruidSettings.Instance.UseLifebloom[B] && tar.Guid == tank.Guid[/B] && tar.HealthPercent > 75 && CC("Lifebloom") && !isAuraActive("Lifebloom", tar))
public override void Pulse()
{
if (!Me.IsInParty && !Me.IsInRaid)
{
tank = Me; //just added me as tank before calling combat
Combat();
}
else if (Battlegrounds.IsInsideBattleground)
{
tank = Me; //just added me as tank before calling combat
Combat();
}
does not work, it always switches to the second tank.This is already implemented. Use LazyRaider and set the tank manually in the Bot Config.
My Druid don't healing with BGBuddy and HazzDruid 3.9.2
Went through did another raid again today still no word from you since last post cat DPS is just not up to par with what I am capable of doing. Bot pulled off 6k dps on raid boss in Wymrest. Please any assistance would be greatly appreciated!