7.1 boomy first try GSE macro

This is my first try at making a macro, so understand I need to tweak a bit more.
I have Oneth’s Intuition so I was trying out a mod to drop starfall at my location when I used the ctrl key as a modifier. Right now if I spam the macro key as quickly as possible, I haven’t seen the AP get over 80 and I haven’t seen my lunar or solar procs go above 2, with a few lunar strikes or solar wraths going off without procs. So still more tweaks needed.

Sequences['sgtboomy1sttry'] = {
author="Sgtbigdawg@Kael'thas",
specID=102,
version=10,
source = "Local",
helpTxt = "Talents: 3123312",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/use [noform] Moonkin Form
]],
"/castsequence Moonfire, Sunfire, New Moon",
"/castsequence [combat] Starsurge, Moonfire, Sunfire, Stellar flare",
"/castsequence [combat] New Moon, Starsurge",
"/castsequence [combat] Solar Wrath, Lunar Strike, Moonfire, Sunfire",
"/castsequence [mod:ctrl, @player] Starfall",
PostMacro=[[
/use [combat]13
/use [combat]14
]],
}

This is quite nice! Like many other macros it seems to be using moonfire, sunfire and stellar flare too much (1/3 way through the duration it resets and cast them again) in the long run this would affect your dps. Might be my synapse settings though! :slight_smile: Good job!