MacroMagic

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

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!

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of spiralofhope spiralofhope Jul 22, 2011 at 05:48 UTC - 0 likes

    I've been using this for a while now, and it works well.

    I find that lots of stuff like this:

    /x
    /cast foo
    /x
    
    /x
    /cast bar
    /x
    
    /x
    /cast baz
    /x
    

    .. is better done as

    /x
    /cast foo
    /cast bar
    /cast baz
    /x
    

    .. I've had casts not work correctly the first way.

    Last edited Jul 22, 2011 by spiralofhope
  • Avatar of creepy_inc creepy_inc Jun 29, 2010 at 10:11 UTC - 0 likes

    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?

  • 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

Authors