If someone would be so kind to box these for me…
I am trying to make a gener macro for both ST and AOE that will do good all around damage without having to switch talents all the time.
not using any special mouse of keyboard settings just spamming my macro key…
I don’t have great leggos yet so I’m using Belt Cinidaria, the Symbiote and Kik’Jaeden’s Burning Wish
ilvl 952
crit 29%
haste 32%
vers 6%
Mast 58%
ST Damage - Avg 1.3mil over 5 min test on the Dreamgrove Raiding training dummy with food and pots
Sequences['My_Boomer_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Cassamia@Bloodscalp",
SpecID=102,
Talents = "3x3x132",
Helplink = "https://wowlazymacros.com",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [noform] Moonkin Form",
"/castsequence [nochanneling] reset=combat Moonfire, Sunfire, null",
},
PreMacro={
},
"/cast [nochanneling] New Moon",
"/cast [nochanneling] Berserking",
"/cast [nochanneling] Blessing of the Ancients",
"/use [nochanneling] Celestial Alignment",
"/cast [nochanneling] Starsurge",
"/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath",
"/castsequence [nochanneling] Moonfire, Sunfire",
"/cast [nochanneling] New Moon",
PostMacro={
},
KeyRelease={
"/use Potion of Prolonged Power",
},
},
},
}
For AOE I know people don’t like using the @player but it is working for me…
6 target - Avg 3.4mil over 5min test using the Dreamgrove training dummies
Sequences['My_Boomer_AOE'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Cassamia@Bloodscalp",
SpecID=102,
Talents = "3x3x132",
Helplink = "https://wowlazymacros.com",
Default=1,
Icon='Spell_Nature_StarFall',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm] [dead]",
"/cast [noform] Moonkin Form",
"/castsequence [nochanneling] reset=target Moonfire, Sunfire, null",
},
PreMacro={
},
"/cast [nochanneling] New Moon",
"/cast [nochanneling] Berserking",
"/cast [nochanneling] Blessing of the Ancients",
"/use [nochanneling] Celestial Alignment",
"/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath",
"/cast [@player] [nochanneling] Starfall",
"/castsequence [nochanneling] Moonfire, Sunfire",
"/cast [nochanneling] New Moon",
PostMacro={
},
KeyRelease={
"/use Potion of Prolonged Power",
},
},
},
}
As always any comments or pointers welcome…