Boogieman
01-07-2010, 12:55 AM
Not sure if this has been covered if it has sorry for the re post but if it hasn't you might find this useful to you
If you use click macros and need to clear ui error and disable enable sound for multiple buttons you can do it in the click macro
like this
#showtooltip auto attack
/console Sound_EnableSFX 0
/Click ActionButton11
/Click ActionButton12
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
this macro does 1 racial , 1 trinket and 1 spell on /Click ActionButton12
and my hunter castsequence macro on /Click ActionButton11
and the click macro disables the error frame and error sound effect for both macros in one
If you use click macros and need to clear ui error and disable enable sound for multiple buttons you can do it in the click macro
like this
#showtooltip auto attack
/console Sound_EnableSFX 0
/Click ActionButton11
/Click ActionButton12
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
this macro does 1 racial , 1 trinket and 1 spell on /Click ActionButton12
and my hunter castsequence macro on /Click ActionButton11
and the click macro disables the error frame and error sound effect for both macros in one