Hola, just like the topic title says, is there any way to disable the large red text message that pops up when i spam my buttons?
Printable View
Hola, just like the topic title says, is there any way to disable the large red text message that pops up when i spam my buttons?
The addon "ErrorMonster" should do the trick. (think that was the name)
For my macro'd abilities (like my one-button DPS spam), I use the following:
That actually flickers the message briefly, but it's so fast I don't notice. There are macro commands to disable displaying the frame completely so you don't even get the flicker, which might be a bit nicer if macro length is not an issue for you.Code:/console Sound_EnableSFX 0
<do some stuff that might generate errors here>
/script UIErrorFrame:Clear()
/console Sound_EnableSFX 1
Macro length isnt an issue, but ill try your first one Otlecs, thanks :)
Hmm, tried it out, it just popped a LUA error =[
Would rather avoid addons if possible, thanks for the suggestion Maxion :)
works perfect for me.Code:/script UIErrorsFrame:Clear()
I think it is "UIErrorsFrame" (with an S) thats the lua error :)
another way is:
Put that as a macro and click it every time you log on.
http://www.wowhead.com/?forums&topic=50772Code:/script UIErrorsFrame:Hide();
Hrmph. I'm in the office and can't paste directly from my macro, but it's in the right ballpark :mad: