Macro to remove sound and error messages in trinkets

I give you a macro for example for the “Elementium Anvil Pocket”, which removes the error sounds and the message “you can’t use this item yet” works with any other, a friend of my guild asked me and other members told me about they’re couldn’t find the macro, so I created it myself and added it for all of you.

In previous macros the message was displayed for a fraction of a second, or the sound did not eliminate it on some occasions, neither of these two things would happen with this.

#showtooltip spell
/run UIErrorsFrame:Hide() SetCVar(“Sound_EnableErrorSpeech”, 0) C_Timer.After(0, function() SetCVar(“Sound_EnableErrorSpeech”, 1) UIErrorsFrame:Clear() UIErrorsFrame:Show() end)
/use 14
/cast spell

1 Like

Lovely. Thank you very much. :face_holding_back_tears:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.