Here is a basic macro that will allow you take a standard client looking screenshot with no traces of MQ2.
I'm not heavy user of screenshots, but I don't really like the changes mq2 makes to the screen colors. Here is what I run with all the time:
No MQ2 Captions or Colors
/caption MQCaptions off
No MQ2ChatWnd (I like to use my standard chat window that includes battle spam and other crap. I use separate window for tells so I can still report people if I need.)
/plugin mq2chatwnd unload
/plugin mq2chat (Note: This puts MQ2 chatter into your main chat window!)
I also don't like Netstat so I just press F11 to toggle it off.
Red cent me by clicking here
image below my profile if this post helps you!
Rich (BB code):
|---Screenshot.mac---|
Sub Main
/caption MQCaptions off
/delay 3
/keypress NETSTAT
/delay 2
/plugin mq2chatwnd unload
/delay 10
/keypress SCREENCAP
/delay 2
/plugin mq2chatwnd
/delay 10
/keypress NETSTAT
/delay 2
/caption MQCaptions on
/endmacro
/return
I'm not heavy user of screenshots, but I don't really like the changes mq2 makes to the screen colors. Here is what I run with all the time:
No MQ2 Captions or Colors
/caption MQCaptions off
No MQ2ChatWnd (I like to use my standard chat window that includes battle spam and other crap. I use separate window for tells so I can still report people if I need.)
/plugin mq2chatwnd unload
/plugin mq2chat (Note: This puts MQ2 chatter into your main chat window!)
I also don't like Netstat so I just press F11 to toggle it off.
Red cent me by clicking here
image below my profile if this post helps you!


that's alot of data that's mostly useless to them which is why they have a /report function I imagine so they dont have to keep that data laying around.