Log in

View Full Version : Just a small tip



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

F9thRet
01-07-2010, 02:57 AM
That raises a question , for me at least...

Why do we disable/enable sound? I normally run with sound off anyways so I can hear Vent or the TV, but I'm sure there is a technical reason for it in the macro.

Stephen

Starbuck_Jones
01-07-2010, 03:01 AM
For thoes that do play with sound if you disable the sfx to get rid of the annoying error speech and doink noises, it also gets rid of noises that you want to hear like spells and procs and agro warnings. It also removes the spam from the chat log so its not full of Item Not Ready msgs.

Boogieman
01-07-2010, 11:40 AM
I do play with the wow sound up but the macro does not disable any spell sounds or procs i still hear all that
and it re enables the sound at the end of the macro

F9thRet
01-08-2010, 05:41 AM
Ahh ok, thanks guys.

Stephen