Frost Deathknight PVP macros? menu

User Tag List

Results 1 to 4 of 4
  1. #1
    videopray's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Frost Deathknight PVP macros?

    I've searched the forums like a mad man looking for some good frost DK macros, perhaps I'm not optimizing my searches properly or I'm just not looking in the right location but I was hoping that the community would be kind enough to provide me with their PVP DK macros.

    Frost Deathknight PVP macros?
  2. #2
    x4kep's Avatar Contributor Professional Challenge Mode GOLD Service CoreCoins Purchaser
    Reputation
    136
    Join Date
    Mar 2013
    Posts
    226
    Thanks G/R
    31/27
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, on my DK I only use the Lichbourne selfheal macro, Pet Sacrifice macro, and Focus interrupt/silence
    But first, have a look at these macros originally posted on ArenaJunkies
    Code:
    10. Macros
    
    To play your Death Knight even more effective you should write some Macros.
    Here is a list of Macros i am currently using:
    
    All in One Death Coil Macro:
    
    #showtooltip Death Coil
    /cast [nomod] Death Coil
    /cast [mod:alt, @pet] Death Coil
    /cast [mod:shift] Lichborne
    /cast [mod:shift, @YOURNAME] Death Coil
    
    Use:
    Death Coil at Target
    
    Shift + Use:
    Activate Lichborne, Death Coil on Yourself
    
    Alt + Use:
    Death Coil at Pet
    
    This also works perfectly in the Frost Version with Frost Strike:
    
    #showtooltip
    /cast [nomod] Frost Strike
    /cast [mod:alt, @pet] Death Coil
    /cast [mod:shift] Lichborne
    /cast [mod:shift, @YOURNAME] Death Coil
    
    Sacrifice Macro:
    
    #showtooltip Death Pact
    /target Ebon Gargoyle
    /cast Death Pact
    /targetlasttarget
    /cast [mod:shift, @Pet] Death Pact
    
    This Macro will use Death Pact on your Gargoyle if he is activated, on your Ghoul if your Gargoyle is not up. If Both are up it will Sacrifice the Gargoyle or with Shift + Use the Ghoul (if you have Summon Ghoul  ready it's better to Sacrifice your Ghoul then)
    
    Pet Gnaw Macro:
    
    #showtooltip Gnaw
    /petattack
    /petattack [mod:shift, @focus]
    /petautocaston [nomod] Claw
    /petautocastoff [mod:alt] Claw
    /petautocastoff [mod:shift] Claw
    /cast [mod:shift, @focus] Leap
    /cast [mod:alt] Gnaw
    /cast [mod:shift, @focus] Gnaw
    
    Use:
    Claw on, Attack Target
    
    Alt + Use:
    Claw off, Gnaw at Target
    
    Shift + Use:
    Claw off, Leap at Focus, Gnaw at Focus
    
    Cancelaura Macro:
    
    /cancelaura Lichborne
    /cancelaura Hand of Protection
    /cancelaura Ice Block
    /cancelaura Divine Shield
    
    Yes, Ice Block and Divine Shield because of Dark Simulacrum.
    Feel free to add every Spell you want to cancel!
    
    Unholy Frenzy Macro:
    
    #showtooltip Unholy Frenzy
    /cast [nomod, @YOURNAME] Unholy Frenzy
    /use [nomod] Cataclysmic Gladiator's Badge of Victory
    /cast [mod:shift, @HEALERNAME] Unholy Frenzy
    
    Use:
    Unholy Frenzy on yourself
    
    Shift + Use:
    Unholy Frenzy on your Healer
    
    Focus Macros:
    
    /focus
    
    Focus Strangulate (with Blood Tap)
    
    #showtooltip Strangulate
    /cast Blood Tap
    /cast [nomod] Strangulate
    /cast [mod:shift, @focus] Strangulate
    
    Focus Death Grip
    
    #showtooltip Death Grip
    /cast [nomod] Death Grip
    /cast [mod:shift, @focus] Death Grip
    
    Focus Chains of Ice
    
    #showtooltip Chains of Ice
    /cast [nomod] Chains of Ice
    /cast [mod:shift, @focus] Chains of Ice
    
    Focus Mind Freeze
    
    #showtooltip Mind Freeze
    /cast [nomod] Mind Freeze
    /cast [mod:shift, @focus] Mind Freeze


    And now for the macros I use personally
    Code:
    #showtooltip Lichborne
    /cast Lichborne
    /cast [@player] Death Coil
    Standard selfheal

    Code:
    #showtooltip Death Pact
    /cast Raise Dead
    /cast Death Pact
    Ghoul sacrifice (big selfheal)

    Code:
    #showtooltip
    /cast [target=focus, exists] Mind Freeze; Mind Freeze
    This will interrupt your current target if you don't have a focus, but if you have focus it will interrupt your focus target instead

    Code:
    #showtooltip
    /cast [target=focus, exists] Asphyxiate; Asphyxiate
    Replace Asphyxiate with Strangulate if you don't use Asphyxiate talent, it will stun/silence your focus target if you got one, if you don't have focus target it will do it on your current target instead.

    Have fun!

  3. #3
    videopray's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by x4kep View Post
    Hey there, on my DK I only use the Lichbourne selfheal macro, Pet Sacrifice macro, and Focus interrupt/silence
    But first, have a look at these macros originally posted on ArenaJunkies
    Code:
    10. Macros
    
    To play your Death Knight even more effective you should write some Macros.
    Here is a list of Macros i am currently using:
    
    All in One Death Coil Macro:
    
    #showtooltip Death Coil
    /cast [nomod] Death Coil
    /cast [mod:alt, @pet] Death Coil
    /cast [mod:shift] Lichborne
    /cast [mod:shift, @YOURNAME] Death Coil
    
    Use:
    Death Coil at Target
    
    Shift + Use:
    Activate Lichborne, Death Coil on Yourself
    
    Alt + Use:
    Death Coil at Pet
    
    This also works perfectly in the Frost Version with Frost Strike:
    
    #showtooltip
    /cast [nomod] Frost Strike
    /cast [mod:alt, @pet] Death Coil
    /cast [mod:shift] Lichborne
    /cast [mod:shift, @YOURNAME] Death Coil
    
    Sacrifice Macro:
    
    #showtooltip Death Pact
    /target Ebon Gargoyle
    /cast Death Pact
    /targetlasttarget
    /cast [mod:shift, @Pet] Death Pact
    
    This Macro will use Death Pact on your Gargoyle if he is activated, on your Ghoul if your Gargoyle is not up. If Both are up it will Sacrifice the Gargoyle or with Shift + Use the Ghoul (if you have Summon Ghoul  ready it's better to Sacrifice your Ghoul then)
    
    Pet Gnaw Macro:
    
    #showtooltip Gnaw
    /petattack
    /petattack [mod:shift, @focus]
    /petautocaston [nomod] Claw
    /petautocastoff [mod:alt] Claw
    /petautocastoff [mod:shift] Claw
    /cast [mod:shift, @focus] Leap
    /cast [mod:alt] Gnaw
    /cast [mod:shift, @focus] Gnaw
    
    Use:
    Claw on, Attack Target
    
    Alt + Use:
    Claw off, Gnaw at Target
    
    Shift + Use:
    Claw off, Leap at Focus, Gnaw at Focus
    
    Cancelaura Macro:
    
    /cancelaura Lichborne
    /cancelaura Hand of Protection
    /cancelaura Ice Block
    /cancelaura Divine Shield
    
    Yes, Ice Block and Divine Shield because of Dark Simulacrum.
    Feel free to add every Spell you want to cancel!
    
    Unholy Frenzy Macro:
    
    #showtooltip Unholy Frenzy
    /cast [nomod, @YOURNAME] Unholy Frenzy
    /use [nomod] Cataclysmic Gladiator's Badge of Victory
    /cast [mod:shift, @HEALERNAME] Unholy Frenzy
    
    Use:
    Unholy Frenzy on yourself
    
    Shift + Use:
    Unholy Frenzy on your Healer
    
    Focus Macros:
    
    /focus
    
    Focus Strangulate (with Blood Tap)
    
    #showtooltip Strangulate
    /cast Blood Tap
    /cast [nomod] Strangulate
    /cast [mod:shift, @focus] Strangulate
    
    Focus Death Grip
    
    #showtooltip Death Grip
    /cast [nomod] Death Grip
    /cast [mod:shift, @focus] Death Grip
    
    Focus Chains of Ice
    
    #showtooltip Chains of Ice
    /cast [nomod] Chains of Ice
    /cast [mod:shift, @focus] Chains of Ice
    
    Focus Mind Freeze
    
    #showtooltip Mind Freeze
    /cast [nomod] Mind Freeze
    /cast [mod:shift, @focus] Mind Freeze


    And now for the macros I use personally
    Code:
    #showtooltip Lichborne
    /cast Lichborne
    /cast [@player] Death Coil
    Standard selfheal

    Code:
    #showtooltip Death Pact
    /cast Raise Dead
    /cast Death Pact
    Ghoul sacrifice (big selfheal)

    Code:
    #showtooltip
    /cast [target=focus, exists] Mind Freeze; Mind Freeze
    This will interrupt your current target if you don't have a focus, but if you have focus it will interrupt your focus target instead

    Code:
    #showtooltip
    /cast [target=focus, exists] Asphyxiate; Asphyxiate
    Replace Asphyxiate with Strangulate if you don't use Asphyxiate talent, it will stun/silence your focus target if you got one, if you don't have focus target it will do it on your current target instead.

    Have fun!
    Very nice, thank you very much!

  4. #4
    x4kep's Avatar Contributor Professional Challenge Mode GOLD Service CoreCoins Purchaser
    Reputation
    136
    Join Date
    Mar 2013
    Posts
    226
    Thanks G/R
    31/27
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have fun pwning some noobs

Similar Threads

  1. lazy frost dk dps macro
    By tifaz in forum World of Warcraft Guides
    Replies: 2
    Last Post: 05-22-2009, 10:02 AM
  2. Frost Deathknight PVP: Vs Rogue
    By Hacker321 in forum World of Warcraft Guides
    Replies: 10
    Last Post: 03-27-2009, 06:48 AM
  3. Frost Mage PVP guide
    By Signet in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-30-2008, 12:32 AM
  4. I suck At pvp! frost mage pvp guide
    By blondinecarsten in forum World of Warcraft Guides
    Replies: 10
    Last Post: 03-19-2008, 03:39 PM
  5. Warlock PVP Macros/Addons Guide
    By kittikat in forum WoW PvP & Battlegrounds
    Replies: 0
    Last Post: 03-19-2008, 12:38 AM
All times are GMT -5. The time now is 10:42 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search