7.1 Moonkin Single Target

I have checked all the other macros here, and am using my own version which grabs a bit of all.

I have Moonfire/Sunfire on a different “normal” macro, which i use only when needed (I track timers with WeakAuras).

For some reason, it seems to give me “slightly” better results than other Macros.

Here it is:

Sequences['BOOM_ST_TEST'] = {
author="Luke",
specID=102,
version=32,
source = "Local",
helpTxt = "Talents: 3133233 - Incarnation is supposed to be on a separate Keybind for more burst control.",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/use [noform] Moonkin Form
]],
"/cast [nochanneling] New Moon",
"/castsequence [combat] reset=target Starsurge",
"/castsequence [nochanneling] reset=target  Solar Wrath, Lunar Strike, Solar Wrath",
PostMacro=[[
/use [combat]13
/use [combat]14
]],
}

Let me know how it works out for you :slight_smile: This is my first post in these forums.