Thread Tools Display Modes
01-03-11, 02:05 PM   #1
Deadeye*
A Defias Bandit
Join Date: Apr 2010
Posts: 3
How to remove "event" messages on center off screen

Hello, happy new year
Does any one now how to remove Event messages when they occur on center of the screen?

  Reply With Quote
01-06-11, 03:45 PM   #2
Deadeye*
A Defias Bandit
Join Date: Apr 2010
Posts: 3
So there is no way to removes those event notification from the center of the screen?
  Reply With Quote
01-06-11, 05:27 PM   #3
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
There is a addon, I will have to look for it, send me a pm via this site and ill remember to find it.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
01-06-11, 11:09 PM   #4
Rigorous
Noggenfogger Anonymous
 
Rigorous's Avatar
Join Date: Jul 2006
Posts: 420
Arathi Basin Spam Fix

but that will only remove the AB messages...
your post wasn't 100% clear to me if you meant just those Arathi Basin messages or *all* messages that occur in that window...
__________________
"I guess I kinda lost control, because in the middle of the play I ran up and lit the evil puppet villain on fire. No, I didn't. Just kidding. I just said that to help illustrate one of the human emotions, which is freaking out. Another emotion is greed, as when you kill someone for money, or something like that. Another emotion is generosity, as when you pay someone double what he paid for his stupid puppet." - Jack Handy
  Reply With Quote
01-07-11, 12:48 AM   #5
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
This thread on WowAce will tell you how.

RaidBossEmoteFrame:Hide()
RaidBossEmoteFrame.Show = RaidBossEmoteFrame.Hide
Pretty sure MoveAnything can hide that section, too.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote
01-09-11, 07:01 PM   #6
Deadeye*
A Defias Bandit
Join Date: Apr 2010
Posts: 3
Thank you for the info. It worked im using whit /script on macro but how to do that i automatically add this command when the game starts?
  Reply With Quote
01-09-11, 08:12 PM   #7
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
I just throw:

Code:
RaidBossEmoteFrame:Hide()
RaidBossEmoteFrame.Show = RaidBossEmoteFrame.Hide
into my DBM_Core.lua whenever I update, within an already existing function. Any .lua file should do it, though.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » How to remove "event" messages on center off screen

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off