Variation Enhancement with modifiers (25/10/2016 v.7.0.3)

My variation with modifiers. I get idea from Manifesto (full credit for him) who post his modifiers macros.
Work better than full lazy but you need track your buff fb/ft to mantain it and track your maelstor lvl. Rest do macro for you when you press right button.

Dont offence if i do something wrong but this is my first simple macro :slight_smile:

Sequences['noxMOD'] = { author="n0x", specID=263, version=1, source = "Local", helpTxt = "Talents: 3213112", icon='INV_MISC_QUESTIONMARK', lang="enUS", PreMacro=[[ /targetenemy [noharm][dead] ]], "/cast [nomod] Stormstrike", "/cast [combat, nomod] Crash Lightning", "/cast [combat, nomod] Feral Spirit", "/castsequence [mod:shift] Flametongue, Frostbrand", "/cast [mod:alt] Boulderfist", "/castsequence [mod:ctrl] Boulderfist, Lava Lash", PostMacro=[[ /cast [combat] Doom Winds ]],

Sequences['noxMOD'] = {
author='n0x',
specID=263,
version=1,
source = 'Local',
helpTxt = 'Talents: 3213112',
icon='INV_MISC_QUESTIONMARK',
lang='enUS',
PreMacro=[[
/targetenemy [noharm][dead]
]],
'/cast [nomod] Stormstrike',
'/cast [combat, nomod] Crash Lightning',
'/cast [combat, nomod] Feral Spirit',
'/castsequence [mod:shift] Flametongue, Frostbrand',
'/cast [mod:alt] Boulderfist',
'/castsequence [mod:ctrl] Boulderfist, Lava Lash',
PostMacro=[[
/cast [combat] Doom Winds
]],
}

Put it in code and changed all markings to ’