1st Enha Macro !

Hello Mates !
Yesterday i made my Shamy lvl 110 now 832gs!
i was trying some Macros here and they dont work like i want!
spaming wrong spells so i decided to created a Single / Multi Macro!
this Macro i made is only for keeping youre Buffs Up !
the only Problem i have and maybe you can help !
i cant Queue Lava Lash with any command at the right time when Maelstrom
is around 90%-110 to avoid capping ! without the correct command i have to do it by myself!

Single Target:
Sequences[‘SoloEnha’] = {
author=“Chamin@Azshara”,
specID=263,
version=1,
source = “Local”,
helpTxt = “Talents: 3213112”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“deDE”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Sturmschlag”,
“/cast Felsfaust”,
“/castsequence reset=/target Frostbrand, Flammenzunge”,
PostMacro=[[
]],
}

MultiTarget

Sequences[‘MultiEnha’] = {
author=“Chamin@Azshara”,
specID=263,
version=2,
source = “Local”,
helpTxt = “Talents: 3213112”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“deDE”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Sturmschlag”,
“/cast Felsfaust”,
“/castsequence reset=/target Frostbrand, Tobende Blitze, Flammenzunge”,
PostMacro=[[
]],
}

if somebody can help with LavaLash Macro would be great or any changes tell me :wink:

Ps: im from Germany hope you can understand my English xD

Here you go:

Sequences['SoloEnha'] = {
author="Chamin@Azshara",
specID=263,
version=1,
source = "Local",
helpTxt = "Talents: 3213112",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Sturmschlag",
"/cast Felsfaust",
"/castsequence  reset=/target  Frostbrand, Flammenzunge",
PostMacro=[[
]],
}

and Multi

Sequences['MultiEnha'] = {
author="Chamin@Azshara",
specID=263,
version=2,
source = "Local",
helpTxt = "Talents: 3213112",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Sturmschlag",
"/cast Felsfaust",
"/castsequence  reset=/target  Frostbrand, Tobende Blitze, Flammenzunge",
PostMacro=[[
]],
}

Thank you for contributing to the community, however, by putting Frostbrand before Flametongue, this is casting Frost/Flame way too often and wasting maelstrom. And you need to have Crash Lightning in your single target macro somewhere, Stormstrike does more damage inside/after Crash Lightning.

And in your AOE macro, casting Crash Lightning after Frostbrand does not keep Flametongue (buff) up like it should.

Just my two cents.

English version:

Sequences['SoloEnha'] = {
author="Chamin@Azshara",
specID=263,
version=1,
source = "Local",
helpTxt = "Talents: 3213112",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Stormstrike",
"/cast Boulderfist",
"/castsequence [reset=/target] Frostbrand, Flametongue",
PostMacro=[[
]],
}
Sequences['MultiEnha'] = {
author="Chamin@Azshara",
specID=263,
version=2,
source = "Local",
helpTxt = "Talents: 3213112",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Stormstrike",
"/cast Boulderfist",
"/castsequence [reset=/target] Frostbrand, Crash Lightning, Flametongue",
PostMacro=[[
]],
}

Also, not using GSSTATICPRIORITY, thse macros do not hit Stormstrike enough for max dps.