Download
(2Kb)
Download
Updated: 01-28-09 11:53 AM
Pictures
File Info
Updated:01-28-09 11:53 AM
Created:unknown
Downloads:11,184
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 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
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-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-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 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 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 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 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 12-22-07, 05:52 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
Can't get to google site.

Your client does not have permission to get URL /p/wow-industrial/issues/list from this server.

&

Your client does not have permission to get URL /p/wow-industrial/wiki/idChat from this server.
Report comment to moderator  
Reply With Quote
Unread 12-22-07, 09:48 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 SaberHawke
Can't get to google site.

Your client does not have permission to get URL /p/wow-industrial/issues/list from this server.

&

Your client does not have permission to get URL /p/wow-industrial/wiki/idChat from this server.
back to here with the requests! :X
Report comment to moderator  
Reply With Quote
Unread 12-23-07, 04:24 AM  
Andalia
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
Get back to googlecode!
It's a lot easier to do some customization on your addons and still keep up with your changes via svn diff.
I hate it to update from wowinterface and search for your changes.

At least some statement about why you moved would be nice.
__________________
Last edited by Andalia : 12-23-07 at 10:16 AM.
Report comment to moderator  
Reply With Quote
Unread 12-29-07, 01:03 PM  
Strongbow
A Deviate Faerie Dragon
 
Strongbow's Avatar

Forum posts: 12
File comments: 95
Uploads: 0
Hi!

I was wondering how the easiest way is to change the colour of the chat text in Officer to another colour so its easier to see rather than the slightly darker shade of green as normal is the way for it to be displayed ?

-Strongbow-
Report comment to moderator  
Reply With Quote
Unread 12-30-07, 04:15 PM  
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 146
Uploads: 6
Feature Requests:

1. URL-Copy
2. Player Name options like Prat has.
3. Allow to change the timestamp format and add a seperator.
4. make it possible to wrap channel names into parenthesis or brackets.
Last edited by Stanzilla : 01-03-08 at 08:02 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-08, 07:33 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by Strongbow
Hi!

I was wondering how the easiest way is to change the colour of the chat text in Officer to another colour so its easier to see rather than the slightly darker shade of green as normal is the way for it to be displayed ?

-Strongbow-
Right click on your chat tab go under channels, the officer and click to change the colour.(It's built into wow.

3. Allow to change the timestamp format and add a seperator.
Change line 68

4. make it possible to wrap channel names into parenthesis or brackets.
change line 55 to 67.
Report comment to moderator  
Reply With Quote
Unread 01-05-08, 09:20 PM  
Strongbow
A Deviate Faerie Dragon
 
Strongbow's Avatar

Forum posts: 12
File comments: 95
Uploads: 0
4. make it possible to wrap channel names into parenthesis or brackets.

change line 55 to 67.

How do you mean, like make line 55 to look like line 67 or how ?

As you can see im no Lua expert so i need some guidance here pls

Thx for you help

Hmm my editbox is not transpant, still have the background, all are "out of the box" had Prat before and cleaned all my saved variables from it too.

i would like to get my editbox moved up some too and i guess i have to change the lines 134 and 135 to do that ? Edit, fixed

And while im on it i might ask for a thing i liked with Prat and that was that i could bind the channel to a key and just open that channel with a keystroke but this seems not to be built in in idchat, is there a way to do that anyhow or can i look for it in Prat.lua and maybe copy/paste it to idchat so i can have it or do i just have to learn to use my / command ?
Edit, fixed that using the Mod "ChatKeys"

Im also trying out RS_ClassColors to see if i get the names in colour.

-Strongbow-
Last edited by Strongbow : 01-06-08 at 09:39 AM.
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.