Mythic/Raid Destro Macros

So here is my first set of Destro Macros.

Firstly I run this for Mythics, build taken from Icy Veins.

I Have Life Tap on an alt modifier in both macros to prevent from over casting.
Dimensional Rift, Doomguard and Infernal are on their own buttons to be kept for important phases or bosses etc.

For the AOE macro, Rain of Fire and Cataclysm will be cast at your cursor.

I Use Shadowfury for Myth’s as not much call for DC, but SF comes in handy.

I Have my AHK set to 80ms

My AHK is as follows:

#ifWinActive World of Warcraft

*1::
Loop
{
if not GetKeyState(“1”, “P”)
break
if GetKeyState(“Alt”, “P”)
send !1
else
send 1
sleep 80
}
return

*2::
Loop
{
if not GetKeyState(“2”, “P”)
break
if GetKeyState(“Alt”, “P”)
send !2
else
send 2
sleep 80
}
return

Sequences['Myth-ST'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "1331222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/use [mod:alt] Life Tap",
        "/castsequence  reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Immolate, Incinerate, Incinerate, Incinerate, Incinerate, Incinerate",
        "/cast [nochanneling] Chaos Bolt",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Grimoire: Imp",
        "/castsequence [nochanneling] Incinerate, Incinerate, Incinerate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Myth-AOE'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "1331222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/use [mod:alt] Life Tap",
        "/castsequence  reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/cast [@cursor][nochanneling] Rain of Fire",
        "/cast [nochanneling] Conflagrate",
        "/cast [@cursor][nochanneling] Cataclysm",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Incinerate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

The second set of macros are my raid set. A slight change in talents in line with icy veins suggestions.
Demonic Circle is back in as much more useful for raid fights, and Soul Harvester replaces Cataclysm to put better focus and damage on raid Bosses.

As with the Myth Macros, Dimensional Rift, Doomguard and Infernal i keep on separate buttons for when they are required.

When using the AOE macro ensure to switch targets, as this will put immolate on many enemies and also allow for Channel Demonfire to be cast, if you do not switch targets you will not cast Demonfire as immolate is set to refresh on target swapping in the AOE macro. As with the Myth macro, rain of Fire will be cast at your cursor.

Sequences['Raid-ST'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "1313222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/cast Soul Harvest",
        "/use [mod:alt] Life Tap",
        "/castsequence  reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Immolate, Incinerate, Incinerate, Incinerate, Incinerate, Incinerate",
        "/cast [nochanneling] Chaos Bolt",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Grimoire: Imp",
        "/castsequence [nochanneling] Incinerate, Incinerate, Incinerate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences['Raid-AOE'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "13113222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/cast Soul Harvest",
        "/use [mod:alt] Life Tap",
        "/castsequence  reset=target  Immolate, null",
      },
      PreMacro={
      },
        "/cast [@cursor][nochanneling] Rain of Fire",
        "/cast [nochanneling] Conflagrate",
        "/cast [@cursor][nochanneling] Rain of Fire",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Incinerate",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Amazing macros, thank you for your hard work

Uh where is Dimensional Rift?

[quote quote=50136]Uh where is Dimensional Rift?
[/quote]

As stated at start of macro set. I cast DR with its own key.

can we get the aoe to tab target ?

and very nice squences

[quote quote=50340]can we get the aoe to tab target ?
and very nice squences
[/quote]

I Tab manually, not sure how you would do it otherwise.

does @target work instead of @cursor?

[quote quote=50388]does @target work instead of @cursor?
[/quote]

No, you may only use @player and @cursor for recticle/placed spells.

Thank you

Hey I love this macro just confused on the raid AOE in the talents section their is one to many there just looking for clarification.

[quote quote=50959]Hey I love this macro just confused on the raid AOE in the talents section their is one to many there just looking for clarification.
[/quote]

Should be the same as Raid ST my bad

1313222

Thank you, Will try this macro out. Thank you for your effort to write it all

Amazing job! You made me like my lock once again! THANK YOU!

Thank You, I was not liking my lock at all until I changed and tried this out, love it and enjoy playing now.

been trying these macoros out and have pearked me to start playing my lock again. I’m 880ilvl doing around 600-700k on a boss fight just crap gear had a few dungenon I was popping well over 1.4k. I do have a question Raid ST and Raid AOE I’m guessing the AOE is being changed after boss fights and before boss fights?

add me to the macro talent LIFE-OUTPUT on a 20 second cooldown