1. Useful PvP macroses for Unholy DKs

    Nothing special, just wanna share my experience.


    Rune Strike macro. Combined with Blood Strike for ease of use, also added a workaround to suppress error messages.
    Code:
    #showtooltip Blood Strike
    /cast Blood Strike
    /cast !Rune Strike
    /startattack
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
    Leap + Gnaw macro, 100% working.
    Code:
    #showtooltip [nopet] Raise Dead; Gnaw
    /cast [nopet] Raise Dead
    /petattack
    /cast !Leap
    /cast !Gnaw
    Jihad macro:
    Code:
    #showtooltip
    /cast [nopet] Raise Dead; [@pet] Corpse Explosion
    Death Grip by mouseover:
    Code:
    #showtooltip Death Grip
    /cast [@mouseover,harm,nodead][] Death Grip
    Chains of Ice by mouseover:
    Code:
    #showtooltip Chains of Ice
    /cast [@mouseover,harm,nodead][] Chains of Ice
    Lichborne + Death Coil:
    Code:
    #showtooltip Lichborne
    /cast !Lichborne
    /cast [@player] Death Coil
    Gagro + https://wotlk.cavernoftime.com/spell=54758:
    Code:
    #showtooltip Summon Gargoyle
    /petattack
    /use 10
    /cast Summon Gargoyle

  2. For the Rune strike keep the blizzard behavior is better to put rune strike between /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE") and
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE") . Don't remove any error msgs before and after.

  3. #showtooltip Blood Strike
    /cast Blood Strike
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
    /cast !Rune Strike
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")

    Also don't need start attack.

  4. ...

    Delete

    ...
    Edited: November 7, 2023

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •