Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################
- Mes' Macros for Unholy / Frost (DK)
- ####################
- My positioning of unit frames / etc are all handled by MoveAnything
- UI scripts for the most part have been omitted
- General UI macros
- ####################
- Hide error text, damage / healing numbers on player / target / pet frames and hides the pet action bar.
- --
- #showtooltip Pillar of Frost
- /script PetActionBarFrame:Hide();
- /run UIErrorsFrame:Hide();
- /run PlayerHitIndicator:SetText(nil)
- /run PlayerHitIndicator.SetText = function() end
- /run PetHitIndicator:SetText(nil)
- /run PetHitIndicator.SetText = function() en
- Hide presence bar, adjust the default scrolling combat text position, text size, and fadeout time
- --
- #showtooltip Strangulate
- /run ShapeshiftBarFrame:Hide()
- /run COMBAT_TEXT_LOCATIONS = {startX =0,startY = 400 * COMBAT_TEXT_Y_SCALE,endX =0,endY = 300 * COMBAT_TEXT_Y_SCALE};
- /run COMBAT_TEXT_HEIGHT = 12;
- /run COMBAT_TEXT_FADEOUT_TIME = 1.0;
- Stop hots / heals from showing in the default floating combat text
- --
- #showtooltip Strangulate
- /run local t=COMBAT_TEXT_TYPE_INFO;t.HEAL.show=nil;t.HEAL_CRIT.show=nil;t.PERIODIC_HEAL.show=nil
- Stop debuffs ending from showing (i.e. <Debuff> fades), annoying to see every debuff end - we just want to see when they get applied.
- --
- /run CTTI=COMBAT_TEXT_TYPE_INFO CTTI.SPELL_AURA_END={var=nil,show=nil} CTTI.SPELL_AURA_END_HARMFUL={var=nil,show=nil}
- ####################
- General Arena Macros
- ####################
- Focus Arena 1
- --
- /focus arena1
- Focus Arena 2
- --
- /focus arena2
- Focus Arena 3
- --
- /focus arena3
- Target Arena 1
- --
- /target arena1
- Target Arena 2
- --
- /target arena2
- Target Arena 3
- --
- /target arena3
- ####################
- General DK Macros
- ####################
- Mindfreeze / mindfreeze focus with shift
- --
- #showtooltip Mind Freeze
- /cast [mod:shift, @focus]mind freeze; mind freeze
- Death grip focus
- --
- /cast [target=focus]Death Grip
- Strangulate target (Old habit using blood tap) - Updated to stop strangulating the next closest target when the target shadowmelds / etc.
- --
- #showtooltip Strangulate
- /cast Blood Tap
- /cast [harm]Strangulate
- Strangulate focus (Old habit using blood tap)
- --
- /cast Blood Tap
- /cast [target=focus]Strangulate
- Chains of ice with ctrl modifier for focus
- --
- /cast [mod:ctrl, @focus]chains of ice; chains of ice
- Gorefiend's Self
- --
- /cast [target=player]Gorefiend's Grasp
- Darksim Focus
- --
- #showtooltip
- /cast [target=focus]Dark Simulacrum
- Multi purpose cancelaura macro (Gets rid of stolen stuff that you might want to cancel & conversion / breath).
- --
- #showtooltip Strangulate
- /cancelaura Conversion
- /cancelaura Ice Block
- /cancelaura Divine Shield
- /cancelaura Hand of Protection
- /cancelaura Lichborne
- /cancelaura Mind Control
- /cancelaura Alter Time
- /cancelaura Breath of Sindragosa
- Lichborne / lichborne heal
- --
- /cast Lichborne
- /cast [target=Player]Death Coil
- Plague Leech / plague leech mouseover if you have one (really important for necrotic plague next patch!)
- --
- /cast [target=mouseover,exists]Plague Leech;Plague Leech
- Death Grip with harm to stop gripping the wrong target if druids shadowmeld / etc
- --
- #showtooltip Death Grip
- /cast [harm]Death Grip
- ####################
- DK Arena Macros
- ####################
- Dark Sim Arena 1 (Keep in mind you can now use your stolen CC on arena1/2/3 with these macros also)
- --
- /cast [target=arena1]Dark Simulacrum
- Dark Sim Arena 2
- --
- /cast [target=arena2]Dark Simulacrum
- Dark Sim Arena 3
- --
- /cast [target=arena3]Dark Simulacrum
- Chains of Ice Arena 1
- --
- /cast [target=arena1]chains of ice
- Chains of Ice Arena 2
- --
- /cast [target=arena2]chains of ice
- Chains of Ice Arena 3
- --
- /cast [target=arena3]chains of ice
- Death Grip Arena 1
- --
- /cast [target=arena1]Death Grip
- Death Grip Arena 2
- --
- /cast [target=arena2]Death Grip
- Death Grip Arena 3
- --
- /cast [target=arena3]Death Grip
- ####################
- Unholy DK Macros
- ####################
- Pet huddle
- --
- /click PetActionButton7
- Death coil pet
- --
- /cast [target=pet]Death Coil
- General gargoyle macro (remove 13/14 if you have a PvP trinket equiped)
- --
- #showtooltip summon gargoyle
- /cast Blood Fury
- /use 13
- /use 14
- /cast Blood Fury(Racial)
- /cast Summon gargoyle
- Leap / stun (first tap leaps, can cancel the leap / stun sequence by using your petfollow bind)
- --
- #showtooltip gnaw
- /petattack
- /cast !Leap
- /cast Gnaw
- Focus leap / stun (see above)
- --
- #showtooltip gnaw
- /petattack [target=focus]
- /cast [target=focus] !Leap
- /cast [target=focus] Gnaw
- Focus leap
- --
- /cast [target=focus]!Leap
- Macro to move your pet and spam leap (useful to use as an extra kick).
- --
- /click PetActionButton3 LeftButton
- /cast Leap
- General purpose pet summon / dark transformation macro.
- If you don't have a pet it will summon one, if you do it will use dark transformation on it
- --
- /cast [nopet] raise dead; [@pet] !dark transformation
- ####################
- Frost DK Macros
- ####################
- General purpose pillar of frost (Remove 13/14 if you have a PvP trinket equiped)
- --
- #showtooltip Pillar of Frost
- /use 13
- /use 14
- /cast Blood Fury(Racial)
- /cast Pillar of Frost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement