Hi All
Ok I have updated the Macros
This follows a Update to the way the Macro works and the talents have been changed to accommodate based on Icy Veins.
You need to setup your AHK to spam 2 buttons not just 1. In this case cast the Dump and then the Builder with a 300ms interval
Dump on Button 1 and Build on Button 2
Eg.
Down 1
Up 1
Down 2
Up 2
Delay 300ms
------------------------------------------------- --------------Page 6 there is a update----------- -----The below macros are the older versions----- -------------------------------------------------
Using the below macros on my warrior at 851 ilvl (16% Crit, 30% Haste, 32% Mastery) un-buffed I do between 240k and 400k depending on the fight in Heroics
AE was changed to remove Dragon Roar and added Rampage as Battle Cry now gives 100 Rage that needs to be spent
Sequences['BladeFuryAE'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Blademïst@Twilight's Hammer",
SpecID=72,
Talents = "2333132",
Help = "Talents have been setup to a best case scenario as per Icy Veins",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Battle Cry",
"/cast [combat] Blood Fury",
"/cast [combat] Avatar",
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Odyn's Fury",
"/cast Whirlwind",
"/cast Rampage",
PostMacro={
},
KeyRelease={
},
},
},
}
Builder didn’t change at all
Sequences['BladeFuryBuilder'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Blademïst@Twilight's Hammer",
SpecID=72,
Talents = "2333132",
Help = "Talents have been setup to a best case scenario as per Icy Veins",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Battle Cry",
"/cast [combat] Blood Fury",
"/cast [combat] Avatar",
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence Bloodthirst, Raging Blow, Furious Slash",
PostMacro={
},
KeyRelease={
},
},
},
}
Dump removed Dragon Roar as its not talented
Sequences['BladeFuryDump'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Blademïst@Twilight's Hammer",
SpecID=72,
Talents = "2333132",
Help = "Talents have been setup to a best case scenario as per Icy Veins",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Battle Cry",
"/cast [combat] Blood Fury",
"/cast [combat] Avatar",
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Execute",
"/cast Rampage",
PostMacro={
},
KeyRelease={
},
},
},
}