7.3 Papa destro warlock

Chaos bolt macro or st

Sequences['Destro'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Illidansbro@Draka",
  SpecID=267,
  Talents = "1132112",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/cast [nopet,nodead] Summon Doomguard",
        "/cast [mod:ctrl] Havoc",
        "/castsequence  reset=target/combat  Immolate, null",
      },
      PreMacro={
      },
        "/castsequence Immolate, Incinerate, Incinerate",
        "/cast [nochanneling] chaos bolt",
        "/cast Conflagrate",
        "/cast Dimensional Rift",
        "/cast [nochanneling] chaos bolt",
        "/cast [nochanneling] Channel Demonfire",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

rain of fire macro


Sequences['Destro_close_aoe'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Illidansbro@Draka",
  SpecID=267,
  Talents = "1132112",
  Help = [[use at close range]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=target/combat  Immolate, null",
      },
      PreMacro={
      },
        "/cast Incinerate",
        "/cast [@player] Rain of Fire",
        "/cast [@player] Shadowfury",
        "/cast Channel Demonfire",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Requested Far aoe


Sequences['Destro_far_aoe'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Illidansbro@Draka",
  SpecID=267,
  Talents = "1132112",
  Help = [[use at far range]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=target/combat  Immolate, null",
      },
      PreMacro={
      },
        "/cast Incinerate",
        "/cast [@cursor] Rain of Fire",
        "/cast [@cursor] Shadowfury",
        "/cast [nochanneling] Channel Demonfire",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

link to my macro addon https://wow.curseforge.com/projects/papapancakes-macro-collection-gnomesequencer

why does your second macro use the FIRE SHOWER spell not on the target but on my character? The same thing happens with the DAMNESS OF THE DARK spell, it is also used not on the target or the mouse pointer but on my character

if you want it at your mouse pointer use this

Sequences['Destro_close_aoe'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Illidansbro@Draka",
  SpecID=267,
  Talents = "1132112",
  Help = [[use at close range]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=target/combat  Immolate, null",
      },
      PreMacro={
      },
        "/cast Incinerate",
        "/cast [@cursor] Rain of Fire",
        "/cast [@cursor] Shadowfury",
        "/cast Channel Demonfire",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

sorry double post

thank you brother

Thanks will be giving it a try

put in all your macros this line in the keypress section:

“/targetenemy [noharm][dead]”,

for auto targeting

anyone got numbers on this macro

This Macro was working well for me as I was leveling until I hit lvl 50 and got Summon Doomguard. Now I pop a Doomguard at the beginning of the sequence then, stops casting anything, even after the Doomguard expires.
Any idea why this is happening? I honestly don’t understand the layout of most Macros so I would not be surprised if I am doing something wrong. I have not altered the original Macro at all.

[quote quote=54961]This Macro was working well for me as I was leveling until I hit lvl 50 and got Summon Doomguard. Now I pop a Doomguard at the beginning of the sequence then, stops casting anything, even after the Doomguard expires. Any idea why this is happening? I honestly don’t understand the layout of most Macros so I would not be surprised if I am doing something wrong. I have not altered the original Macro at all.
[/quote]
Need the talent for the perm doomguard for it to work but for the time being you can just remove /cast [nopet,nodead] Summon Doomguard from the keypress

yes you need the talent

I’m back to Wow for some time.

1: Added Far aoe Option
2: Improved Single target dps

hey papa. thank you so much for all your amazing macros. and if it’s not too much to ask. i would like to make a request for a proper affliction macro please and thank you. i know you aren’t a big warlock player and that’s ok. but your work with macro’s are phenomenal. thanks again for all your work. wouldn’t mind a update on demonology as well lol. XD thanks in advance

[quote quote=56160]<font style=“vertical-align: inherit;”><font style=“vertical-align: inherit;”>Я возвращаюсь к Вау некоторое время.</font></font>
<font style=“vertical-align: inherit;”><font style=“vertical-align: inherit;”>1: Добавлен Far aoe Вариант </font></font> <font style=“vertical-align: inherit;”><font style=“vertical-align: inherit;”>2: Улучшен одиночный целевой dps</font></font>
[/quote]
can I add a spell to the macro - a spatial fault?

I like this one but when my pet dies it doesn’t revive. Is there a way to get it to cast Summon Voidwalker when it is dead? I changed yours so it calls the voidwalker but it won’t summon a new one when it is dead. I tried Nopet, nodead, dead but that failed also. I tried the one I use for my hunter to call pet when dead but even that fails.

Doesnt warlock pets have a cooldown after there dead or they cost soulshard

Hi

For the Destro macro, it doesn’t seem to cast any spells for me. Just scrolls through them. It does summon the doomguard thou, but that’s it.
The aoe ones work.