So I have made macros before but they were multibar macros for feral druid, and I love John Metz’s Dk macros but I have been play my Vengeance DH a lot late lets to the point of it has gotten to be better geared than my DK (makes me sad). I looked at how to play the spec what talents different website (Icy Veins and WoWhead) said to pick and came up with this. It is a one button macro but I still have all the spells on my action just in case I need to use them. The only spells I don’t have in the macro is Metamorphosis, Torment, and Throw Glaive. I like to use these myself for when I know I going to be taking heavy damage or other things.
As of right now with the group of friends I play with all of whom are under 900 ilvl we are able to clear mythic +9. On AoE pulls I have been able to go over the Million DPS mark. So not only is this good for ST it’s good for AOE.
How that is is my first True GSE Macro please give feed back so i can try to make it better. I use Razer Synapse for my key speed which is set at 0.144 second delay with my game being at 218 home / 198 world ms so i would say to test the keybind speed for you setting.
Sequences['Dhshawn'] = {
-- This Sequence was exported from GSE 2.1.00.
Author="Dhshawn@Thrall",
SpecID=581,
Talents = "3221113",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/use Fiery Brand",
"/use Soul Carver",
"/cast [@player] Infernal Strike",
"/use Fel Devastation",
"/use Demon Spikes",
"/castsequence Shear, Shear, Shear",
"/use Soul Cleave",
"/use Fiery Brand",
"/cast [@target] Infernal Strike",
"/use Immolation Aura",
"/use Empower Wards",
"/castsequence Shear, Shear, Shear",
"/cast [@target] Sigil Of Flame",
"/use Soul Barrier",
PostMacro={
},
KeyRelease={
},
},
[2] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/use Fiery Brand",
"/use Soul Carver",
"/use Fel Devastation",
"/use Demon Spikes",
"/castsequence Shear, Shear, Shear",
"/use Soul Cleave",
"/use Fiery Brand",
"/use [@target] Infernal Strike",
"/use Immolation Aura",
"/use Empower Wards",
"/castsequence Shear, Shear, Shear",
"/use [@target] Sigil Of Flame",
"/use Soul Barrier",
PostMacro={
},
KeyRelease={
},
},
},
}