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,231
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 11-21-13, 02:15 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Tab Flash is added.
__________________
| 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-14-13, 12:46 PM  
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 111
File comments: 74
Uploads: 3
Hello again Zork,

Was just wondering, how would i go about making a tab flash when i receive a message. I have a dedicated whisper tab, i would like to have the tab flash so i know that i received a whisper.
Report comment to moderator  
Reply With Quote
Unread 10-19-13, 09:04 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Messages

@vexohmistdo
You can still do that. Use ALT+Arrow Up.

The problem is described here:
http://us.battle.net/wow/en/forum/topic/9882709508

Patch 5.4 crashed the editbox:SetAltArrowKeyMode(false) function call that I'm using. For the time being use ALT+Up Arrow.
__________________
| 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-19-13 at 09:04 AM.
Report comment to moderator  
Reply With Quote
Unread 10-19-13, 03:37 AM  
vexohmistdol
A Kobold Labourer
 
vexohmistdol's Avatar

Forum posts: 0
File comments: 19
Uploads: 0
Messages

Good Morning Zork!

Is there anyway I can add the "arrow up" function to display previous messages. As far as I remember that function was enables in previous rChat ?

Kindly Regards
Vexo
Report comment to moderator  
Reply With Quote
Unread 06-21-13, 03:40 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Greensleeper
Originally Posted by zork
Set the alpha to 0 in the config. That should do it.
sorry to necro this part, but is there a way to make the tabs only visible on mouseover?
Nope, not without writing an OnEnter/OnLeave handler.
__________________
| 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 06-21-13, 09:28 AM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Originally Posted by zork
Set the alpha to 0 in the config. That should do it.
sorry to necro this part, but is there a way to make the tabs only visible on mouseover?
Report comment to moderator  
Reply With Quote
Unread 04-07-13, 03:11 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Fissionite
This is going to be a really stupid question, but how do I configure it? I have it installed, but have no clue how to move the chat around(Which is the reason i downloaded) or how to configure at all
Right click chat tab. Unlock.
__________________
| 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 04-07-13, 02:20 PM  
Fissionite
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This is going to be a really stupid question, but how do I configure it? I have it installed, but have no clue how to move the chat around(Which is the reason i downloaded) or how to configure at all
Report comment to moderator  
Reply With Quote
Unread 03-06-13, 02:38 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Open channelreplacement.lua and remove
Lua Code:
  1. local gsub = _G.string.gsub
  2.      
  3.   for i = 1, NUM_CHAT_WINDOWS do
  4.     if ( i ~= 2 ) then
  5.       local f = _G["ChatFrame"..i]
  6.       local am = f.AddMessage
  7.       f.AddMessage = function(frame, text, ...)
  8.         return am(frame, text:gsub('|h%[(%d+)%. .-%]|h', '|h%1|h'), ...)
  9.       end
  10.     end
  11.   end
__________________
| 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 03-06-13, 02:17 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
I like the minimal addon, however, there is something Id like to change and was wondering if you could tell me where to change it.

If your say in trade chat, it lists it like so:

2 [Name] blah blah

Id like it to be

[2. Trade][Name] blah blah

Anyway of changing that?
Report comment to moderator  
Reply With Quote
Unread 01-22-13, 10:04 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Editbox

Class colors are enabled via chat options. (Right click chat tab)

The editbox position is hardcoded. To change it edit this line in rChat/core/core.lua: http://code.google.com/p/rothui/sour...re/core.lua#92

Try sth like:
Lua Code:
  1. eb:SetPoint("TOP",self,"BOTTOM",0,-22)
Play around with -22 until you are happy.

To test it:
1) Make a change
2) Save the file
3) Do a /reload in the game
__________________
| 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 : 01-22-13 at 10:05 AM.
Report comment to moderator  
Reply With Quote
Unread 01-22-13, 08:04 AM  
Arcticsoul
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Post Editbox

Little question here, how can I place Editbox from to to the Bottom, havent found the solution yet, and is there any way to enable class colors?
Report comment to moderator  
Reply With Quote
Unread 12-06-12, 04:15 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Thanks. Will do.
__________________
| 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 12-06-12, 03:01 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Hey Zork

You might wanna replace

Code:
  CHAT_BATTLEGROUND_GET = "|Hchannel:BATTLEGROUND|hB|h %s "
  CHAT_BATTLEGROUND_LEADER_GET = "|Hchannel:BATTLEGROUND|hBL|h %s "
with

Code:
CHAT_INSTANCE_CHAT_GET = "|Hchannel:Battleground|hI.|h %s: "
CHAT_INSTANCE_CHAT_LEADER_GET = "|Hchannel:Battleground|hIL.|h %s: "
Or something like that
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 09:00 AM  
Bizerk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 81
Uploads: 1
As I said the blizzard default timestamps only work for chat messages, not for system messages like addons/leaving or entering channels/accepting quests/player logins/loot/exp etc. Is there a way to enable timestamps that can do that?

For my url copy question I was wondering if it's possible to make clicking a link open the editbox automatically, instead of having to open the editbox first and then click.

Another issue I'm having is that class colors don't work since 5.1 and the chat setting boxes for class colors are grayed out.
Last edited by Bizerk : 11-29-12 at 09:05 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: