Jump to content
Sign in to follow this  
Bo_Zeth'Kur

Macro - Error sound ?

Recommended Posts

Looking for something similar to this : 

 

#showtooltip SPELLNAME
/console Sound_EnableSFX 0
/cast SPELLNAME
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1

 

Thank You !

Share this post


Link to post
Share on other sites
/run SetCVar("EnableErrorSpeech", 0) UIErrorsFrame:UnregisterEvent"UI_ERROR_MESSAGE" CastSpellByName"SPELLNAME" UIErrorsFrame:RegisterEvent"UI_ERROR_MESSAGE" SetCVar("EnableErrorSpeech", 1)

or

/console EnableErrorSpeech 0
/run UIErrorsFrame:UnregisterEvent"UI_ERROR_MESSAGE"
/run CastSpellByName"SPELLNAME"
/run UIErrorsFrame:RegisterEvent"UI_ERROR_MESSAGE"
/console EnableErrorSpeech 1

 

Share this post


Link to post
Share on other sites

I found it!!

/console Sound_EnableSFX 0

Doesn't exist in this version, but:

/Console MasterSoundEffects 0

/Console MasterSoundEffects 1

Does

There is a slight downside that it cuts all effects sounds while you spam the macro but better than the annoying GCD spam.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×