7.3. Returning Warlock Destruction Build

So after reviewing many macros in this forum I tried to take the parts that worked for me and combine into one macro that suited the play stay I was after

Talents 1,1,1,2,?,2,2 - i use burningwish for ? just so i don’t get left behind - don’t have an leggo’s atm so may update once i do, 910 ivi gives 1.1m burst then 850dps steady

Sequences['Drumwar1'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Drumwar",
  SpecID=267,
  Talents = "1,1,1,2,?,2,2",
  Help = [[Talents – 1,1,1,2,?,2,2]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=20,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
        "/cast [nochanneling] Immolate",
      },
        "/castsequence [nochanneling] Grimoire: Imp, Summon Doomguard",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Chaos Bolt",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Dimensional Rift",
        "/castsequence [nochanneling] Incinerate, Incinerate, Incinerate, Immolate",
      PostMacro={
        "/startattack",
      },
      KeyRelease={
      },
    },
  },
}

Cheers

Drum

Well done 15 mins test with 920 Ilvl and no glitches and held steady at 1.3 mil dps. Standing still will see how it does in raid environment.

what ms are you using it?

Currently on my Logitect g402 I run 60ms

I have your WW Monk macro and now this one. Can you please let me know if you have any other class macros as I would be greatly interested. I think your macros are the best! Also, do you have an AOE macro for destro warlocks to go along with this ST one?

A lot of people match the Ms to the latancy, get this from hovering your mouse over
the ‘?’ in the game. But its not best to go below, 45 to 50ms. Otherwise your just sending
keypresses that cant be executed… Gl

How do I use latency to conculate ms the best wY ?

It is overlapping immolate too soon.