--====================================================================
@INITIALIZE
--====================================================================
Me.Message DeathKnight_Frost last updated 12/24/2012.
Me.ClipTime 50
Me.Range 4.95
--====================================================================
@COMBAT
--====================================================================
-----------------------------------------------------------------------
-- Break free first
-----------------------------------------------------------------------
Me.Cast Will of the Forsaken
Me.IsIncapacitated = 1
Me.Use Insignia of the Scourge
Me.IsIncapacitated = 1
Me.Cast Every Man for Himself
Me.IsIncapacitated = 1
-----------------------------------------------------------------------
-- Healing spells
-----------------------------------------------------------------------
Me.Cast Stoneform
Me.Health < 90
Me.Cast Lifeblood
Me.Health < 50
Me.UseHealthPotion
Me.Health < 40
-----------------------------------------------------------------------
-- Rebirth
-----------------------------------------------------------------------
Tank.Cast Raise Ally
Me.InParty = 1
Tank.Dead = 1
Healer.Cast Raise Ally
Me.InParty = 1
Healer.Dead = 1
-----------------------------------------------------------------------
-- Death Grip at outset
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Targeting
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Movement
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- AOE
-----------------------------------------------------------------------
Blood Boil
Me.AuraExpiring("Crimson Scourge") > 0
Target.Distance < 5
Howling Blast
Me.AddsCount > 1
Death and Decay
Me.AddsCount > 1
Me.IsMoving = 0
Death and Decay
Target.IsElite = 1
Me.IsMoving = 0
Blood Boil
Me.AddsCount > 3
Me.IsMoving = 0
Target.Distance < 5
Target.Health = 100
-----------------------------------------------------------------------
-- Pull groups when possible
-----------------------------------------------------------------------
Me.PullMore Death Coil
Target.AddsCount < 0
Me.Health > 50
Me.InParty = 0
-----------------------------------------------------------------------
-- Combat Debuffs
-----------------------------------------------------------------------
Outbreak
Target.HasMyAura("Blood Plague") = 0
Plague Strike
Target.HasMyAura("Blood Plague") = 0
Unholy Blight
Target.HasMyAura("Blood Plague") = 0
Pestilence
Target.HasMyAura("Blood Plague") = 1
Target.HasMyAura("Frost Fever") = 1
Me.AddsCount > 3
-----------------------------------------------------------------------
-- Combat buffs
-----------------------------------------------------------------------
Pillar of Frost
Blood Fury
Horn of Winter
Anti-Magic Shell
Target.IsCasting = 1
Me.HasAura("Anti-Magic Zone") = 0
Me.Cast Raise Dead
Me.PetIsMissing = 1
Me.Cast Horn of Winter
Me.AuraExpiring("Horn of Winter") < 2000
Empower Rune Weapon
Me.BloodRune = 0
Me.DeathRune = 0
Me.UnholyRune = 0
Me.RunicPower < 20
Me.Cast Conversion
Me.RunicPower > 90
Me.Use Trinket1
Me.Use Trinket2
-----------------------------------------------------------------------
-- Runners
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Interrupts
-----------------------------------------------------------------------
Target.InterruptAny Asphyxiate
Target.InterruptAny Arcane Torrent
Target.InterruptAny Mind Freeze
-----------------------------------------------------------------------
-- Freebies
-----------------------------------------------------------------------
Death Strike
Me.StackCount("Scent of Blood") > 2
Death Coil
Me.HasAura("Sudden Doom") = 1
Corpse Explosion
Target.Dead = 1
-----------------------------------------------------------------------
-- Normal attack rotation
-----------------------------------------------------------------------
Soul Reaper
Me.Target = 36
Obliterate
Death and Decay
Me.UnholyRune = 1
Howling Blast
Me.HasAura("Rime") = 1
Frost Strike
Me.HasAura("Killing Machine") = 1
Me.RunicPower > 20
Blood Tap
Me.StackCount("Blood Charge") > 4
Horn of Winter
Death Strike
Me.HasAura("Dark Succor")
Me.Health < 85
-- Default
Me.AutoAttack
--====================================================================
@PULL
--====================================================================
-- Pull spell
Outbreak
Howling Blast
Plague Strike
Me.AutoAttack
Me.FollowTarget
--====================================================================
@REST
--====================================================================
--Me.Use Celebration Package
-- Me.HasItem("Celebration Package") = 1
-- Me.HasAura("WoW's 8th Anniversary") = 0
Me.Eat
Me.Health < 0
Me.UseBandage
Me.Health < 0
Me.Cast Horn of Winter
Me.AuraExpiring("Horn of Winter") < 2000
Me.Mounted = 0
Me.FollowTarget
I want it to do some OP healing lol. I am ilv 496 pulling 26k hps with TuanhaPally , and i have tried modifying every freaking setting on that thing.
Me.Cast Mark of the Wild
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Blessing of Kings") = 0
Never casts Mark of the Wild. Any fix please?
I'm looking to use this in arena, with framelock on unholy dk. I want it to recognize what runes are available and then I want to set skills to be cast exclusively. For instance, recognize death rune - cast necrotic strike. Read diseases on target, if he has 0, then cast plague strike - if he has >1, then cast scourge strike. If free blood rune, cast blood boil. If free frost, cast icy touch. Soul Reap under 40%hp.
Interrupts for, pet leap/gnaw and mind.
As well as dark sim from list of spells, like cyclone, hex, pain supp etc.
Is this possible with your cr? Anyone have advice on pulling this off?
Please tell which spec your using. I will look into this for you from there.