Page 1 of 1

Disabling "out of range" red messages?

PostPosted: Wed Aug 19, 2015 3:45 am
by Moshu
Hello!
I'm looking for a macro that removes the red text that pops up in the middle/upper screen when you are out of range/ability on cooldown. Whenever I see those messages... Well, I see red!

Re: Disabling "out of range" red messages?

PostPosted: Wed Aug 19, 2015 8:09 am
by Cruzix
This is the only ErrorFilter of vanilla i believe, it does its job but you gotta add what it should filter on ur own (remember to write the errors the exact same way they pop up as, like with Capital letters or with . In the end etc)
http://wow.curseforge.com/addons/project-532/

/script UIErrorsFrame:Hide()
This macro works too but it only works untill the server restart/crash and then u gotta use it again hence why i recommend RogueSpam instead

Re: Disabling "out of range" red messages?

PostPosted: Wed Aug 19, 2015 8:22 am
by LYQ
note that

/script UIErrorsFrame:Hide()

would hide the entire frame, meaning all messages which would get displayed there.

Re: Disabling "out of range" red messages?

PostPosted: Wed Aug 19, 2015 8:29 am
by Cruzix
Yep and simply change Hide with Show if u want it back to normal

Re: Disabling "out of range" red messages?

PostPosted: Wed Aug 19, 2015 6:57 pm
by Askental
RogueSpam ftw