Download
(3Kb)
Download
Updated: 09-02-18 03:35 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:35 AM
Created:10-16-10 02:08 PM
Downloads:38,152
Favorites:104
MD5:

rChat  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Intro

rChat adjusts the appearance of the default chat frame.
Git
https://github.com/zorker/rothui/tre...r/wow8.0/rChat

Optional Files (0)


Post A Reply Comment Options
Unread 10-31-10, 11:44 AM  
Moosenose
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 0
Originally posted by zork
No clue what you do but if I change this in core.lua
Code:
cf:SetFont(NAMEPLATE_FONT, 10, "THINOUTLINE")
I get 10px fonts.
Yeapp. That is what i have tried to do to? But no luck.
Last edited by Moosenose : 10-31-10 at 11:44 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 05:51 AM  
Muscular Beaver
A Murloc Raider

Forum posts: 8
File comments: 68
Uploads: 0
Thought I finally found the perfect chat mod, but then I noticed that clickthrough doesnt work 100%. It sometimes doesnt show tooltips of objects or players behind the chat frame.
Last edited by Muscular Beaver : 11-01-10 at 05:51 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 08:53 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Try the chat tab options. There is an option with the title "make not interactive".
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 11-01-10 at 08:56 AM.
Report comment to moderator  
Reply With Quote
Unread 11-02-10, 05:30 AM  
Muscular Beaver
A Murloc Raider

Forum posts: 8
File comments: 68
Uploads: 0
The point is to keep em interactive. I want to be able to (shift-)click names, click links and items, etc.
Report comment to moderator  
Reply With Quote
Unread 11-02-10, 06:42 PM  
ockky
A Defias Bandit
 
ockky's Avatar

Forum posts: 2
File comments: 4
Uploads: 0
Any chance you might add timestamps to chat?
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 03:48 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That is part of your Interface Settings. Just activate it.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 11-05-10, 11:19 PM  
ockky
A Defias Bandit
 
ockky's Avatar

Forum posts: 2
File comments: 4
Uploads: 0
Originally posted by zork
That is part of your Interface Settings. Just activate it.
awesomeness! thx
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 02:25 AM  
C_S
A Kobold Labourer

Forum posts: 1
File comments: 17
Uploads: 0
slight glitch, also feature request

Hey Zork,

I ran into a slight bug. If you are whispering someone (I noticed it on a realid friend, not sure if it does it for normal whispers as well) and you right click their name in the chat window and click the option to put their chat into a separate tab... doing that causes that tab to lose all styling, buttons are back, and the tab actually moves to a different position. Also, I believe the stock UI removes those messages from your normal social window.. but they currently stay there.. with the current addon.

Feature Request: could you add, if it's not a lot of additional code.. /tt, or something equivalent, I think it's the only thing I'm missing from other chat addons. /tt (tell target), select a person, and type /tt and the message goes to them.. nice when people have silly characters, etc in their names.

thanks!
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 01:24 PM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Hey,

didnt find the file to remove the chat tab texture. Can anyone open my eyes?




Have a nice day

Slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 11-09-10, 05:57 AM  
Silverdragn
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Chat fading

Is there a way to disable chat fading? I saw someone asked this before in the comments but didn't see an answer to this. I could be blind though its 7am and been up all night.
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 06:49 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Chat fading

Open core.lua and find
Code:
      --cf:SetFading(false)
Make it
Code:
      cf:SetFading(false)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 01:56 PM  
Silverdragn
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Re: Re: Chat fading

Originally posted by zork
Open core.lua and find
Code:
      --cf:SetFading(false)
Make it
Code:
      cf:SetFading(false)
You are awesome. If there was some type of WoW addon award thingy you should win.
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 07:31 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Slaxi81
Hey,

didnt find the file to remove the chat tab texture. Can anyone open my eyes?




Have a nice day

Slaxi

What iam trying to say is:

I have this:



and i want this:




What have i to do?

Thanks

Slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 11-13-10, 07:46 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
The code you need is in the fading.lua
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 03:10 PM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0


Okay i havnt had a fading lua, because ive used a older version without it.
(Ich hab schon an mir gezweifelt, such und such und such den Code.... : )


Thank you, have a nice weekend!

Slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Post A Reply



Category Jump: