Anyone succuesfully running holy pala bg's with this?
I have been the past 2 days. Paired with Squire, and everything works great.
Sadly at times it randomly wants to just watch as everyone around him dies, but oh well. I still am always top 2 in healing.
My only issue, running as holy, is that we need the ability to self beacon for BG's. I'm always top healing done and this is an amazing CC! If we could tell it who to Beacon that would be amazing!
I tried pally healing 4 times last night, 2 normal and 2 heroic.
It does not use some of the spells and some should not even be selected.
light of dawn 3 of the 4 times I saw him cast it did not have anyone in the target area and healed for 0.
He used it 9 times in one heroic but it was very low on overall healing for the above reason.
Guardian of the ancients is not in at least it was not in recount and I didn't see it used.
I am still working on the % of the other healing spells. I had a good group in one heroic and he was running <10% mana 2 times.
I feel that most of this is my settings and I am adjusting them all the time.
I really think it needs an out of combat routine.
spamming heals on people after combat instead of drinking is bad.
I am going to try ret later and see how it goes.
He seemed to be judging a lot which was good
Retribution should be fixed at the last update
case WoWClass.Paladin:
break;
case WoWClass.Paladin:
if (p.Debuffs.Values.ToList().Exists(aura => (aura.Spell.DispelType == WoWDispelType.Poison ||
aura.Spell.DispelType == WoWDispelType.Disease ||
aura.Spell.DispelType == WoWDispelType.Magic) &&
CanCast("Cleanse") &&
Instance.Settings.DispelMagic &&
!Instance.Settings.DispelOnlyOOC &&
!dispelBlacklist.Contains(aura.Name)))
{
DispelTarget = p;
DispelSpell = SpellManager.Spells["Cleanse"];
}
break;
if (Me.IsInInstance && Me.HasAura("Denounce") && CanCast("Exorcism"))
{
Log("John Constantine asshole");
SpellManager.Cast("Exorcism");
}
idk if this would be possible but, make it detect if gb2 is selected, and add an option "Only use Crusader Aura, when gathering". frequent aura switching is annoying and wastes time![]()