Vengeance GSE macro

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={
      },
    },
  },
}

Which of the two version do you use?

I did not realize there was two I only use the first one I will fix that once I get home on a weekend getaway


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={
      },
    },
  },
}

ok did it for you so it just in 1 box :slight_smile:

have to say this macro works very very well tbh

I have kind of melded this setup and talents with a few lines from my own vengeance spammer (because I am lazy) and am more than happy with the results, just added into your macro a throw glaive, metamorph, changed cast @ target to cast @ player so I could swap the sigil talent and it added a little more dps to your macro (but not much tbh) but just made it more “1 buttoney” ™ (new word trademarking that baby lol) I will update my thread with this and add the credit to yourself as you have found a VERY stable macro imo

@O nyX Glad you like the macro. The reason why I did not add throw glaive or meta into it was I would pull trash and meta then be at a boss or mini boss and not have my meta for it. Was thinking of adding in a mod:alt key or something for it to help with this. The throw glaive was same thing but I would still use it in the fight in the fight as soon as the cd was up. thanks for the adding me to the credit of your macro.