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 06-06-06, 02:22 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Re: error

hmmmm can't reproduce, try removing the old SimpleCombatLog folder before installing a new version?

Originally posted by ploof


error is:
Code:
Interface\AddOns\SimpleCombatLog\SimpleCombatLog.lua:93: attempt to index field 'colors' (a nil value)
occured when players would attempt to buff me, oddly enough they could not buff me, the spells would fizzle.
Report comment to moderator  
Reply With Quote
Unread 06-06-06, 02:02 AM  
ploof
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 23
Uploads: 1
error



error is:
Code:
Interface\AddOns\SimpleCombatLog\SimpleCombatLog.lua:93: attempt to index field 'colors' (a nil value)
occured when players would attempt to buff me, oddly enough they could not buff me, the spells would fizzle.
Report comment to moderator  
Reply With Quote
Unread 06-06-06, 12:40 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Fixed, sorry about that, it was 5am here when I upload the version

Originally posted by Jayblah
New version 0.3 is bugged. I'm getting the following error:

SimpleCombatLog.lua:182: stack overflow
---

My chatlog/combatlog simply ceases. Have to reloadui to get them to work again, and then zoning causes the problem over again. Rinse repeat. Going back to old version until this is fixed.
Report comment to moderator  
Reply With Quote
Unread 06-05-06, 11:50 PM  
Jayblah
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
New version 0.3 is bugged. I'm getting the following error:

SimpleCombatLog.lua:182: stack overflow
---

My chatlog/combatlog simply ceases. Have to reloadui to get them to work again, and then zoning causes the problem over again. Rinse repeat. Going back to old version until this is fixed.
Report comment to moderator  
Reply With Quote
Unread 06-05-06, 11:36 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Yes, it's easy , but there are also lots of possible customizations which everyone might want.

I hope users can just customize the messages in the way they want, but since the messages are so different on each type of events, a GUI configuration will be very complex. So currently I'm still thinking how to make possible for users to customize the messages in the way they like, probably a configuration file.

Colors should be able to customize too, this part definitely requires a GUI to do so.

Of course other than 'onlyyou', you'll also to filter messages for pet, target, party, raid members. Although the filter will be based on the name, which means if you have a pet called 'cat', Simple Combat Log simply can't distinguish it with another 'cat'.

Next version will undergo big changes, to make this addon actually a complete addon. Please be patient




Originally posted by Gogusrl
when we crit can you add the word "crit" in the text so it`s more visible ?
right now you get :
[You] Shadow Bolt [Player] *5000*
make it
[You] Shadow Bolt crit [Player] *5000*

shouldn`t be hard
Report comment to moderator  
Reply With Quote
Unread 06-04-06, 11:01 AM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
when we crit can you add the word "crit" in the text so it`s more visible ?
right now you get :
[You] Shadow Bolt [Player] *5000*
make it
[You] Shadow Bolt crit [Player] *5000*

shouldn`t be hard
Report comment to moderator  
Reply With Quote
Unread 06-01-06, 10:07 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
More updates for your Parselib

Get the following multiple times:

<Target> gains -8 mana from <Caster>'s mana drain not found in event CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF

Hope captilization wasn't important, was trying to scribble and fight at same time.
Report comment to moderator  
Reply With Quote
Unread 06-01-06, 04:00 PM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
Does this interfere with Scrolling Combat Text/Damage?

(I'm going to snag this now to try out later tonight when I play.)

Awesome idea for this, you have. Thanks!
Report comment to moderator  
Reply With Quote
Unread 06-01-06, 10:59 AM  
Jayblah
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
Keep up the great work. Loving this addon.
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 07:44 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Re: Re: Re: Blessing of Sacrifice

ok fixed, thank you so much for helping out.

I'm lazy to upload another version when only one line is changed in the code, so I'll wait for some more missed patterns.

Originally posted by Shirk
<ParserLib-1.1-6> Shirk's Blessing of Sacrifice causes Notgloin 55 damage. -> not found in event CHAT_MSG_SPELL_FRIENDLYPLAYER_DAMAGE

reporting this while raiding, lol
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 06:33 PM  
sh0e
A Murloc Raider
 
sh0e's Avatar

Forum posts: 6
File comments: 4
Uploads: 0
vipersting
^^^ =) just got fixed
Last edited by sh0e : 05-31-06 at 06:35 PM.
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 06:26 PM  
Shirk
A Defias Bandit
 
Shirk's Avatar

Forum posts: 3
File comments: 40
Uploads: 0
Re: Re: Blessing of Sacrifice

Originally posted by rophy
Please give me the complete message being reported?
<ParserLib-1.1-6> Shirk's Blessing of Sacrifice causes Notgloin 55 damage. -> not found in event CHAT_MSG_SPELL_FRIENDLYPLAYER_DAMAGE

reporting this while raiding, lol
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 06:04 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Re: Blessing of Sacrifice

Please give me the complete message being reported?

Originally posted by Shirk
Pally buff causes Parser error
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 05:43 PM  
Shirk
A Defias Bandit
 
Shirk's Avatar

Forum posts: 3
File comments: 40
Uploads: 0
Blessing of Sacrifice

Pally buff causes Parser error
Report comment to moderator  
Reply With Quote
Unread 05-31-06, 04:17 PM  
beerke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 1
Pet Damage ?

I as a pet user am missing my pet damage in the combat log. Maybe you can add it with an option or something like that ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: