Automatic Chat logs
Here's a nifty feature that's built into WAR: automatic chat logs.
Check in your Warhammer install directory under logs/communication/<server>/<character name>/ and you'll find general chat & combat logs. There's an additional similarly named directory with logs split conveniently between everyone you've sent / received tells from.
Earlier today someone approached me in-game regarding their guild forums website and I forgot to screenshot for the URL. I just found it in the logs. Nice. =)
I love what Mythic has done with WAR's UI, this is just one extra goodie among many.
Sorry what?
This is what happens when you name your character "Sorry". I seem to collect a bunch of tells (in this case offline ones) from a variety of players that forgot to include the name of the player they were sending to. GMs are not immune to this either it seems.
Insert the word Sorry in front of each line to complete the sentence. =)
Addon: PhanxChat
One thing that has always bugged me with the default Blizzard UI is the clunky and inconsistent way that chat channels work. For instance, Party and Guild chat become 'sticky' after you use them, so your next chat line automatically goes back to that channel, but other channels are never sticky. This has been the source of numerous mis-types within the game. PhanxChat fixes that and a bunch of other inconsistencies, plus streamlines your chat display for less clutter.
There's a whole host of useful features, which can be turned on or off, but one of the reasons I love PhanxChat is that it has an intelligent configuration by default. I install it and play, it does all the right things for my preferences. Here's the list of bulleted features:
- Hides the chat scroll buttons.
- Hides the chat menu button.
- Shows the scroll-to-bottom button only when you're scrolled up.
- Enables mousewheels scrolling in the chat frames.
- Moves the chat edit box to the top of the chat frame.
- Enables arrow keys in the chat edit box.
- Disables the flashing effect on chat tabs.
- Locks chat tabs to prevent accidental undocking (hold SHIFT to drag).
- Configures chat text fading.
- Sets the fade-in alpha for chat frames.
- Removes the brackets around player names.
- Colors player names by class, if known.
- Remembers channel colors by name, not number.
- Shortens channel names and chat strings.
- Enables sticky chat for all chat types.
- Suppresses channel leave/join notifications.
- Suppresses repeated messages in public channels.
- Makes URLs in chat clickable for easy copying.
- Colors URLs in chat and adds brackets around them.
- Adds "tell target" functionality.
- Auto-enables chat logging.
That list may seem overwhelming, but it's the simplicity and ease of use with PhanxChat that I love. It just works for me.
Update: A recent version of PhanxChat sets not only all chat channels as 'sticky', but also emotes and whispers. I didn't like whispers included, nor did anyone else in my guild. Although there's no setting within PhanxChat's menus to exclude whispers, there is an easy fix if you're not afraid of a quick edit to the PhanxChat.lua file:
On line 52 of PhanxChat.lua, within the declarations of PhanxChat.stickyTypes, change:
["WHISPER"] = true,
to
["WHISPER"] = false,
You can download PhanxChat from WoWInterface, where it is usually updated most often.
(For more addons that I have recommended, see the list of MMOROG articles with the Addon tag)


