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!
- 2 comments
- 2 comments
Facts
- Date created
- Jan 08, 2010
- Category
- Last update
- Jan 08, 2010
- Development stage
- Abandoned
- License
- All Rights Reserved
- Downloads
- 1,801
- Recent file
- R: v1.0 for 3.3.0 Jan 08, 2010
- Reply
- #2
spiralofhope Jul 22, 2011 at 05:48 UTC - 0 likesI'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.
- Reply
- #1
creepy_inc Jun 29, 2010 at 10:11 UTC - 0 likesI 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?