| Tested: | Hour of Twilight 4.3 |
| Updated: | 11-30-11 11:41 AM |
| Created: | 10-16-10 02:08 PM |
| Downloads: | 9,972 |
| Favorites: | 74 |
| MD5: |

A simple chatmod.Features
- editbox to the topSVN
- URL copy
- ALT-invite for players
- SHIFT-mousewheel scrolling for scrolling chat up and down at once
- chatframe colorfading disabled (color stays at the one you selected for the chat)
- alpha for not selected chat tabs can be changed from 0-1
- chat tab graphics can be switched on/off
- makes chatframe movable anywhere (edges of screen)
- adds outline to chatfont
- removes buttons
- channel name replacements
- removes black bar on combat log
Hint: Double clicking the header of an pulled out chat window will minimize it. Another double click will resize it.
http://code.google.com/p/rothui/sour...nk#trunk/rChat
File Name |
Version |
Size |
Author |
Date |
4.009 |
4kB |
zork |
06-29-11 04:24 PM |
|
4.008 |
4kB |
zork |
04-29-11 10:14 AM |
|
4.007 |
4kB |
zork |
11-29-10 07:57 AM |
|
4.006 |
4kB |
zork |
10-19-10 12:34 PM |
|
4.005 |
3kB |
zork |
10-18-10 01:45 PM |
|
4.004 |
2kB |
zork |
10-17-10 02:23 PM |
|
4.003 |
2kB |
zork |
10-17-10 08:32 AM |
|
4.002 |
2kB |
zork |
10-16-10 07:42 PM |
|
4.001 |
2kB |
zork |
10-16-10 02:08 PM |
![]() |
Comment Options |
|
|
||
|
There seems to be a bug with "active" editboxes. Only happens when you have multiple chat windows. I copy the URL to the last active editbox. Each chat window has its own editbox. But the correct one will not show up until you used the editbox of the corresponding window...if that makes sense.
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
|
||
|
|
|
|
||
|
Re: Edit Box
For the fading issue check the fading.lua and comment out
lua Code:
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
Last edited by zork : 08-26-11 at 01:35 AM.
|
||
|
|
|
|
||
|
Yeah but that is advanced only.
Edit the fading.lua. Set hide_chattab_backgrounds to false and enable the default chat tab flashing by commenting out the specific lines.
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 94
Uploads: 0
|
Hey, one quick question. Is there a way to get a tab to blink if you get a whisper? I have a tab set up just for whispers in game, and I was wondering if this was possible.
|
|
|
|
|
||
|
No actually I dont.
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
|
||
|
|
|
|
|
|
HIyas, want to say I love all your addons, your UI is what inspired me to start making my own.
I'm using rchat, and I've figured out how to fade the tabs and tab font to 0, but when I do, a button pops up, named GeneralDockManagerOverflowButton. Was wondering if you had a way to manipulate that, just to move it up, and to the right a few pixels. My thanks, in advance, for any and all help. Keep up the GREAT work! |
|
|
|
|
|
|
|
Thsi will do exactly what you're looking for, I think.
http://www.wowinterface.com/download...48-AI-Art.html
__________________
Last edited by Kendian : 05-09-11 at 08:10 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 31
Uploads: 0
|
Hi Zork, i know this is really off topic but i really like your addons and compilations you have. I was just curious as to if you knew any addon that would change colors to black or know how to write a LUA code to do something similar to it? I'll show you a picture of my UI here so it's a little more clear of what im saying: http://imageshack.us/f/850/blacksc.jpg/
That's my current UI, as you can see im using rChat and rBuffstylers. But nothing else looks right on my UI lol. If you have any idea what im talking about or any addons that would work for me please let me know asap. Thanks in advanced! -Gkz |
|
|
|
|
||
|
Sidenote. The code from saibot is pretty decent.
Code:
for i = 1, 23 do CHAT_FONT_HEIGHTS[i] = i+7 end
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
|
||
|
|
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 19
File comments: 15
Uploads: 0
|
7, 51-63, 68, 74 then change the values of the following lines from 1 to 0 17, 19, 21 You can then just fiddle with the values of CHAT_TAB_HIDE_DELAY and CHAT_TAB_SHOW_DELAY to how fast / slow you want the tab headers to appear and disappear (values are in seconds). That should do it, I think.
Last edited by Kayja : 03-02-11 at 07:16 AM.
|
|
|
|
|
|
||
|
Errr...well you could set the alpha of not active chat tabs to 0. But I do not recommend this.
__________________
| Simple is beautiful. | Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de
|
||
|
|
![]() |