My New 7.3 ST and AOE Macros

Update 22/11/2017
Have updated the Macros, they are more automated, and you can basically use any Talent Build you like and they will both work. (Except Supremecy, as it will just keep casting your pet)

So here is my second set of Destro Macros, For 7.3

Firstly I run the same macros for Myth+ and Raiding, with only a need to change Talents, the change in talents does not affect the macro.
Builds 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.

Please remember, if you are running the Raid Talents or Myth (without cataclysm) on the AOE Macro, you must tab/switch targets to apply Immolate or Demonfire will eventually not cast, as Immolate only resets and casts on a target change.

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['Destro-ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "1213222",
  Help = [[Single Target or 2-3 Target Talents (Raiding): 1213222
Myth+ Talents: 1312222 or 1311222]],
  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 [nochanneling] Chaos Bolt",
        "/cast [nochanneling] Dimensional Rift",
        "/cast Channel Demonfire",
        "/castsequence [nochanneling] Immolate, Incinerate, Incinerate, Incinerate",
        "/cast [nochanneling] Summon Doomguard",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Grimoire: Imp",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Destro-AOE'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Lorganion@Turalyon",
  SpecID=267,
  Talents = "1213222",
  Help = [[Single Target or 2-3 Target Talents (Raiding) : 1213222
Myth+ Talents : 1312222 or 1311222]],
  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",
        "/cast [nochanneling] Dimensional Rift",
        "/cast [@cursor][nochanneling] Rain of Fire",
        "/cast [nochanneling] Conflagrate",
        "/cast [@cursor][nochanneling] Summon Infernal",
        "/cast [@cursor][nochanneling] Cataclysm",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Grimoire: Imp",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Hope these continue to work well for you all, and queries or feedback most welcomed.

add me to the macro talent LIFE-OUTPUT on a 20 second cooldown … I will be grateful 1332122

Have updated Macros to be more automated with Dimensional Rift and Doomguard/Infernal, getting good results with this set. Let me know what you think.

i love this new update to the macro, but im little confused why i am re summoning my pets over and over? is it because i have Grimoire of supremacy? and normally they are not a permanent ?

[quote quote=55440]i love this new update to the macro, but im little confused why i am re summoning my pets over and over? is it because i have Grimoire of supremacy? and normally they are not a permanent ?
[/quote]

Yes that’s right, i never use supremacy.

If you want to use Supremacy, remove the lines to cast Summon Doomguard/Infernal

Your macro its nice but i dont figure how fix ahk its this a spammer button ? i create ahk script with this
when i press 1 nothing happend

#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

and i have a question its any way posibile when example a boss summon adds to autohavoc on add?

Hi! I have now tested this macro on Imonar mythic, This is what the logs are saying:

Try to cast Channel Demonfire more often. View timeline.
16 out of 26 possible casts. You kept it on cooldown 61.0% of the time. (>95.0% is recommended)

Try to cast Conflagrate more often. View timeline.
39 out of 54 possible casts. You kept it on cooldown 71.7% of the time. (>95.0% is recommended)

The link: WoWAnalyzer: Mythic Imonar the Soulhunter - Kill (7:31) by -Krypko

I run this macro with 90MS, Ive been testing this with different timings, still tweaking but i would like to see this macro do more incenerate casts. This one is also overlapping immolate too fast