Destro 7.2 W.I.P

This seems to do decent stable damage (even though it is still below affliction by a ways atm)
Demonfire will overwrite drain life whenever off CD
I usually step forwards on drain life as soon as life is topped off at 100% to allow other spells to fire off (or you could just remove the drain life if you wished ofc)
I just need to try and make it cast a few more chaos bolts as it seems a little hit and miss at times

any suggestions or improvements would be appreciated :slight_smile:

one key


Sequences['DestrOnyX'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="OnyX",
  SpecID=267,
  Talents = "1313222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/castsequence [nochanneling] reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/cast [nochanneling] Conflagrate",
        "/castsequence [combat,nochanneling] Grimoire: Imp, Summon Doomguard",
        "/cast [combat,nochanneling] Dimensional Rift",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Soul Harvest",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Chaos Bolt",
        "/cast [nochanneling] Conflagrate",
        "/castsequence [combat,nochanneling] reset=30  Life Tap, Drain Life",
        "/castsequence [nochanneling] Incinerate, Immolate, Incinerate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

removed 2nd macro as it spammed life tap far too often

I tested your macro. It is good except after the first immolate cast it doesnt reapply immolate. The other thing that I would like to point out is that empowered life tap and immolate the two things that plauge destruction warlock macros. Empowered life tap kills you when you run out of soul shards to spend to keep up with the macro and applying immolate is just immposible as far as i have seen with a macro. TO THE POINT, what I do is keep empowered rune tap and immolate macro on one button and then everything else on another spam button. Immolate lasts about 30 seconds so does empowered life tap so when immolate runs off the target stop the spam key and hit other key twice which will have macro that apply immolate and empowered rune tap, then spam main macro again. Hope this helps good job! The other thing is that I would love to see someone make a reign of fire aoe macro somehow I dont know but i will test it.

ok maybe I should have immolate on a seperate cast rather than in a sequence to enhance the re-trigger of it

I did toy with the idea of leaving out life tap but then it relies on a player watching for the buff drop and reapply, 20% damage buff is a biggie which is why I left it in there with a drain life to cover so we dont kill ourselves with tapping out

feels a lot harder to make a workable destro macro than I imagined tbh :smiley:

Below is macro with added modifiers:- life tap on ctrl, drain life on alt & immolate on seperate cast line to improve re-cast


Sequences['DestrOnyX-mods'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="OnyX",
  SpecID=267,
  Talents = "1313222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [mod:ctrl] Life Tap",
        "/use [mod:alt] Drain Life",
        "/castsequence [nochanneling] reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/cast [nochanneling] Conflagrate",
        "/castsequence [combat,nochanneling] Grimoire: Imp, Summon Doomguard",
        "/cast [combat,nochanneling] Dimensional Rift",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Soul Harvest",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Chaos Bolt",
        "/cast [nochanneling] Conflagrate",
        "/castsequence [nochanneling] Incinerate, Immolate, Incinerate",
        "/cast [nochanneling] Immolate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Have you had any issues during longer fights? I’ve noticed the macro doesn’t do much despite having mana and shards. I know some things just run out of stacks, but I feel like I’m mashing away and toon just stands there. Might just be to me using it manually. I don’t have a gaming mouse and refuse to use AHK.

tried your macro, do you realize that when you switch targets it breaks? just casts immolate after switching target and bruns up the mana.