promotional bannermobile promotional banner
premium banner
Keeps multi-cast talent macros looking correct.

Description

20 lines of code that keep your multicast macros displaying the correct spells.

Generally when you have consecutive casts in a macro, eg:

/cast [help,nomod:shift] Fear Ward
/stopmacro [help,nomod:shift]
/cast Void Tendrils
/cast Psyfiend
/cast [mod:ctrl,target=focus][] Dominate Mind

The icon will always be set to the first spell which would be cast, even if that spell is not learned (talents), which leaves that red question mark icon for the later two, even though the macro still functions perfectly.

This adds a new tag #spellfix that will make the macro ignore spells that are not learned when determining what should be displayed on the action-bar:

#spellfix
/cast [help,nomod:shift] Fear Ward
/stopmacro [help,nomod:shift]
/cast Void Tendrils
/cast Psyfiend
/cast [mod:ctrl,target=focus][] Dominate Mind