Bo_Zeth'Kur 1 Report post Posted January 14, 2017 Looking for something similar to this : #showtooltip SPELLNAME /console Sound_EnableSFX 0 /cast SPELLNAME /run UIErrorsFrame:Clear() /console Sound_EnableSFX 1 Thank You ! 0 Share this post Link to post Share on other sites
Bo_Zeth'Kur 1 Report post Posted January 14, 2017 Cool, ty ! :) 0 Share this post Link to post Share on other sites
gashole 7 Report post Posted January 14, 2017 /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 0 Share this post Link to post Share on other sites
Morriv 0 Report post Posted May 4, 2017 Also, this http://www.wowinterface.com/downloads/info10162-Noerrorsound.html Download and put the Sound folder in your Data folder (should look like this "\World of Warcraft 1.12\Data\Sound") - GCD error sounds be gone! 0 Share this post Link to post Share on other sites
Saintu 0 Report post Posted October 3, 2017 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. 0 Share this post Link to post Share on other sites