Can anyone make a nice pvp unholy macro :) Thx

Can anyone make a nice pvp unholy macro :slight_smile: Thx

Just wanted to post EnixLHQ’s excellent macro which I took the liberty to modify ever so slightly for PvP encounters. It’s been working really well for me so far


Sequences['HP_EX_Unholy5'] = {
author="Dohram and EnixLHQ",
specID=252,
version=10,
source = "Local",
helpTxt = "Talents: 122??33",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [nopet,nomod] Raise Dead
/cast [combat] Anti-Magic Shell
/castsequence  reset=combat Festering Strike, Festering Strike, null
]],
"/cast Dark Transformation",
"/castsequence  reset=target  Festering Strike, Festering Strike, Scourge Strike, Scourge Strike",
"/castsequence  reset=target  Festering Strike, Festering Strike, Soul Reaper, Scourge Strike, Scourge Strike",
"/cast Apocalypse",
"/cast Death Strike",
"/cast Mind Freeze",
PostMacro=[[
]],
}