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.