else if (Denounce())
{
//Log("Denounce");
return;
}
private bool Denounce()
{
WoWAura aura;
if(StyxWoW.Me.ActiveAuras.TryGetValue("Denounce", out aura))
{
C("Exorcism");
return true;
}
return false;
}
Well, since I didn't spec into Denounce and don't see why a serious Hoy Paladin would (unless they ever change Exorcism to heal X amount of players in Y area) then this is just a mana was (unless it procs and it's free). Does the Denounce portion of the code check if you ate specced for it? If not, this would just hurt all the real Holy Paladins that use this CCOkay,
So got tired of standing around with my thumb up my ass while no healing was needed and hate to see Denounce wasted so here we are.
Put this where you like up top. I changed mine to Judge before healing, was running out of mana, and have this under healing.
Code:else if (Denounce()) { //Log("Denounce"); return; }
And this somewhere below judge() or above it if you like.
Code:private bool Denounce() { WoWAura aura; if(StyxWoW.Me.ActiveAuras.TryGetValue("Denounce", out aura)) { C("Exorcism"); return true; } return false; }
And before anyone starts shit, i am standing with my thumb up my ass because this is a fucking good healing CC![]()
ok i just put up a new one. it wont cleanse blackout so you can run BoT safely. i put in the denounce also but there was some stuff i added to the code so it will safely cast the spell. theres some other stuff i added/fixed the past couple days but i dont remember lol
let me know what you guys think!
haha yea, well im not speccd into it and prolly 90% of pally healers rnt speccd into it so it wont effect us at all lolHaving surgery Ina few hours on my ear, but then got leave from work for 2 weeks, will test when I get home sometime tomorrow.
@Denounce guy: So it checks if you have Denounce Buff, which means your specced for it. As long as it doesn't cast measly 10k hits which does nothing in a raid or evens heroic for that matter, then that's ok with me.
IMO I wouldn't bother with squire, looks incredibly bottish last time I used it, never gone back since so it might be better?good luck drewdenman.
can't wait for tonight when I can get back to this.
Its been a long weekend, missed AV on low tunes.
someone said using this in BG with squire. Anything else needed?