Download
(3Kb)
Download
Updated: 10-07-10 04:54 AM
Pictures
File Info
Updated:10-07-10 04:54 AM
Created:07-24-10 03:57 AM
Downloads:2,067
Favorites:8
MD5:

AI-Chat

Version: 4.0
by: Quokka [More]

A basic lightweight chat mod.

Features:

ACI - Alt Click Invite
Arrowkeys - No you don't press alt
Buttons - They are hidden
Channel Names - Not that long anymore
Chat Fading - Read it once, that's enough
Configuration - Lua, somewhere in there
Hidden Tabs - shows on mouse over
Mouse Scroll - It works
No Background - The way I like it
Re-skin Text Box - No fluff here
Sticky Channels - some are less Sticky
Text is Outlined - Don't want to go blind
URL Copy - Credit goes to Funkydude use it as a base.

Special Thanks:
Funkydude - Basic Chat Mod
Turkoid (MyChat) & Blooblahguy (bChat) - for writing there chat mods that helped me understand how this works

4.0
- Compatible with 4.0
- Now all channels are shorter
- Alt Click Invite added
- Url copy no longer a module (the has been implemented)
- Changed the Tab system a bit

0.9 - Public release
Post A Reply Comment Options
Unread 07-24-10, 10:19 PM  
akumi
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
addons to the addon

I love the look and simplicity of this mod.

However, I noticed if I run it in conjunction with say Cellular or Wim, when I hit the R key to reply nothing happens.

I love this mod but I use cellular and really don't like having to manually type out the response target or click the window to do so.

Is there any way to fix this??
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 01:17 AM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
Re: addons to the addon

Originally posted by akumi
I love the look and simplicity of this mod.

However, I noticed if I run it in conjunction with say Cellular or Wim, when I hit the R key to reply nothing happens.

I love this mod but I use cellular and really don't like having to manually type out the response target or click the window to do so.

Is there any way to fix this??
I'll see if there is anything that I can do.
Becaue as far as I know, hitting 'r' just works here.

But I'll lookin to the problem. And might geht the tabs sorted out at the same time
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 06:27 PM  
PooPanda
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Heya,
Love this addon, simple and light
I am however having a problem with the chat font size
- pretty newb wit lua, but when i change the Font size it only effects the editbox and nothing else.
Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 07-28-10, 12:02 PM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
Originally posted by PooPanda
Heya,
Love this addon, simple and light
I am however having a problem with the chat font size
- pretty newb wit lua, but when i change the Font size it only effects the editbox and nothing else.
Thanks in advance
To change the chat font size, you can do this ingame, like with the default blizzard char.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 03:51 PM  
Loktarx
A Kobold Labourer
 
Loktarx's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
Hey, is there a way to change the font? It's kinda... um not to my taste, specially the outline. Other than that, great stuff.
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 12:30 AM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
Originally posted by Loktarx
Hey, is there a way to change the font? It's kinda... um not to my taste, specially the outline. Other than that, great stuff.
sure in AI-Chat.lua

line 1 :
Code:
local Font = "Interface\\AddOns\\AI-Chat\\Fonts\\hootrg__.ttf"
That is you font, it's changes the font for the whole chat

Removing the outline is easy

Line 22:
Code:
editbox:SetFont(Font, FSize, "THINOUTLINE")
Line 25:
Code:
_G["ChatFrame"..i]:SetFont(Font, FSize, "THINOUTLINE")
Change to

Line 22:
Code:
editbox:SetFont(Font, FSize)
Line 25:
Code:
_G["ChatFrame"..i]:SetFont(Font, FSize)
that should work
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 11:56 AM  
Loktarx
A Kobold Labourer
 
Loktarx's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
Thank you for your quick reply and very nicely set-up instructions! My eyes don't hurt anymore when I see the chat. Keep up the great work!
Report comment to moderator  
Reply With Quote
Unread 08-03-10, 06:07 AM  
AntonovV
A Kobold Labourer
 
AntonovV's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
name of channels

Hi, How can i change name of trade, general, .., channels?
Report comment to moderator  
Reply With Quote
Unread 08-05-10, 01:42 AM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
Re: name of channels

Originally posted by AntonovV
Hi, How can i change name of trade, general, .., channels?
You mean shorten them? I'll soon add an option to change this easy
Report comment to moderator  
Reply With Quote
Unread 10-07-10, 07:25 PM  
akumi
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Unhappy Confused

Love this addon and love the update.

I use cellular and for some reason when I hit 'r' to apply when using AI-chat It wont open up the chat box to let me type like other mods.

Is that a problem on cellular's end or this one >< Sorry to ask but you seem to know alot more about the coding.

I just want to use the two together and have r let me respond in the cellular window.
Report comment to moderator  
Reply With Quote
Unread 10-08-10, 12:24 AM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
Re: Confused

Originally posted by akumi
Love this addon and love the update.

I use cellular and for some reason when I hit 'r' to apply when using AI-chat It wont open up the chat box to let me type like other mods.

Is that a problem on cellular's end or this one >< Sorry to ask but you seem to know alot more about the coding.

I just want to use the two together and have r let me respond in the cellular window.
Give me some time and I will look into this. Right now I'm busy to get some thing done for the upcomming patch.

But I'll take a look once this is done
Last edited by Quokka : 10-08-10 at 12:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-08-10, 07:53 AM  
akumi
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Re: Re: Confused

Originally posted by Quokka
Give me some time and I will look into this. Right now I'm busy to get some thing done for the upcomming patch.

But I'll take a look once this is done
Aww thank you.


Take your time I know your busy with so many things ><
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 12:17 PM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
A few requests: Disable fade-out and scrolling to the bottom by shift/mousewheeling down.
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.