Posting a guide for all my guildies who asked how to write in colors. Figured some of y'all might appreciate it as well. Modernized and with pictures, but full credit to this guide by ClintNess. Also posting to avoid necro etc lol.
Step 1:
Use the following in DDOUI layout allows you to save your hotbar setups etc so you should be doing this anyway. It'll tell you where that file gets saved in general chat, or you can search your computer for it. Right-click and open it with Notepad:Code:/ui layout save name
Step 2:
It'll come in with a bunch of UI stuff, but what you care about for this guide is the Alias section; the top part will look about like the following:
Step 3:
Add Aliases!
Here's what the top of mine looks like:
And here's that in code format:
It's pretty easy to add more! Be aware of where they're going; Aliases default to general chat, so you'll usually want to use /p for party, or /g for guild, etc. I have phrases at the top, and general colors belowCode:<Aliases> <Alias String=";b" Value="/p ;green AFK bio"/> <Alias String=";gm" Value="/g ;babyblue SUN 8pm KT x2. TUE 8pm PN x2. FRI 8 pm RL/Lshroud or DOJ/LTS/LShroud. SAT 1 PM LHOX, PN, LShroud, TH. All Times ET (US) :)"/> <Alias String=";pw" Value="/g ;gold Please wait for Fal to make raid announcements. Asking will not make it go faster :)"/> <Alias String=";t" Value="/p ;red TRAP!"/> <Alias String=";w" Value="/g ;green Welcome! Buffs on airship, scheduled stuff in guild message :)"/> <Alias String=";babyblue" Value="<rgb=#66CCFF>"/> <Alias String=";black" Value="<rgb=#000000>"/> <Alias String=";blue" Value="<rgb=#0000FF>"/> <Alias String=";darkgrey" Value="<rgb=#666666>"/> <Alias String=";gold" Value="<rgb=#FFD700>"/> <Alias String=";green" Value="<rgb=#00FF00>"/> <Alias String=";grey" Value="<rgb=#999999>"/> <Alias String=";hotpink" Value="<rgb=#FF0099>"/> <Alias String=";lblue" Value="<rgb=#66CCFF>"/> <Alias String=";lgreen" Value="<rgb=#99FF99>"/> <Alias String=";limegreen" Value="<rgb=#99FF99>"/> <Alias String=";pink" Value="<rgb=#FF99CC>"/> <Alias String=";purple" Value="<rgb=#800080>"/> <Alias String=";red" Value="<rgb=#FF0000>"/> <Alias String=";seagreen" Value="<rgb=#339999>"/> <Alias String=";sgreen" Value="<rgb=#339999>"/> <Alias String=";white" Value="<rgb=#FFFFFF>"/> <Alias String=";yellow" Value="<rgb=#FFFF00>"/> </Aliases>
Remember to save your layout afterwards! I had a guildy have an issue with their editor saving as an .XML automatically, so if you're having trouble that might be it.
Step 4:
In DDO, useand you'll get a bunch of notifications in general chat (about aliases being added, what layout you loaded, etc).Code:/ui layout load name
Step 5:
Try it out! To use an alias, you just type like:
and you'll get a result like:Code:/p ;red This is red chat that will show up in party chat!
Or drop ;gm in any chat to post my guild's raiding schedule in your guild chat:
-----
Originally you could do this directly from the client via the Alias command, but in U14 when it became possible to save UI layouts etc that command was removed.
Here's Cordovan's comment on the previously linked guide, which I'll take as an easy statement that this isn't "breaking the rules" or "hacking" or "against ToS" etc lol.
This thread from 2010 includes a lot of cool stuff, but it predates the U14 update and most of it is probably out-of-date. Very good for color references if nothing else
There's a lot more cool features, but I'm pretty much a novice at this so I'll leave that to more advanced people. Hope this brightens your day, if not your chat log
Edit: note that you can do stuff against the rules using colored text. Don't impersonate a GM/dev/world announcement/whatever for any reason, colored text or not.