GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Unknown macro option: [spell name]

thenewcsboy opened this issue ยท 6 comments

commented

Hello TimothyLuke,
I have created a macro using GSE but using it will not do anything. I get a message in wow chat: "Unknown macro option: Unholy Blight" and "Unknown macro option: Outbreak".
I tried running the macro error but it comes up clean.
Any idea what I might have done wrong, or what might be causing it?
Many thanks,
Moona

commented

do you have them in [] brackets?

commented

ie do you have /cast Unholy Blight or do you have /cast [unholy blight]

commented

I do, the macro looks as below:
KeyPress:
/targetenemy[noharm][dead]
Premacro:
Sequence:
/cast [Unholy Blight]
/cast [Outbreak]

I used the spellbook to insert them.

commented

change

/cast [Unholy Blight]
/cast [Outbreak]

to

/cast Unholy Blight
/cast Outbreak

Dragging and dropping from the spell book causes that - its recorded in #367 but I don't have a solution for it yet.

commented

Sorry, I did go through the issues and must have missed it. Thank you, that resolved the issue.

commented

Modifiers are marked by WoW as being in [] eg /cast [combat] spell would cast the spell if you are in combat. The error message was telling you that the spell names were not modifiers