Vengeance Demon Slayer 7.3.5

Hi all,

My first attempt at making a Macro…

This macro will cast Demon Spikes every 5 seconds giving you about a 60% uptime.
Other uptimes: (spirit bomb) 99.1%
Lights Embrace 80% so healing is nice and steady.
Your Soul Fragments are primarily consumed by:
Spirit Bomb and Fracture and are your #1 and #2 damage dealers

YOU WILL have to manage your FIERY BRAND Separately for better mitigation during boss fight as well as METAMORPHOSIS

Currently @ilvl 954 im averaging 700k DPS and will burst higher.
These figures are all UNBUFFED.
Legos used Oblivion’s Embrace (Legs) - Archimonde’s Hatred Reborn (Trinket)
4pc T21

I will continue to improve the macro and update here.

Warcraftlogs and Screenshots on 2nd post below

Feedback is appreciated

Sequences['Adramelekh'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Adramelekh",
  SpecID=581,
  Talents = "1222131",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Sequential",
      LoopLimit=16,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/use Immolation Aura",
        "/use [@player] Sigil of Flame",
        "/use Soul Carver",
        "/use Immolation Aura",
        "/use [@player] Infernal Strike",
        "/use Fracture",
        "/use Spirit Bomb",
        "/use Shear",
      PostMacro={
        "/use Demon Spikes",
        "/use Empower Wards",
        "/cast Throw Glaive",
      },
      KeyRelease={
      },
    },
  },
}

Just completed a +15 with this Macro, ended up soloing the last 100M hp from last boss in CoS and no problems staying alive.

Screen shot of the meter details here…

UPDATE: Heroic Argus Logs 5/6/18
in the 80% using this macro.
https://www.warcraftlogs.com/reports/FAMLbGZfP2DYawdH/#fight=last

Your Screenshot isnt working. FYI

i also put the link to the tinypic img.
here it is hosted somewhere else.
https://ibb.co/dROsoc

I can’t seem to get the macro to cast demon spikes. I’ve set the macro to a repeating key press macro on my mouse at 100ms.

I’m not sure what i’m doing wrong. Any help would be fantastic.

[quote quote=59197]I can’t seem to get the macro to cast demon spikes. I’ve set the macro to a repeating key press macro on my mouse at 100ms.
I’m not sure what i’m doing wrong. Any help would be fantastic.[/quote]

I tested again today by taking off my 4pc T21 and removing legos and its still firing NP.
If it helps…i use AHK at 30ms

For what ever reason its not casting demon spikes that often…

how often is it casting it for you?

After it cycles back up i started with 3 charges and it does not go agian till the 3rd charge is back up and ready…

It should use it 3 2 1

Not 3 3 3 3

[quote quote=59224]After it cycles back up i started with 3 charges and it does not go agian till the 3rd charge is back up and ready…
It should use it 3 2 1
Not 3 3 3 3[/quote]

Reworked the whole thing… Is now Priority instead of sequential.
Try this out let me know.

Sequences['Adramelekh'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Adramelekh",
  SpecID=581,
  Talents = "1222131",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      LoopLimit=10,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Immolation Aura",
        "/cast [@player] Sigil of Flame",
        "/cast Shear",
        "/cast Spirit Bomb",
        "/cast Soul Carver",
        "/cast Fracture",
      PostMacro={
        "/cast Fracture",
        "/cast Demon Spikes",
        "/cast Empower Wards",
        "/cast Soul Cleave",
        "/cast Throw Glaive",
        "/cast [@player] Infernal Strike",
      },
      KeyRelease={
      },
    },
  },
}

love the reworked macro. from what i can tell it does what a vengeance DH is supposed to do. i dont have the leggo legs so i only have 2 charges of demon spikes but this macro basically keeps it rolling. as soon as its off CD demon spikes gets cast again. same goes for infernal strike. it actually does infernal strike a few seconds the first 1 comes off CD. this is the first macro where i didnt had to delete certain spells to get more control because this macro does just that. keep up the work, i hope you will be creating one for bfa in the future :slight_smile:

Having fun in Beta, already leveled my Prot war to 120 now working on DH and already have the macro… I am posting it in the 8.0.x forum.

Works well, but I’ve noticed since I hit 110 and 870 iLvl that I am constantly Pain capped, I will sit at max Pain for extended periods of a fight.

whats your AHK script look like?