7.1.5 Boom

I have tried the new GS macros and was not happy with the DPS so i created this macro using the old GS version. While it provides superior DPS, you use your CD’s and reapply your dots manually. I made it that way since I like to control the burst. I use a 200 MS delay on the repeat button for the macro. Give it a try and let me know what you think. Thanks. PS, I do not know how to put the macro in the code box.

Sequences[“Ever_Boom”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],

– Macro 1
[[
/run(“Executing macro 1! (New Moon)”)
/cast [combat]New Moon
]],

– Macro 2
[[
/run(“Executing macro 2! (Starsurge)”)
/cast [nochanneling]Starsurge
]],

– Macro 3
[[
/run(“Executing macro 3! (Solar Wrath)”)
/cast [nochanneling]Solar Wrath
]],

– Macro 4
[[
/run(“Executing macro 4! (Lunar Strike)”)
/cast [nochanneling]Lunar Strike
]],

PostMacro = [[
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}

If I did it right…

Sequences['Ever_Boom'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform] !Moonkin Form
]],
"/cast [combat] New Moon",
"/cast [nochanneling] Starsurge",
"/cast [nochanneling] Solar Wrath",
"/cast [nochanneling] Lunar Strike",
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Thank you Spitz, I do use the old GS for this macro so I do not know if it will perform the same in GSE. I might add that I use the opener recommended on Icy-veins.

It goes like this:
Shortly before the pull, use your potion and pre-cast Solar Wrath.
/Cast New Moon.
Apply Moonfire, Sunfire to the target.
/Cast Celestial Alignment Icon Celestial Alignment (or Incarnation: Chosen of Elune Icon Incarnation: Chosen of Elune, if you have taken this talent).
/Cast Half Moon and Full Moon.
Continue your normal rotation.

I suppose that could be a macro too, but it is simple to execute so I don’t use one for it.