amalgam
01-13-2008, 01:20 AM
After the patch, I've noticed my macros on my Mages have quit working. This ALWAYS casts Fireball, even when applying modifiers. I don't know if this is a macro problem or a WoW problem; does anyone have any insight into this?
[code:1]#showtooltip
/cast [modifier:shift] arcane explosion
/cast [modifier:ctrl][target=focustarget] frostbolt
/cast [modifier:alt] will of the forsaken
/cast [target=focustarget] fireball[/code:1]
EDIT: I FIGURED IT OUT. I'm retarded. The Frostbolt line evaluates to true every single time and gets cast.
[code:1]#showtooltip
/cast [modifier:shift] arcane explosion
/cast [modifier:ctrl][target=focustarget] frostbolt
/cast [modifier:alt] will of the forsaken
/cast [target=focustarget] fireball[/code:1]
EDIT: I FIGURED IT OUT. I'm retarded. The Frostbolt line evaluates to true every single time and gets cast.