Download
(3Kb)
Download
Updated: 02-26-10 06:35 AM
Updated:02-26-10 06:35 AM
Created:12-24-09 11:22 AM
Downloads:4,609
Favorites:27
MD5:

ncChat

Version: 1.3
by: nightcracker [More]

ncChat is a chat addon extracted from ncUI on request by Skylinee. It's a modified idChat, so heavy credits to industrial for his awesome addon. Modified for my own needs.

Features:
- Channel name replacement: "[1. General]" becomes "1", "Raid" becomes "R". +
- You no longer need to hold alt to move through the editbox. Use the arrows to move trough the chatbox, up and down to move trough the chat history.
- 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.
- Role icons are added for LFD groups.
- 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.
- Adds the "/copy #" slash command which allows you to copy the contents of chatframe #. If # is left empty it will take chat frame 1.
Every feature with a + means you can configure in the ncChat.lua file.

Upcoming features:
- None
Suggest features!

Usage:
Install and go, use /tt <message> to send a whisper to your target.

1.3
--
Added role icons.

1.2
--
/tt revamp and /copy added

1.1
--
/tt fix

1.0
--
Initial upload
Optional Files (0)


Post A Reply Comment Options
Unread 06-29-10, 03:45 AM  
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar

Forum posts: 354
File comments: 46
Uploads: 0
update for 3.3.5?
Report comment to moderator  
Reply With Quote
Unread 06-22-10, 11:05 AM  
sBaildon
A Kobold Labourer
 
sBaildon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 31
Uploads: 1
Just wondering if I could change reputation text to something different.

The default reads
Reputation with faction increased by amount
I would like it to read
faction +amount rep
Also something similar with experience/weapon skill would be great too.

Thanks
Report comment to moderator  
Reply With Quote
Unread 05-12-10, 07:44 PM  
aapoo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 32
Uploads: 3
I wonder how I change the backgroundtexture to be just plain (a single colour) and change the bordertexture. I've tried editing the line below

Code:
ChatFrameEditBox:SetBackdrop({ 
	bgFile = BLANK_TEXTURE, 
	edgeFile = BLANK_TEXTURE, 
	tile = false, tileSize = 0, edgeSize = 1, 
	insets = { left = 0, right = 0, top = 0, bottom = 0 }
})

ChatFrameEditBox:SetBackdropColor("0.1 0.1 0.1")
ChatFrameEditBox:SetBackdropBorderColor("0.01 0.01 0.01")
But the textures just get blank (blank_texture points at a blank texture that I've put a global configuration file).

Some help would be appreciated!
Last edited by aapoo : 05-13-10 at 07:17 PM.
Report comment to moderator  
Reply With Quote
Unread 04-02-10, 11:33 AM  
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar

Forum posts: 354
File comments: 46
Uploads: 0
you should make it so we can move the input box, very helpful.
Report comment to moderator  
Reply With Quote
Unread 03-14-10, 11:23 PM  
Namkung
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 92
Uploads: 1
this is an awesome lightweight chatmod but when i install this, my editbox appears at the bottom of the chatbox not at the top.
i know someone has wrote a code to fix this issue but it hasn't done much for me. was wondering more specifically where to put it in .lua and etc to show the editbox at the top
thanks!
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 09:09 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Ferous
I knew you were interested Nightcracker :P This chat mod now separates itself from all other chat mods because of this feature :P
Meh, only 7 lines of code... With 3 lines of icon paths.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 08:17 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by nightcracker
Not going to implement that.
I knew you were interested Nightcracker :P This chat mod now separates itself from all other chat mods because of this feature :P
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 08:08 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by shinchih2001
i use latest ncChat,chateditbox not move top of chatframe
Easily done, just add this code and it's on top:

Code:
ChatFrameEditBox:ClearAllPoints()
ChatFrameEditBox:SetPoint("BOTTOMLEFT", ChatFrame1, "TOPLEFT", -5, 0)
ChatFrameEditBox:SetPoint("BOTTOMRIGHT", ChatFrame1, "TOPRIGHT",  5, 0)
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 07:29 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by kappe
lovely. the only thing i really miss is sound notifications. guildchat, party, raid.
Not going to implement that.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 07:15 AM  
kappe
A Deviate Faerie Dragon

Forum posts: 14
File comments: 123
Uploads: 0
lovely. the only thing i really miss is sound notifications. guildchat, party, raid.
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 06:35 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: Re: Dungeon Guide

Originally posted by Ferous
I seen this idea and thought it be awesome feature to add if you're interested:

Add role icons in the chat i.e. Quote from UI forums:



Another quote:
Done.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-26-10, 02:20 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Re: Dungeon Guide

I seen this idea and thought it be awesome feature to add if you're interested:

Add role icons in the chat i.e. Quote from UI forums:

Does anyone know of a mod that will allow you to add symbols next to a party or raid member's name, so that you can easily identify someone's role in a group when they say something in chat?

Examples:

#1 - When the tank says something in chat, I'd like there to be a little shield next to their name.

#2 - When the healer says something in chat, I'd like there to be a little cross next to their name.

#3 - When a damage dealer says something in chat, I'd like there to be a little sword next to their name.

Anyone know of a mod that can accomplish this or at least something similar or close?

Thank you!
Another quote:

local tankIcon = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES.blp:16:16:0:0:64:64:0:19:22:41|t";

local healerIcon = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES.blp:16:16:0:0:64:64:20:39:1:20|t";

local damageIcon = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES.blp:16:16:0:0:64:64:20:39:22:41|t";
Report comment to moderator  
Reply With Quote
Unread 02-04-10, 01:36 PM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 164
Uploads: 0
Dungeon Guide

Can you please add "Dungeon Guide > DG" to shorten it a ton, thank you.
Report comment to moderator  
Reply With Quote
Unread 01-27-10, 04:23 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by shinchih2001
i use latest ncChat,chateditbox not move top of chatframe
Correct, I decided that this addon should no longer modify the looks of the chatframe, just it's functionality. Also this was deleted from the description with the last update.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-27-10, 12:49 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
i use latest ncChat,chateditbox not move top of chatframe
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: