1. #1

    How do i remove blizzard error frame?

    Hey i wondered if it's possible to remove the blizzard error frame on the screen?

    Its the one saying "another action in progress", "spell not ready yet" etc.


    Thanks in advance

  2. #2

    Re: How do i remove blizzard error frame?

    I used to use a script in my macros to do that on my pally, like this:

    Code:
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    /use xi'ri's gift
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
    /cast [target=mouseover] holy light
    So that the error message from the trinket (xi'ri's gift) wouldn't show when it was on CD.

    To be honest though, I tend to find the error sound from spells and items that are not ready more annoying and distracting, and for that I use this:

    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /cast [target=mouseover] Holy Shock
    /run SetCVar("Sound_EnableSFX","1")
    I think they both still work, but I've been a bit distracted as of late to notice too much to be honest.

    You can also use both together, but then you run the risk of running into the character limit on particularly complex macros

  3. #3
    Deleted

    Re: How do i remove blizzard error frame?

    i suggest to go at www.curse.com
    i'm very sure i saw at least one addon that was made just to block those messages

  4. #4

    Re: How do i remove blizzard error frame?

    yep error monster is nice
    Asus Z270-AR Prime
    i7-7700K - NZXT Kraken x61
    Corsair Vengeance LPX 16GB
    GTX 1070 Ti AMP Extreme
    XPG GAMMIX 1TB NVMe M.2 (2)
    Corsair Air 540 case

Posting Permissions

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