Having problems with error sounds

Anyone else having this issue? I can’t figure out if it’s an add-on or not, but every 10 to 15 minutes the “play error sounds” (I cant cast that yet) keeps getting turned on. I use pretty standard add-ons, threat meters, zperl, pally power, etc.

If i cant find it, is there a script to turn this option off that I could maybe macro into judgment or something?

There are addons that will turn off error sounds and text.

There are some macros that people make that quickly disable and reenable error messages and sounds, to make spam macros less annoying. Check those if you’ve copy pasted any macros from peeps.

Any idea where I can find them?

The slash commands for disabling errors?

To hide errors, clear, and show:

/script UIErrorsFrame:Hide()
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()

To disable and enable sound:

/console Sound_EnableErrorSpeech 0
/console Sound_EnableErrorSpeech 1
1 Like

Thanks, I’ll macro this into my dps rotation