Unknown macro option: [spell name]
thenewcsboy opened this issue ยท 6 comments
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
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.
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.
Sorry, I did go through the issues and must have missed it. Thank you, that resolved the issue.