Description
This very tiny mod adds a customizable timestamp (defaulted to [HH:MM:SS] format) to every chat window there is.
Unlike some other addons for timestamps (just like Prat plugin for instance), this works perfectly with every Combat Log window aswell.
Commands
/cts format <timeformat> - sets timestamp format
/cts status - displays settings
Format Examples
Assuming time is 14:50:21
%H:%M:%S - Prints out "14:50:21"
%I:%M:%S %p - Prints out "02:50:21 pm"
More infos about time formats can be found here.
Note: since version 1.5 two custom formats have been added. #H and #I, which respectively replace %H and %I, now will print hours without the trailing zeroes (thus "01", "02", "03" will become "1", "2", "3" and so on).
Color Codes
As of patch 1.4 you can now use color codes too. The format is the following:
|cAARRGGBB-text here-|r
AA = Alpha, RR = Red, GG = Green, BB = Blue
So, for example, if you want a standard 24h red timestamp, you would use |cFFFF0000[%H:%M:%s]|r as your format.
Facts
- Date created
- 09 Sep 2008
- Category
- Last update
- 15 Oct 2008
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- Chat Timestamps
- Recent files
- R: ChatTimestamps 1.6 for 3.0.2 on 15 Oct 2008
- R: ChatTimestamps 1.5 for 2.4.3 on 14 Sep 2008
- R: ChatTimestamps 1.4 for 2.4.3 on 09 Sep 2008
- R: ChatTimestamps 1.3 for 2.4.3 on 09 Sep 2008