Category: Chat Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
[V]iper's Portal Bug Reports Feature Requests
Author:
Version:
1.3.12
Date:
04-05-2008 04:36 PM
Size:
15.52 Kb
Downloads:
10,060
Favorites:
58
MD5:
Pictures
Click to enlarge
SMCT option screen
System Message Control Tool   Popular! (More than 5000 hits)
This add-on breaks up a lot of the system messages (the yellow ones) into groups, which you can then decide to send to different chat windows, change the color of them or simply mute them.
It also breaks up various other messages, like the guild messages (normal, officer and MotD), into their own groups, so you can set which chat windows they should show in and in what colors.
Note that regarding the guild messages those are being set through the default chat system (right clicking the chat tab), where all others are controlled from the SMCT option window.

No message will ever be "lost" if you, for instance, delete a chat window and forget to change the setting for some message group. In that case the message will just be sent back to the original chat system to do its default behaviour.

If you want to just change the color of a message, you will have to still set which chat window it should go to. If you just leave it at "Pass-through" the system will ignore the group to speed up processing of messages.

The "Pass-through" option will just send the message back into the original chat system for it to do whatever it's setup to do, so this setting is used for all the messages you just want to act as they do now.

To access the options just type "/smct".

Note:
This has not been fully tested on non-english clients, but it should however work since everything is parsed from the pre-defined variables within WoW.

If you find any messages missing, please give me the exact message and what you did when you got it so I can add it to the system.

The amount of message groups in the system now is rather substantial. I will reorganize them and improve the overall GUI to handle them better, providing a better overview.
Improvements to the profile copy system is coming too.
  Change Log - System Message Control Tool
Version 1.3.12:
- Added support for the SMCT: Chat Function Wrapper add-on, which will attempt to fix the duplicate messages issues that some users are experiencing.

Version 1.3.11:
- Removed some left-over debug code that could cause errors.

Version 1.3.10:
- Fixed "/who" messages not being captured properly (and hence not processed either).

Version 1.3.9:
- Added group invite message to group group (group? Group!)
- Added a new group for messages related to reputation level changes.
- Added daily quest messages to quest group.
  Comments - System Message Control Tool
Post A Reply Comment Options
Old 03-18-2008, 11:43 PM  
Phanx
A Cobalt Mageweaver
 
Phanx's Avatar
Interface Author - Click to view interfaces

Forum posts: 204
File comments: 734
Uploads: 17
I am the author of PhanxChat, and run my own addon and this one together with no issues. Are you getting duplicates of ALL messages, or only system messages? In which chat frame(s) are the duplicate messages appearing?

Edited to add -- if you simply want to move ALL system messages to another chatframe, I wouldn't recommend using SMCT to do it. It's a waste of resources when you could just let the existing Blizzard code handle it with no additional overhead. Either edit your chat-cache.txt file directly (close WoW first) and move SYSTEM to the window of your choice, or run the following commands in-game:

First, find the actual numbers of your chat frames:
Code:
/script for i = 1, 7 do getglobal("ChatFrame"..i):AddMessage(i) end
Then, for each chat frame you want to add the system message group to:
Code:
/script AddChatWindowMessages(**NUMBER**, "SYSTEM")
(replace **NUMBER** with the number you found in step 1)

Finally, if you want to remove the system message group from ChatFrame1:
Code:
/script RemoveChatWindowMessages(1, "SYSTEM")
These settings will be saved in Blizzard's chat-cache.txt file and handled by the game without any addon overhead.

Oh, and Viper, great addon. Thanks.

Last edited by Phanx : 03-19-2008 at 12:42 AM.
Phanx is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-12-2008, 01:11 AM  
[V]iper
A Kobold Labourer
 
[V]iper's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 28
Uploads: 6
Quote:
Originally posted by Lindalas
I'm trying to move all system messages to one specific window. My first request is that there is an option to batch process the list. Second, I get duplicates of all messages. I'm running PhanxChat, but that doesn't have any system filtering in it so I doubt that's the culprit. Any ideas what's going on?
Nope, not at present time. Guess it's something I have to consider for the future

Can't say anything off the top of my head, but I'll try and see what I can figure out when I get the chance. Is it only when you have PhanxChat enabled?
[V]iper is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-07-2008, 12:56 AM  
Lindalas
A Deviate Faerie Dragon

Forum posts: 19
File comments: 76
Uploads: 0
I'm trying to move all system messages to one specific window. My first request is that there is an option to batch process the list. Second, I get duplicates of all messages. I'm running PhanxChat, but that doesn't have any system filtering in it so I doubt that's the culprit. Any ideas what's going on?
__________________
Lindalas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-15-2008, 04:11 PM  
[V]iper
A Kobold Labourer
 
[V]iper's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 28
Uploads: 6
Re: Prat Module Integration?

Quote:
Originally posted by X-buZZ
Hi there,

i love you addon.
Is it possible to have this availbale as a module of the chat framework PRAT?

The devs say that you had some contact in the past.
Would that be possible?

Thanks and keep up the great work!

Kind regards
X-buZZ
I was in contact with them, yes. I didn't want to make a Prat module though, but instead focus on my add-on for those who want a stand-alone add-on to do it.

I did however allow them to use the list of strings I had compiled, so they wouldn't have to go through finding all those, putting them into groups and find parsing patterns for them.

So yeah, ball's in their court
[V]iper is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-15-2008, 08:13 AM  
X-buZZ
A Kobold Labourer

Forum posts: 1
File comments: 31
Uploads: 0
Prat Module Integration?

Hi there,

i love you addon.
Is it possible to have this availbale as a module of the chat framework PRAT?

The devs say that you had some contact in the past.
Would that be possible?

Thanks and keep up the great work!

Kind regards
X-buZZ
X-buZZ is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-07-2008, 05:00 AM  
Kerecha
A Murloc Raider
 
Kerecha's Avatar

Forum posts: 8
File comments: 148
Uploads: 0
Quote:
Originally posted by [V]iper
Some old debug code that hadn't been fully removed seemed to cause it >_<
I've uploaded version 1.3.11 which should hopefully take care of it.
Yep, that did the trick, thanks
Kerecha is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-04-2008, 03:47 PM  
[V]iper
A Kobold Labourer
 
[V]iper's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 28
Uploads: 6
Quote:
Originally posted by Kerecha
I can't seem to get it working at all.

pops this error on load:
Some old debug code that hadn't been fully removed seemed to cause it >_<
I've uploaded version 1.3.11 which should hopefully take care of it.

Last edited by [V]iper : 02-04-2008 at 03:48 PM.
[V]iper is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-04-2008, 04:10 AM  
Kerecha
A Murloc Raider
 
Kerecha's Avatar

Forum posts: 8
File comments: 148
Uploads: 0
I can't seem to get it working at all.

pops this error on load:

[2008/02/04 10:08:53-1011-x1]: ...ystemMessageControlTool\SystemMessageControlTool.lua:251: attempt to concatenate global 'i' (a nil value):
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

---


edit: after a reload it started working but still popping the error.

Last edited by Kerecha : 02-04-2008 at 04:23 AM.
Kerecha is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-04-2008, 02:16 AM  
dctrjons
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
bah forgot

Forgot the most important thing....thanks for getting this running again. This and Prat help my chat filtering a ton. Right now just separating stuff I want to know all the time in the floating always-open window is good enough. But the other functions are nice and will get into refining my other tabs more.
dctrjons is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-03-2008, 02:15 PM  
[V]iper
A Kobold Labourer
 
[V]iper's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 28
Uploads: 6
Re: Battlegrounds

Quote:
Originally posted by Skarok
I can't seem to get alliance and or neutral battleground messaged to go to floating. I have the option set to floating but alas still working like a pass-through. Any advice?
I just tried it in AV and everything worked fine. Can you give me some specific examples of what's not going through?
Do note that in AV a lot of the messages are yells and those aren't being processed (and I doubt they ever will be by this add-on).
[V]iper is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-02-2008, 06:51 PM  
Skarok
A Murloc Raider

Forum posts: 9
File comments: 3
Uploads: 0
Battlegrounds

I can't seem to get alliance and or neutral battleground messaged to go to floating. I have the option set to floating but alas still working like a pass-through. Any advice?
Skarok is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2008, 05:39 PM  
Dixon Butz
A Murloc Raider
 
Dixon Butz's Avatar
Interface Author - Click to view interfaces

Forum posts: 9
File comments: 40
Uploads: 2
This is absolutely fantastic! Just what I have been waiting for. Thx!!

Last edited by Dixon Butz : 02-01-2008 at 05:39 PM.
Dixon Butz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2008, 02:53 AM  
Petrah
nUI User & Supporter
 
Petrah's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 1970
File comments: 132
Uploads: 5
Wow, I had no idea this addon existed.... this is going to help clean up some unwanted messages. Thanks for writing this addon!
__________________


My nUI Dashboard Skins

~ nUI: Spiel ~ nUI: DeathKnight ~ nUI: Paladin ~ nUI: Warlock ~
Petrah is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2008, 12:53 AM  
[V]iper
A Kobold Labourer
 
[V]iper's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 28
Uploads: 6
Re: Who messages

Quote:
Originally posted by dctrjons
The number of matches gets moved but the actual results appear to pass-though when I /who.
Thanks - I completely forgot to change the string parsing for those messages when Blizzard made it so the names were clickable in the /who results.

It's fixed in 1.3.10 which I just uploaded.

Last edited by [V]iper : 02-01-2008 at 02:03 AM.
[V]iper is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2008, 12:37 AM  
dctrjons
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Who messages

The number of matches gets moved but the actual results appear to pass-though when I /who.
dctrjons is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.