WoW Shut-Up addon Dragonflight/Wrath of the Lich King Classic 2025
logo
wow addon Shut-Up

Shut-Up

Game Version: 9.0.5
Total Downloads: 922
Updated: Mar 11, 2021
Created: Jan 5, 2021
download Shut-UpDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Shut-Up v1.4 release 2.07 KB Mar 11, 2021 9.0.5 0 download Shut-Up Shut-Up v1.4 releaseDownload
Shut-Up v1.3 release 2.06 KB Jan 12, 2021 9.0.2 71 download Shut-Up Shut-Up v1.3 releaseDownload
ShutUp-v1.2.zip release 2.00 KB Jan 7, 2021 9.0.2 209 download Shut-Up ShutUp-v1.2.zip releaseDownload
ShutUp-v1.1.zip release 1.96 KB Jan 6, 2021 9.0.2 639 download Shut-Up ShutUp-v1.1.zip releaseDownload

Screenshots

Description

Share this:

Suppressing Sound and Error Messages

Sound and Message Error Cleaner


When you spam a spell you get sounds and error messages that can be annoying. Using the macro below you will avoid all that. This example is a macro which you can use to spam Arcane Missiles. It will not cut an already channeling Arcane Missile cast, nor will it make the error sound or spam your screen with error messages. ShutUp is a simple addon that take the long Version of this Example.

/console Sound_EnableErrorSpeech 0
/console Sound_EnableSFX 0

/run UIErrorsFrame:UnregisterEvent(“UI_ERROR_MESSAGE”)

******MACRO HERE EX: /cast [nochanneling:Arcane Missiles] Arcane Missiles   *******

/run UIErrorsFrame:RegisterEvent(“UI_ERROR_MESSAGE”)

/console Sound_EnableSFX 1

/console Sound_EnableErrorSpeech 1

/run UIErrorsFrame:Clear()

Turning it into  “/su”. Its intended to be used in macros to temporarily suppress error messages and “I can’t cast that yet” error sounds. Saving you over 130+ characters, giving you much more room to work with all while getting rd of those annoying error messages. Even if one of the cooldowns isn’t up, there won’t be red error text or an “I can’t cast that yet” voiceover. The second /su just turns the error messages back on you don’t need to include it but you can.


Example:


#showtooltip

/startattack

/su

/cast [nochanneling:Arcane Missiles] Arcane Missiles

/su

Comments

Add a comment