Download
(112Kb)
Download
Updated: 02-06-07 03:34 AM
Pictures
File Info
Updated:02-06-07 03:34 AM
Created:unknown
Downloads:38,005
Favorites:277
MD5:

SimpleCombatLog  Popular! (More than 5000 hits)

Version: 1.1.27327
by: rophy [More]

== Introduction ==

SimpleCombatLog is a mod which replaces the default combat logs with shorter, colored ones.

The reformatted message removes all unnecessary words so that it's faster to read what information you want rapidly when the combat log is scrolling very fast, in addition it colors the names differently when the name is you, raid, party, pet or whatever, colors the spell damage by element type etc

Even though it's supposed to be simple, the message replacements are complete, which means whatever you can read on that combat log chat frame, SimpleCombatLog should be able to catch it and displays a shorter one.

Despite the name, SimpleCombatLog is very customizable. SimpleCombatLog currently supports the following customizations:
- Filters: filter by event, message type and unitid.
- Colors: set the colors for each spell element, unitid, etc.
- Format: all the displayed combat logs can be customized.
- Watch list: watch for specific name / skill in the combat logs, which has higher priority than Filters.


== How do the filters work? ==

There are 3 kinds of filter : event (Blizzard event), type (message category) and name (unitid).

First the events decide what messages will be received. If you disable an event, SimpleCombatLog won't receive messages belong to that event at all, which will improve performance. However, I suggest you do not touch these unless you're very sure what messages are fired from each event.

Second, when SimpleCombatLog receives a combat message, SimpleCombatLog checks what kinds of message it is, and checks the TYPE filter, if that type filter is not turned on, the message will be filtered. For example, turning off 'heal' filter will filter out all heals and HoTs.

"Gain" is something like "You gain 50 mana from Blessing of Wisdom" and "Your pet gains 50 happiness from Feed Pet effect".

"Drain" is "Someone's Viper Sting drains 50 mana from you." and "Your Mana Tap drains 50 mana from your pet, you gain 50 mana."

Hit, Heal, Miss, Cast should be obvious.

Finally, if the message have name(s), SimpleCombatLog tries to find out it's unitid, and only when the unitid match any of the NAME filter it'll be displayed. For example, to receive messages related to you and your pet, only turn on 'you' and 'pet' name filter, which in fact means the unitid 'player' and 'pet'.


== Usage ==

Type '/scl' in game to show a list of slash commands.

Alt-RightClick a ChatFrameTab to show the configuration menu for that ChatFrame. The settings in SimpleCombatLog are saved per-char, per-ChatFrame.

If you customized a ChatFrame to the way you like, you will want to import those settings to another character, in this case you can use the Theme features in SimpleCombatLog.


== Themes ==

A theme is the combination of all the settings for a ChatFrame. By default SimpleCombatLog loads the 'default' theme for ChatFrame2. You can set a ChatFrame to load another theme by the configuration menu.

If you did any modifications to the settings of a ChatFrame, you'll see the 'save theme' option in the configuration menu, which will save the current settings as a theme. Themes are global to all characters, so if you have a combatlog customization which wants to be used among multiple characters, you can save it as a theme, and have the characters to load that theme.

You may overwrite or delete predefined themes. But in the case of deleting a predefined theme, it'll be loaded back on the next time you log in your character. So if you have modified the predefined themes and want to have them change back to the default values, simply delete the theme and relog/reloadui.

Post A Reply Comment Options
Unread 05-31-06, 10:00 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Originally posted by beerke
Minor Dishonorable Kill error in Parserib


Also the Blessing of Wisdom spams quite a lot in a 10 man group even with onlyyou enabled, imagine a Blessing of Wisdom on a full raid ^^
lol, im sure i have never got a dk so i missed that pattern, will add it asap.
about the BoW messages, that'll require more advanced filtering options. I'll see what I can do, may be time for a GUI options.
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 07:30 AM  
beerke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 1
Minor Dishonorable Kill error in Parserib


Also the Blessing of Wisdom spams quite a lot in a 10 man group even with onlyyou enabled, imagine a Blessing of Wisdom on a full raid ^^
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 04:56 AM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
i do not want to remove the error reporting, i just don`t want it to spam my main chat frame i`ll just redirect it to another chat frame that i promise i will monitor and keep you updated with any errors i will find
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 12:41 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Well, this is a beta UI, so when you download it I want you to help me to test, I'll fix them asap if you got the pattern not found spam.

I'm sorry if the spam annoyed you, but if I rediect it to another hidden frame then that loses the whole point of beta testing, you won't even know you missed a combat message.

I can make the messages appear as a pop up error frame just like to usual errors too, but I think that's even more annoying than in the chat frame?

Anyway, the messages were spammed by ParserLib, not SCL, that's why you couldn't find where to modify the file. If you really hate that spamming so much and still want to use the mod, you may comment out line 432 in ParserLib\ParserLib.lua. After all I'm glad someone is using my mod, so you're welcome to remove the spamming if you feel that disturbing.

But is there any other errors being reported/spammed by ParserLib? If no then I'd really want you to just leave it there, so that when you encounter a rare combat message which I have never seen, you know to report it to me.



Originally posted by Gogusrl
until you finish with the parsing thingie, please give us an option to output the errors to another chatframe. something like /scl error 3 (where 3 is the chatframe to output the stuff to).
Report comment to moderator  
Reply With Quote
Unread 05-30-06, 07:51 AM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
Originally posted by rophy
0.2.1 should fixe the spam of "xxxx is immune to your spell" and reflects.

I'm sorry for all the spamming at the chat frame, but they're very helpful for making the library complete, without having to parse ALL patterns, which will slow down the performance.

Currently I only parse the possible patterns for each event, but I can't find out ALL patterns which might be fired for each event, by myself alone. That's why I need your help guys, after all this is still in very early alpha stage, when the spamming occurs please be patient and report them to me, I'll get them fixed asap
until you finish with the parsing thingie, please give us an option to output the errors to another chatframe. something like /scl error 3 (where 3 is the chatframe to output the stuff to).
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 11:46 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
0.2.1 should fixe the spam of "xxxx is immune to your spell" and reflects.

I'm sorry for all the spamming at the chat frame, but they're very helpful for making the library complete, without having to parse ALL patterns, which will slow down the performance.

Currently I only parse the possible patterns for each event, but I can't find out ALL patterns which might be fired for each event, by myself alone. That's why I need your help guys, after all this is still in very early alpha stage, when the spamming occurs please be patient and report them to me, I'll get them fixed asap
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 10:56 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Thanks for all the feedbacks, I'm quite busy today IRL but I'll make a quick fix about "spell failure spam", "reflect error report" now.

Partial resist, absorb, vulnerabe, block trailors are the next things I'm gonna add asap, when I have tmie. I know they're important but I don't have time today to add another new feature yet.
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 07:41 PM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
a big problem that i have just noticed. you offer no support for partial resists and i supose for glancing blows.
please make that your top priority
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 06:36 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
Great Start

Rophy, great start. Looking forward to watching this progress.
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 04:29 PM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
Re: Azu chat bug

Originally posted by Darclite
Ok i love simplechat works great

Only problem i got was at Azuregos as i played with my alt Mage:

http://www.myffos.net/downloads/images/azubug.jpg

Tons of spam in the normal ChatWindow
yeah, i got tons of spam at the trash mobs after huhuran also (it doesn`t parse magic reflect at all it seems).

now only to find how i can make parserlib to output to another window until everything is fixed.

edit : to get rid of the failed spam you can edit simplecombatlog.lua, go to
Code:
	elseif info.type == "fail" then
and add -- infront of
Code:
Print(string.format("[%s] %s |cffff3333fail|r: %s", info.source, info.skill, info.reason))
so it looks like this :
Code:
-- Print(string.format("[%s] %s |cffff3333fail|r: %s", info.source, info.skill, info.reason))
i think i found what to modify to change the output window for the errors, but i have no way of testing yet.
Last edited by Gogusrl : 05-29-06 at 05:45 PM.
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 03:55 PM  
Darclite
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thumbs up Azu chat bug

Ok i love simplechat works great

Only problem i got was at Azuregos as i played with my alt Mage:

http://www.myffos.net/downloads/images/azubug.jpg

Tons of spam in the normal ChatWindow
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 10:57 AM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
can you please remove all the failed spellcasting messages (because you are dead, out of range, whatever).

edit : http://paradoxguild.net/gogu/scl.jpg
in the right chat window you can see the spam i was talking about and in the left one 2 errors.
Last edited by Gogusrl : 05-29-06 at 11:39 AM.
Report comment to moderator  
Reply With Quote
Unread 05-29-06, 01:08 AM  
sh0e
A Murloc Raider
 
sh0e's Avatar

Forum posts: 6
File comments: 4
Uploads: 0
/scl onlyyou

^^works fine
Report comment to moderator  
Reply With Quote
Unread 05-28-06, 09:38 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
/scl onlyyou doesn't work? hmm make sure you're using 0.1.2?

for the amount of spam, it's just the same as what the default 'Simple Chat' mode does, no more, no less. Sure, some more advanced filtering can be added, I'll need to make sure the Parser is working correctly before I start adding actual customization to SCL itself though.

This mod is intended to track ALL messages appearing in your combat log, this is not easy to do, I've yet to see one mod which can do this. For now there're probably missed patterns, but it's already way more complete than any other mod I've ever seen.




Originally posted by Jayblah
Superb! I will definately be watching this addon closely. Its been too damn long since someone tried to code up a HItsMode successor. I'd use Nurfed Log but having to use Nurfed Utility as a dependency when I use no other Nurfed product blows.

Unfortunately, in its present state, this addon is not very pleasant to use, simply because of the sheer amount of spam you see. I'm seeing enchants (when they begin, when it completes, ugh!), shapeshifts, etc. I do not need or want to see any of this! The command /scl onlyyou doesn't work either for me. So I'll definately be waiting for future releases once more functionality is added. Keep it up!
Report comment to moderator  
Reply With Quote
Unread 05-28-06, 02:40 PM  
Jayblah
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
Superb! I will definately be watching this addon closely. Its been too damn long since someone tried to code up a HItsMode successor. I'd use Nurfed Log but having to use Nurfed Utility as a dependency when I use no other Nurfed product blows.

Unfortunately, in its present state, this addon is not very pleasant to use, simply because of the sheer amount of spam you see. I'm seeing enchants (when they begin, when it completes, ugh!), shapeshifts, etc. I do not need or want to see any of this! The command /scl onlyyou doesn't work either for me. So I'll definately be waiting for future releases once more functionality is added. Keep it up!
Last edited by Jayblah : 05-28-06 at 02:45 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: