Download
(163Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 12-28-22 04:51 PM
Pictures
File Info
Compatibility:
Dragonflight (10.0.2)
WOTLK (3.4.0)
Classic (1.14.3)
Updated:12-28-22 04:51 PM
Created:02-08-12 02:04 AM
Downloads:6,921
Favorites:23
MD5:
Categories:Chat Mods, Group, Guild & Friends

ScrollingChatText  Popular! (More than 5000 hits)

Version: v2.0.5
by: Ketho [More]

Shows chat messages through Combat Text

Features

Slash Commands
/scr, /scrollingchat


ScrollingChatText
v2.0.5 (2022-12-28)
Full Changelog Previous Releases
  • Fixed SHOW_COMBAT_TEXT uvar
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Author
Date
v2.0.4
163kB
Ketho
11-29-22 12:22 AM
v2.0.3
178kB
Ketho
11-29-22 12:15 AM
v2.0.0
163kB
Ketho
05-10-21 08:36 AM


Post A Reply Comment Options
Unread 09-19-12, 05:32 PM  
Rosoaa
A Flamescale Wyrmkin
 
Rosoaa's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 107
File comments: 178
Uploads: 1
Any chance I can set the output to whisper? I'm having a lot of fun with this addon relaying trade to guild chat.
__________________
Rosoaa's UI
Report comment to moderator  
Reply With Quote
Unread 09-19-12, 07:54 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Rosoaa
Any chance I can set the output to whisper? I'm having a lot of fun with this addon relaying trade to guild chat.
Sorry Rosoaa, I don't think there currently is an output for whispering

The processed text is passed to LibSink (which also controls all the outputs) and I don't have any control over that
One of the cleaner solutions could be to make a feature request ticket for it, or rather provide a patch with your code (note: the author is lazy)

The other solutions are kind of ugly .. plus relaying chat isn't "officially" supported but kind of facilitated
I personally really liked the chat relaying functionality, but sometimes messages went MIA or got severely butchered, so it's kind of unofficially supported .. (I tried to at least prevent infinite/spam loops where it relayed your own chat over and over) ><
A workaround could be to output to and use custom channels though*
Last edited by Ketho : 09-19-12 at 08:24 PM.
Report comment to moderator  
Reply With Quote
Unread 11-28-12, 03:52 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Get this error with 5.1
And the Addon does not work at all anymore.
Not responding to slash commands and DataBroker function broke as well.

Code:
Message: Interface\AddOns\ScrollingChatText\Options.lua:141: attempt to index local 'color' (a nil value)
Time: 11/28/12 10:50:03
Count: 1
Stack: [C]: ?
Interface\AddOns\ScrollingChatText\Options.lua:141: in function `GetChatTypeInfo'
Interface\AddOns\ScrollingChatText\Core.lua:62: in function `OnInitialize'
Interface\AddOns\ScrollingChatText\Core.lua:30: in function <Interface\AddOns\ScrollingChatText\Core.lua:26>

Locals:
__________________
Last edited by Xarl : 11-28-12 at 04:43 AM.
Report comment to moderator  
Reply With Quote
Unread 11-28-12, 07:04 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Xarl
Get this error with 5.1
And the Addon does not work at all anymore.
Not responding to slash commands and DataBroker function broke as well.
[...]

Hi again Xarl, and thanks for reporting the error. It should be fixed now in the v0.7.0 release (I replaced all instances of BATTLEGROUND to INSTANCE_CHAT)
Last edited by Ketho : 11-28-12 at 07:06 PM.
Report comment to moderator  
Reply With Quote
Unread 04-12-17, 06:41 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Hi, I get this error upon loading in with version 1.7.0:

Code:
2x ScrollingChatText\Options-Options.lua:161: attempt to index local 'color' (a nil value)
ScrollingChatText\Options-Options.lua:161: in function `GetChatTypeInfo'
ScrollingChatText\Core.lua:60: in function `OnInitialize'
ScrollingChatText\Core.lua:30: in function <ScrollingChatText\Core.lua:26>

Locals:
self = <table> {
 SetDefaultModuleLibraries = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:398
 CHAT_MSG_OTHER = <function> defined @ScrollingChatText\Core.lua:521
 SetSinkStorage = <function> defined @!KalielsTracker\Libs\LibSink-2.0\LibSink-2.0.lua:665
 SetMessage = <function> defined @ScrollingChatText\Options.lua:664
 SlashCommand = <function> defined @ScrollingChatText\Core.lua:213
 modules = <table> {
 }
 CancelTimer = <function> defined @Ace3\AceTimer-3.0\AceTimer-3.0.lua:145
 GetChatTypeInfo = <function> defined @ScrollingChatText\Options.lua:133
 WipeCache = <function> defined @ScrollingChatText\ScrollingChatText.lua:348
 Printf = <function> defined @Ace3\AceConsole-3.0\AceConsole-3.0.lua:69
 SetDefaultModulePrototype = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:440
 GetSinkAce3OptionsDataTable = <function> defined @!KalielsTracker\Libs\LibSink-2.0\LibSink-2.0.lua:508
 defaultModuleState = true
 IsEnabled = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:482
 ScheduleTimer = <function> defined @Ace3\AceTimer-3.0\AceTimer-3.0.lua:92
 DisableModule = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:381
 RegisterMessage = <function> defined @Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:116
 GetArgs = <function> defined @Ace3\AceConsole-3.0\AceConsole-3.0.lua:144
 RegisterSink = <function> defined @!KalielsTracker\Libs\LibSink-2.0\LibSink-2.0.lua:627
 SetEnabledState = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:455
 enabledState = true
 RefreshDB2 = <function> defined @ScrollingChatText\Options.lua:8
 RegisterEvent = <function> defined @Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:116
 IterateModules = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:468
 SetValueColor = <function> defined @ScrollingChatText\Options.lua:636
 OnInitialize = <function> defined @ScrollingChatText\Core.lua:54
 NewModule = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:266
 GetModule = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:241
 defaultModuleLibraries = <table> {
 }
 TimeLeft = <function> defined @Ace3\AceTimer-3.0\AceTimer-3.0.lua:170
 UnregisterChatCommand = <function> defined @Ace3\AceConsole-3.0\AceConsole-3.0.lua:111
 ScheduleRepeatingTimer = <function> defined @Ace3\AceTimer-3.0\AceTimer-3.0.lua:127
 CancelAllTimers = <function> defined @Ace3\AceTimer-3.0\AceTimer-3.0.lua:158
 CHAT_MSG_STATIC = <function> defined @ScrollingChatText\Core.lua:489
 GetName = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:310
 Output = <function> defined @ScrollingChatText\Core.lua:599
 SetValueColorChat = <function> defined @ScrollingChatText\Options.lua:659
 name = "ScrollingChatText"
 ChatOutput = <function> defined @ScrollingChatText\Core.lua:590
 orderedModules = <table> {
 }
 GetSinkAce2OptionsDataTable = <function> defined @!KalielsTracker\Libs\LibSink-2.0\LibSink-2.0.lua:444
 Disable = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:345
 baseName = "ScrollingChatText"
 ReplaceArgs = <function> defined @ScrollingChatText\Core.lua:573
 CHAT_MSG_BN = <function> defined @ScrollingChatText\Core.lua:416
 UnregisterMessage = <function> defined @Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:179
 Print = <function> defined @Ace3\AceConsole-3.0\AceConsole-3.0.lua:54
 CHANNEL_UI_UPDATE = <function> defined @ScrollingChatText\Core.lua:236
 Enable = <function> defined @In
Report comment to moderator  
Reply With Quote
Unread 04-12-17, 07:48 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Aisenfaire
Hi, I get this error upon loading in with version 1.7.0:

Oops, thanks for reporting
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: