7.3 Demonology single target and aoe macros

My first attempt at warlock macros
Aoe

Sequences['Demo_aoe'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Illidansbro@Draka",
  SpecID=266,
  Talents = "3131132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=target/combat  Doom, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Demonic Empowerment, Demonwrath, Demonwrath, Demonwrath, Hand of Gul'dan, Life Tap",
        "/cast Felstorm",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

ST

Sequences['Demo_st'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Illidansbro@Draka",
  SpecID=266,
  Talents = "3131132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=target/combat  Doom, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Demonic Empowerment, Demonbolt, Demonbolt, Demonbolt, Hand of Gul'dan, Demonbolt, Thal'kiel's Consumption, Life Tap",
        "/castsequence  reset=1  Demonbolt",
        "/castsequence  reset=4  Call Dreadstalkers",
        "/castsequence  reset=1  Summon Doomguard",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Link to my macro collection addon

you must replase your keypress with this:

KeyPress={
“/targetenemy [noharm][dead]”,
“/use [mod:alt] Drain Life”,
“/castsequence reset=target Doom, null”,

to do auto targeting

[quote quote=54800]you must replase your keypress with this:
KeyPress={ “/targetenemy [noharm][dead]”, “/use [mod:alt] Drain Life”, “/castsequence reset=target Doom, null”,
to do auto targeting
[/quote]
Im revamping all my warlock macros soon so id include that.

macro works good and autotargetting can be nice but also deadly.
only thing is that this is the first macro for me that isnt working below lvl 100 so i need to speed up lvling my second lock to 100 :slight_smile:

[quote quote=54812]macro works good and autotargetting can be nice but also deadly. only thing is that this is the first macro for me that isnt working below lvl 100 so i need to speed up lvling my second lock to 100 ???
[/quote]

Very old macro of mine but id try to fix it if i can but i dont play demon anymore so its not high on my list

Hello Papapancake1

have you got time to update this one? :slight_smile:

Jimmy