Isn't that the rotation already? Mine is (or very close). I think it's VT, DP, SW, MB, MF. Instances suck for priests because all other classes are WTFAoE-spamming the whole time and things die before our dots can get a tick off.
I Really love this CC, AWSOME work! Highly customizable and stable! But i cant figure out a way to use Penance as a hostile attack, I want to use smite, SW and Penance.. Is there a way? Thanks
Wish you could Walk and DoT (DP) when you're farming for low levels. It looks kind of stupid to stop for every mob just so you can dot it to death. I made a macro that I'm spaming every second so I can stop looking so botish while farming low-levels.
awesome cc, but the config for using only heal instead of greater heal is missing in the holy specc. always healign with greater heal =,(
Very good CC indeed, but i'd like to add something to your todo list : 1) Power Infusion as Combat Buff 2) Shadow word : Death when mob hp is below a given % 3) Shadowfiend is never used 4) Wand should be used when oom or silenced I think it may be useful to say that i'm mainly using your CC for grinding with disc spec. Thanks a lot Edit : I think I figured out how to do this : 1) Code: === (+3,-2) Behaviors/PullBuff.cs === @@ -24,7 +24,8 @@ get { return new PrioritySelector( - CreateBuffCheckAndCast("Power Word: Shield", ret => Instance.Settings.UsePullPWS)); + CreateBuffCheckAndCast("Power Word: Shield", ret => Instance.Settings.UsePullPWS), + CreateBuffCheckAndCast("Power Infusion")); } } } 2) Code: === (+3,-1) Rotations/Discipline.cs === @@ -36,6 +36,8 @@ Me.Auras["Evangelism"].StackCount == 5), CreateSpellCheckAndCast("Holy Fire", ret => CT.HealthPercent > 30), + CreateSpellCheckAndCast("Shadow Word: Death", + ret => CT.HealthPercent < 10), CreateSpellCheckAndCast("Penance", CT), CreateSpellCheckAndCast("Smite"))), 4) Code: === (+3,-2) Behaviors/Combat.cs === @@ -88,7 +88,8 @@ CanCast("Shoot") && Instance.Settings.UseWand && (CT.CreatureType == WoWCreatureType.Totem || - CT.CurrentHealth == 1), + CT.CurrentHealth == 1 || + Me.ManaPercent <= 5), new Action(delegate { if (IsNotWanding)
Very nice suggestions - I second that motion. I'll use this CC soon as what he said is done. - Fucking (Edit: Awesome) Suggestions. Note: I tried your CC it's very nice, but with those suggestions implemented it'll be orgasmic!
Raphus, did you have any further thoughts on implementing chakra and subsequent states for Holy? I appreciate my explaination wasnt the best but the offer is still open to give it a whirl on my priest.
looking forward for the holy rotation, gonna use this for Cata *edit* you've added drinks/food detection, would the remove the use of eRefreshments?
I have little problem with it it keeps casting the Power word Shield on my self all the time whats up with that
What HP do you have it set to cast PW:shield? presumably you've tried closing & reopening HB to make sure its not a read error?
Its all standard havn't touched anything, and uhm just started a priest lvl 6 now but it keeps casting it all the time..
Uncheck healing spells under Shadow - Healing tab in the GUI Uncheck Power Word: Shield under General - Buffs - Pull Buffs
It still keeps buffing her self with Power word shield even though like out of combat walking towards somewhere it keeps casting the shield Looting Defias Thug Moving to Type: QuestPickUp [Isis v1.0.6]:Casting Power Word: Shield on myself Moving to Type: QuestPickUp [Isis v1.0.6]:Casting Power Word: Shield on myself Moving to Type: QuestPickUp [Isis v1.0.6]:Casting Smite [Isis v1.0.6]:Casting Shadow Word: Pain [Isis v1.0.6]:Casting Smite [Isis v1.0.6]:Casting Shadow Word: Pain Looting Defias Cutpurse Moving to Type: QuestPickUp [Isis v1.0.6]:Casting Smite [Isis v1.0.6]:Casting Power Word: Shield on myself [Isis v1.0.6]:Casting Shadow Word: Pain [Isis v1.0.6]:Casting Smite Looting Defias Cutpurse Moving to Type: QuestPickUp [Isis v1.0.6]:Casting Smite [Isis v1.0.6]:Casting Shadow Word: Pain [Isis v1.0.6]:Casting Smite