1. #1

    "Spell is not ready yet" - "Ability is not ready yet"

    I think i saw at some point that its possible to "remove" the text thats saying:
    "Spell is not ready yet" and "Ability is not ready yet" by adding some text in the macro for that ability...

    You guys know what?

  2. #2

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Not too sure you can macro it but you can try using the addon "Move Anything!" and hide it from there.

  3. #3

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    /script UIErrorsFrame:Clear()

  4. #4
    Warchief Sarcasm's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    New Zealand
    Posts
    2,052

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    I believe

    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");

    is what you're looking for.
    Quote Originally Posted by BattlemasterSkarab View Post
    GOD's ARMAGEDDON and DOOM'S DAY!!!!!!.... Imagine that...
    4 apocalyptic horsemen
    Sky turned red
    Sun turned black
    All WoW servers down

  5. #5

    Re: "Spell is not ready yet" - "Ability is not ready yet"


    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  6. #6

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Quote Originally Posted by Sarcasm
    I believe

    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");

    is what you're looking for.
    Just don't forget to re-register it at the end of the macro or it will stay unregistered ><

  7. #7
    Warchief Sarcasm's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    New Zealand
    Posts
    2,052

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Quote Originally Posted by Guitarn
    Just don't forget to re-register it at the end of the macro or it will stay unregistered ><
    I got the feeling that was the OP's intent.
    Quote Originally Posted by BattlemasterSkarab View Post
    GOD's ARMAGEDDON and DOOM'S DAY!!!!!!.... Imagine that...
    4 apocalyptic horsemen
    Sky turned red
    Sun turned black
    All WoW servers down

  8. #8

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Thx guys! ;D :-*

  9. #9

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Quote Originally Posted by Sarcasm
    I believe

    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");

    is what you're looking for.
    and a macro to reverse it?

  10. #10
    Deleted

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Quote Originally Posted by Lkss
    and a macro to reverse it?
    /reload

    Quote Originally Posted by bulleimagen
    I think i saw at some point that its possible to "remove" the text thats saying:
    "Spell is not ready yet" and "Ability is not ready yet" by adding some text in the macro for that ability...

    You guys know what?
    ErrorMonster

  11. #11
    The Patient
    15+ Year Old Account
    Join Date
    Apr 2009
    Location
    Catalonia
    Posts
    233

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    I use this one at the steady shot place, hope it helps:

    #show Steady Shot
    /console Sound_EnableSFX 0
    /cast [nomod] Kill Command
    /cast [nomod] Steady Shot
    /cast [nomod] Silencing Shot
    /cast [modifier:shift] Kill Shot
    /script UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1

  12. #12
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    If you only want to turn off certain errors, I suggest an addon like ErrorMonster or pError, that allow you to selectively hide error messages - "Not in Range", "Ability Not Ready Yet", "Not Enough Mana", etc.

  13. #13
    Scarab Lord Frumpy Frumpy Frak's Avatar
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Malben, 'Strailya
    Posts
    4,458

    Re: "Spell is not ready yet" - "Ability is not ready yet"

    Garrosh did nothing wrong.
    #MakeTheHordeGreatAgain

Posting Permissions

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