I’m frustrated and lost.
I grabbed this macro from the Mistweaver forum on this site.
Sequences['MC_MW2'] = {
author="Maalkomx",
specID=270,
helpTxt = 'Talents: 3111122',
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/castsequence [@mouseover,help,nodead][@player] Renewing Mist, Enveloping Mist",
"/castsequence [@mouseover,help,nodead][@player] !Vivify",
"/cast Thunder Focus Tea",
PostMacro=[[
/use [combat]14
/cast [combat]Thunder Focus Tea
/cast [combat]Healing Elixir
/cast [combat]Ring of Peace
]],
}
This is what is imported:
Sequences['MW2'] = {
Author="Maalkomx",
SpecID=270,
Talents = "3111122",
Default=1,
Icon='spell_monk_mistweaver_spec',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence [@mouseover, help, [@player] Renewing Mist, Enveloping Mist",
"/castsequence [@mouseover, help, [@player] !Vivify",
"/cast Thunder Focus Tea",
PostMacro={
},
KeyRelease={
"/cast [combat]Thunder Focus Tea",
"/cast [combat]Healing Elixir",
"/cast [combat]Ring of Peace",
},
},
},
}
Try to edit it and it doesn’t save the macro. Remove the castsequence and the changes seem to be accepted, except the lettering is in white for the multi-spell line but that is just because there is more than one spell on the line and needs the castsequence. But it won’t work if you put it in.
HELP??
Edit: Forgot to mention, the KeyRelease doesn’t ever fire off either. KeyPress does, but not Release.