Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Default 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?

  2. #2

    Default

    The addon "ErrorMonster" should do the trick. (think that was the name)
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  3. #3
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    For my macro'd abilities (like my one-button DPS spam), I use the following:

    Code:
    /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.

  4. #4

    Default

    Macro length isnt an issue, but ill try your first one Otlecs, thanks

  5. #5

    Default

    Hmm, tried it out, it just popped a LUA error =[

    Would rather avoid addons if possible, thanks for the suggestion Maxion

  6. #6

    Default

    Code:
    /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.
    Code:
    /script UIErrorsFrame:Hide();
    http://www.wowhead.com/?forums&topic=50772
    I don't suffer from Schizophrenia, I enjoy every moment of it !

  7. #7
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Hrmph. I'm in the office and can't paste directly from my macro, but it's in the right ballpark

  8. #8

    Default

    Quote Originally Posted by Otlecs View Post
    Hrmph. I'm in the office and can't paste directly from my macro, but it's in the right ballpark
    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 ...
    Last edited by Bloodcloud : 09-29-2009 at 10:44 AM
    I don't suffer from Schizophrenia, I enjoy every moment of it !

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •