Download
(2Kb)
Download
Updated: 01-28-09 11:53 AM
Pictures
File Info
Updated:01-28-09 11:53 AM
Created:unknown
Downloads:11,195
Favorites:55
MD5:

idChat  Popular! (More than 5000 hits)

Version: r8
by: Industrial [More]

This addon modifies the chatframes.

Features

  • Timestamps on all messages, hh:mm format.
  • Text replacement; "[1. General]" becomes "1", "Raid" becomes "R".
  • The editbox is on top and doesnt have a background.
  • You no longer need to hold alt to move through the editbox.
  • Mousewheel scrolling. Hold shift to scroll to the top/bottom.
  • A slash command "/tt" to send a message to your target. Use "/tt <message>".
  • All chat buttons are hidden.
  • The chat channels say, emote, yell, party, guild, officer, raid, raid warning, battleground, whisper and all numbered channels are made sticky. The next time you open your editbox you will send a message to that channel by default.
  • Reformats normal messages, whispers and achievement notifications.

Revision: 8
Author: Industrial-18137
Date: 17:47:49, Wednesday, January 28, 2009
Message:
Fixed the achievements.
Reformatted whispers.
----
Modified : /trunk/Addon.lua

Revision: 7
Author: Industrial-18137
Date: 16:28:20, Wednesday, January 28, 2009
Message:
Updated copyrighting to 2009.
----
Modified : /trunk/Addon.lua

Revision: 6
Author: Industrial-18137
Date: 16:33:47, Tuesday, November 11, 2008
Message:
Update for wotlk:
- fixed the replaces.
- broke the achievements ...
----
Modified : /trunk/Addon.lua
Modified : /trunk/idChat.toc

Revision: 5
Author: Industrial-18137
Date: 15:40:24, Saturday, August 16, 2008
Message:
Added support for AddonLoader.
----
Modified : /trunk/idChat.toc

Revision: 2
Author: Industrial-18137
Date: 11:24:49, Saturday, August 02, 2008
Message:
Adding files from the current stable version.
----
Added : /trunk/Addon.lua
Added : /trunk/idChat.toc

Revision: 1
Author: wowinterface
Date: 11:14:42, Saturday, August 02, 2008
Message:
Creating inital directory structure
----
Added : /branches
Added : /tags
Added : /trunk
Optional Files (0)


Post A Reply Comment Options
Unread 08-12-07, 02:17 PM  
Industrial
A Fallenroot Satyr
 
Industrial's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 88
Uploads: 13
Re: copy?

Originally posted by Jaim Sandar
Nice setup.

The only thing missing that I can think of is copy and paste of chat lines.

bitbiter's EasyCopy:
http://wow.curse.com/downloads/details/4067/
please make requests on my google code.
Last edited by Industrial : 08-25-07 at 01:01 PM.
Report comment to moderator  
Reply With Quote
Unread 08-12-07, 12:29 PM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 357
Uploads: 1
copy?

Nice setup.

The only thing missing that I can think of is copy and paste of chat lines.

bitbiter's EasyCopy:
http://wow.curse.com/downloads/details/4067/
Report comment to moderator  
Reply With Quote
Unread 06-04-07, 03:06 PM  
Industrial
A Fallenroot Satyr
 
Industrial's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 88
Uploads: 13
Originally posted by winnk
24 hour chat timestamps ftl
http://www.thinkage.ca/english/gcos/...ib/strfti.html
Report comment to moderator  
Reply With Quote
Unread 06-03-07, 11:55 AM  
winnk
A Murloc Raider

Forum posts: 5
File comments: 3
Uploads: 0
24 hour chat timestamps ftl
Last edited by winnk : 06-03-07 at 01:12 PM.
Report comment to moderator  
Reply With Quote
Unread 05-27-07, 12:51 PM  
Industrial
A Fallenroot Satyr
 
Industrial's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 88
Uploads: 13
Originally posted by lanacan
I love the white!! don't change it

I need to figure out how to just have time stamps on chat 1 only and to justify the combat log to the left.


My favorite thing about Industrial's addons are they are very easy to go into and tweek to further customize them!!

Thanks Id!
in local function AddMessage()

text = '|cffffffff' .. date('%H%M') .. '|r ' .. text

that line adds the timestamp, the |cffffffff and |r make it white. The last 6 f's are the hexadecimal color code so you can change that to your liking.

If you only want it on the first chat frame you can do something like

if frame==ChatFrame1 then
text = '|cffffffff' .. date('%H%M') .. '|r ' .. text
end

cheers
Report comment to moderator  
Reply With Quote
Unread 05-25-07, 11:45 AM  
lanacan
A Warpwood Thunder Caller
 
lanacan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 94
File comments: 177
Uploads: 13
Originally posted by FlareCDE
Nice. I like it. Adding this to my list of mods to toss into my next interface!

Only things I'd change (and on my personal version) is to disable sticky and re-enable text fade. Oh, and change the timestamp color, white is entirely too harsh!
I love the white!! don't change it

I need to figure out how to just have time stamps on chat 1 only and to justify the combat log to the left.


My favorite thing about Industrial's addons are they are very easy to go into and tweek to further customize them!!

Thanks Id!
Report comment to moderator  
Reply With Quote
Unread 05-16-07, 12:02 AM  
ploof
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 23
Uploads: 1
excellent!
Report comment to moderator  
Reply With Quote
Unread 05-11-07, 08:41 AM  
FlareCDE
A Deviate Faerie Dragon
 
FlareCDE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 8
Uploads: 1
Nice. I like it. Adding this to my list of mods to toss into my next interface!

Only things I'd change (and on my personal version) is to disable sticky and re-enable text fade. Oh, and change the timestamp color, white is entirely too harsh!
__________________
Reality is nothing... perception is everything.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.