You are here: Home » Communication » Chat Timestamps v1.3Chat Timestamps v1.3
Virus/spyware scanned on upload
WARNING: Not been updated since the last patch
Compatible with WotLK ()
Author: Skizo
Download size: 1.45 kB
Updated 09/09/2008 (518 days ago)
5,172 total downloads / downloads this week: 1,091 / downloads today: 106
Send PM to Skizo




Chat Timestamps v1.3

Virus/spyware scanned on upload
WARNING: Not been updated since the last patchCompatible with WotLK ()
Author: Skizo
Download size: 1.45 kB
Updated 09/09/2008 (518 days ago)
5,172 total downloads / downloads this week: 1,091 / downloads today: 106
Send PM to SkizoPlease log in to vote! Current rating: +6
This very tiny mod adds timestamp in [HH:MM:SS] format to every chat window there is. Works perfectly even with every Combat Log window.
You can customize the timestamp by using the command "/cts format <timeformat>", just like "/cts format -HH:MM-" for example.
Also you can vew the current settings using the command "/cts status".
FILES IN ZIP
ChatTimestamps.lua
ChatTimestamps.toc
INSTALLATION
Extract the ChatTimestamps package into the Interface directory inside your World of Warcraft install directory.
TROUBLESHOOTING
If the mod fails to load the most likely problem is a patch revision on the World of Warcraft client PC. This number needs to be correct in the ChatTimestamps.toc. Open ChatTimestamps.toc and change to the current version.
You can customize the timestamp by using the command "/cts format <timeformat>", just like "/cts format -HH:MM-" for example.
Also you can vew the current settings using the command "/cts status".
FILES IN ZIP
ChatTimestamps.lua
ChatTimestamps.toc
INSTALLATION
Extract the ChatTimestamps package into the Interface directory inside your World of Warcraft install directory.
TROUBLESHOOTING
If the mod fails to load the most likely problem is a patch revision on the World of Warcraft client PC. This number needs to be correct in the ChatTimestamps.toc. Open ChatTimestamps.toc and change to the current version.
Patch notes for Chat Timestamps v1.3
v1.3
- Added Ingame format setup command
- TOC Updated
v1.2
- TOC Updated
v1.1
- Fixed a bug discovered by McClane, appearing when message was empty
- Changed the way the timestamp is calculated
- TOC Updated
v1.3
- Added Ingame format setup command
- TOC Updated
v1.2
- TOC Updated
v1.1
- Fixed a bug discovered by McClane, appearing when message was empty
- Changed the way the timestamp is calculated
- TOC Updated
Comments
858 days ago
Great mod. :)
Any chance of adding an option to display in 12 hour clock with AM and PM ?
Yes Elanir, this mod is updated for 2.2 :)
[Edit]
Managed to turn it into AM and PM myself. Here is what I did to your mod just in case you want to add the idea: [Opened: ChatTimestamps.lau]
function ChatTimestamps_AddTimeStamp(msg)
if not (msg == nil) then
hour = tonumber(date("%H"))
minute = date("%M")
if (hour >= 12) then
if (hour > 12) then
hour = hour - 12;
end
if (hour >= 10) then
msg = hour..":"..minute.."pm "..msg;
else
msg = "0"..hour..":"..minute.."pm "..msg;
end
else
if (hour == 0) then
hour = 12;
end
if (hour >= 10) then
msg = hour..":"..minute.."am "..msg;
else
msg = "0"..hour..":"..minute.."am "..msg;
end
end
end
return msg;
end
865 days ago
Is this addon updated for wow 2.2??
Advertisement
Latest Updates
| Mod Name | Updated | |
| Sell-O-Matic (Inventory/Item) | 2 hours ago | ![]() |
| GTFO 2.0.2 (Combat Assist) | 9 hours ago | ![]() |
| Shinies! (Info Tracking) | 13 hours ago | ![]() |
| ArenaDB v1.5.6 (Info Tracking) | yesterday | ![]() |
| Titan Panel [Microbutt... (Titan Mods) | 3 days ago | ![]() |
| PassLoot r106 (Inventory/Item) | 3 days ago | ![]() |
| MacroBank r49 (Interface Additions) | 3 days ago | ![]() |
| Baud Bag (Inventory/Item) [NEW!] | 5 days ago | ![]() |
| DBCS_Model_Viewer (Interface Additions) | 5 days ago | ![]() |
| CorpseInfoRedux (Beta ... (Info Tracking) [NEW!] | 5 days ago | ![]() |
| Titan Panel [Recount] (Titan Mods) | 5 days ago | ![]() |
| Titan Panel [MinimapCo... (Titan Mods) | 5 days ago | ![]() |
| Titan Panel [Info] (Titan Mods) | 5 days ago | ![]() |
| Geesha's DropWorld (Info Tracking) | 6 days ago | ![]() |
| HealBot Continued (Interface Additions) | 7 days ago | ![]() |
| Mod Name | Updated | |
| Fishing Buddy EBA v0.9... (Collections/Packs) | 9 days ago | ![]() |
| MaelosUI v3 (Widescree... (Collections/Packs) | 56 days ago | ![]() |
| aXieUI - v3.3 (Collections/Packs) | 59 days ago | ![]() |
| DWM XUPanels - Pipes U... (Collections/Packs) | 84 days ago | ![]() |
| DWM WotLK UI (Collections/Packs) | 84 days ago | ![]() |
| DWM Turok2 UI (Collections/Packs) | 84 days ago | ![]() |
| DWM Pack- including Wo... (Collections/Packs) | 84 days ago | ![]() |
| DWM Blood Rayne UI (Collections/Packs) | 84 days ago | ![]() |
| DWM ACPanels - Pipes 2... (Collections/Packs) | 84 days ago | ![]() |
| LindoUI v3.0 (Collections/Packs) | 112 days ago | ![]() |
| Mike's Compilation Lit... (Collections/Packs) | 121 days ago | ![]() |
| Mike's Compilation v11... (Collections/Packs) | 121 days ago | ![]() |
| LaveUI 3.03 (Collections/Packs) | 131 days ago | ![]() |
| Vulcan UI (v6.2) (Collections/Packs) | 180 days ago | ![]() |
| Penguin Pak 3.2.0 Beta (Collections/Packs) | 181 days ago | ![]() |


