View attachment 57556
Been using the CC to run Dungeons on my Frost DK had to do a few changes to it to mimic the rotation better to Elitist Jerks and removed movements b/c my keyboard didn't have scroll lock key (later just used the on screen keyboard instead), Doing good from gearing up from 446-455 Ilvl, I've pulled top Dps all but one time when me and a half epic half heroic geared Hunter was going neck and neck back and forth but I'm around 50k + or - on single target fights now. But anyways my question is about the healing.
I've tried to get it to use Death Pact as a heal:
Me.Cast Death Pact
Me.Health < 50
Me.PetIsMissing = 0
but can't seem to get it to work.
I removed the pull spells and movement spells as well to try to fix a small problem Ive been having with it selecting a target to cast what I think is Outbreak to throw its initial Diseases once he gets in range to cast it and the tank has already initiated his taunt. It never pre pulls which is good but occasionally Ive had it pop Outbreak on mobs that were "close" by the mobs we were killing.
I haven't tested removing the Outbreak casting while moving line yet because it was getting late, but all in all VERY impressed really, at least for Frost DKs side once the rotation is set.
Haven't been able to test:
-----------------------------------------------------------------------
-- Rebirth
-----------------------------------------------------------------------
Tank.Cast Raise Ally
Me.InParty = 1
Tank.Dead = 1
Healer.Cast Raise Ally
Me.InParty = 1
Healer.Dead = 1
Since I can't recall those situations coming up as of yet.
The AoE rotation:
-----------------------------------------------------------------------
-- AOE
-----------------------------------------------------------------------
Howling Blast
Me.AddsCount > 1
Death and Decay
Me.AddsCount > 1
Me.IsMoving = 0
Death and Decay
Target.IsElite = 1
Me.IsMoving = 0
Obliterate
Me.UnholyRune = 2
Frost Strike
Has been working awesome I'm pulling from 60k-100K+ dps for AoE. Just trying to fine tune it now to my own likings right now. I've done around 12-14 heroics today testing it. Feel free to use what ya want from it. Any tips on what I could try and clean up would be grateful as well.
Oh and If ya need a log or something I can PM it to you, after skimming logs earlier I noticed the logs had Characters names (mines and those I'm in party with) so I'm not comfortable just posting in an open thread. Not sure if this is produced from the debug logging changes on HB or the CC itself.