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,127
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 03-18-20, 04:04 PM  
Biowoolf
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 6
Hey. Help move the buttons inside the chat window! And how to make the background of the input line dark? I want to redo the addon a bit. Thank you!
https://imgur.com/1YV9TZO
Report comment to moderator  
Reply With Quote
Unread 09-18-19, 08:42 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That action is bound to ALT+UPARROW (Blizzard default). It cannot be changed anymore as of 5.4.
ALT+UPARROW works fine though.
__________________
| 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 : 09-18-19 at 08:43 AM.
Report comment to moderator  
Reply With Quote
Unread 09-18-19, 02:32 AM  
Felplacerad
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
I know this is the live version but would it be possible for the classic version to have a function to press a key(up_arrow or any other key combination) to get your last message back in the editbox? This is the only function i miss and would love to ditch prat but i love that function to much.
Report comment to moderator  
Reply With Quote
Unread 08-21-18, 10:43 PM  
LVNDSCAPE
A Murloc Raider

Forum posts: 4
File comments: 45
Uploads: 0
Thank You.
I totally missed it cause I was thinking i need to edit lua files all the time.
Report comment to moderator  
Reply With Quote
Unread 08-21-18, 02:40 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Adding a background to the chat frame

@LVNDSCAPE
__________________
| 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 : 08-21-18 at 02:40 PM.
Report comment to moderator  
Reply With Quote
Unread 08-21-18, 11:54 AM  
LVNDSCAPE
A Murloc Raider

Forum posts: 4
File comments: 45
Uploads: 0
Adding a background to the chat frame

Hello,is there a way I can add a dark blue background to the chat frame?
Report comment to moderator  
Reply With Quote
Unread 04-16-18, 04:09 AM  
KonigTX
A Fallenroot Satyr

Forum posts: 23
File comments: 6
Uploads: 0
How would I be able to get the edit box on the bottom of the frame? I prefer it there.
Report comment to moderator  
Reply With Quote
Unread 04-25-17, 06:41 AM  
Quickly
A Murloc Raider

Forum posts: 9
File comments: 1
Uploads: 0
Are there any ingame commands for this wonderful add on? I want to change it so the text fades out after x amount of time like the blizzard chat does. How to do this?
Report comment to moderator  
Reply With Quote
Unread 04-15-17, 07:16 AM  
Ansi
An Aku'mai Servant
 
Ansi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 101
Uploads: 4
Originally Posted by zork
Ansi...for real?!
Originally Posted by zork
STANDARD_TEXT_FONT is a LUA variable.
You have a string. You forgot the quotes.

Lua Code:
  1. cfg.editbox = {}
Lua Code:
  1. [color=#e5e5e5][color=#e5e5e5]cfg.editbox.font = {"Fonts\\ARIALN.TTF", 14, "OUTLINE"}[/color][/color]
  2. [color=#e5e5e5][color=#e5e5e5]cfg.chat = {}[/color][/color]
  3. [color=#e5e5e5][color=#e5e5e5]cfg.chat.font = {"Fonts\\ARIALN.TTF", 12, "OUTLINE"}[/color][/color]
... FML

__________________
twitter.com/ansirox
Report comment to moderator  
Reply With Quote
Unread 04-11-17, 07:42 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Ansi...for real?!
STANDARD_TEXT_FONT is a LUA variable.
You have a string. You forgot the quotes.

Lua Code:
  1. cfg.editbox = {}
  2. cfg.editbox.font = {"Fonts\\ARIALN.TTF", 14, "OUTLINE"}
  3. cfg.chat = {}
  4. cfg.chat.font = {"Fonts\\ARIALN.TTF", 12, "OUTLINE"}
__________________
| 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 : 04-11-17 at 07:42 AM.
Report comment to moderator  
Reply With Quote
Unread 01-30-17, 01:57 PM  
Ansi
An Aku'mai Servant
 
Ansi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 101
Uploads: 4
I can't figure it out... This isn't working :-(


Lua Code:
  1. cfg.editbox = {}
  2. cfg.editbox.font = {Fonts\\ARIALN.TTF, 14, "OUTLINE"}
  3. cfg.chat = {}
  4. cfg.chat.font = {Fonts\\ARIALN.TTF, 12, "OUTLINE"}
__________________
twitter.com/ansirox
Report comment to moderator  
Reply With Quote
Unread 10-28-16, 07:27 AM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Excellent, thank you zork, appreciate it.
Last edited by Vranx : 10-28-16 at 07:28 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-16, 11:09 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Sure I can upload a version that allows to set the font for the chat aswell. Give me a second.

*edit* Done. Download the new version. Open the core.lua and change your font settings to sth you like.
Lua Code:
  1. cfg.editbox = {}
  2. cfg.editbox.font = {STANDARD_TEXT_FONT, 14, "OUTLINE"}
  3. cfg.chat = {}
  4. cfg.chat.font = {STANDARD_TEXT_FONT, 12,  "OUTLINE"}

http://wowprogramming.com/docs/widge...stance/SetFont
__________________
| 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 : 10-27-16 at 11:31 PM.
Report comment to moderator  
Reply With Quote
Unread 10-27-16, 07:53 PM  
JesseAyanami
A Kobold Labourer
 
JesseAyanami's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
hi, i updated the latest patch,but the chat title is still the BLZ style, i like the last version style,it feel smooth and comfortable,can you fix it?
Report comment to moderator  
Reply With Quote
Unread 10-27-16, 06:39 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Is there still a way to configure rChat to have an outline and channel names like in the screenshot?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: