MacroMagic
MacroMagic is a simple addon that gives you a single command, /x, for spammable trinket/etc macros.
You might have had to do this in the past:
/console Sound_EnableSFX 1 /use 13 /castsequence Some Long Cast Sequence With Lots of Spells /console Sound_EnableSFX 0 /script UIErrorsFrame:Clear()
No more! With MacroMagic, this becomes:
/x /use 13 /castsequence Some Long Cast Sequence With Lots of Spells /x
Just wrap your macros with /x … /x, and MacroMagic will automatically toggle sound off and back on for you, avoiding that annoying “Whoosh” sound, and will clear your errors frame. No more “You can’t use that item yet” messages!
This mod still works in MoP (5.4), with no changes, apart from a .toc bump.
I've been using this for a while now, and it works well.
I find that lots of stuff like this:
.. is better done as
.. I've had casts not work correctly the first way.
I love the idea and have been using for a while now. One small problem that I noticed last night, was that using this on some macro's I "spam" a lot, would result in turning off sounds in game. Could still hear DBM warnings but everything else, like spell effects etc. was gone. They would come on again sometimes when the ability/macro was used again.
I removed the /x from some of my spam macro's and it works again. Is the /x "messing" with the sound options?