View Full Version : Is there any way to disable "spell is not ready yet."?
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?
Maxion
09-29-2009, 07:12 AM
The addon "ErrorMonster" should do the trick. (think that was the name)
Otlecs
09-29-2009, 07:32 AM
For my macro'd abilities (like my one-button DPS spam), I use the following:
/console Sound_EnableSFX 0
<do some stuff that might generate errors here>
/script UIErrorFrame:Clear()
/console Sound_EnableSFX 1
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.
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 :)
Bloodcloud
09-29-2009, 08:58 AM
/script UIErrorsFrame:Clear()
works perfect for me.
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.
/script UIErrorsFrame:Hide();
http://www.wowhead.com/?forums&topic=50772
Otlecs
09-29-2009, 09:01 AM
Hrmph. I'm in the office and can't paste directly from my macro, but it's in the right ballpark :mad:
Bloodcloud
09-29-2009, 10:41 AM
Hrmph. I'm in the office and can't paste directly from my macro, but it's in the right ballpark :mad:
remote desktop FTW :)
but it is actually a good thing that wow won't start in my remote desktop, or I would be soon without work :)
(nb: okok I know if I start it up with VNCviewer (slooow) in windowed mode, I can access it also in Remote desktop ... :)
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.