Download
(112Kb)
Download
Updated: 02-06-07 03:34 AM
Pictures
File Info
Updated:02-06-07 03:34 AM
Created:unknown
Downloads:37,972
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 07-06-06, 04:54 PM  
Eternally777
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 12
Uploads: 1
Could you color player names according to class? Using the same color scheme as CT Raid Assist?
Report comment to moderator  
Reply With Quote
Unread 06-28-06, 07:46 PM  
Tarsos
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Originally posted by rophy
Some users were reporting to me that the suppresing sometimes doesn't work too, and I simply couldn't reproduce it... This info really helps a lot, thanks
Mana gains from Blessing of Wisdom shows up in my primary chatframe (chatframe 1?!) even though I have unchecked all options and set SCL to suppress combat log. The same happens in AQ20 where the "main" NPC (who help fight vs. General Rajaxx) has a buff that gives all raid members within X yards 200 hp each tick. When I installed latest build of SCL, I also removed all related files in the WTF folder - to ensure no traces of the earlier build could screw things up.
Last edited by Tarsos : 06-28-06 at 07:49 PM.
Report comment to moderator  
Reply With Quote
Unread 06-28-06, 11:26 AM  
i1a5n5
A Defias Bandit
 
i1a5n5's Avatar

Forum posts: 2
File comments: 1
Uploads: 0
When typing to commands below:

/scl simplemode
/scl option [n]
/scl clear [n]

It does not do anything, It comes up with "Type "/help" for a list of a few commands" It appears that SCL isn't loading, and the mod is enabled. I've even relogged in four or five times and hte problem is still there :S I can't seem to work it out....when I use an older version of the mod it works....
Report comment to moderator  
Reply With Quote
Unread 06-26-06, 12:51 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Originally posted by Darlog
I was not able to get it supress the default combat messages on one of my four chars. Even after copying the savedvariables from a char where it works they still showed up.

After trying different things I found out, that if I enable "Auto-join Guild Recruitment Channel" in the Blizzard interface options, supressing does not work any more. It doesn't matter, if the char is in a guild or not.

As soon as I have the line
Code:
OPTION_GUILD_RECRUITMENT_CHANNEL AUTO
in <wow>\WTF\Account\<login>\<realm>\<char>\chat-cache.txt the supress option gets ignored.

I know it's very weird, but I wanted to let you know about that.
Some users were reporting to me that the suppresing sometimes doesn't work too, and I simply couldn't reproduce it... This info really helps a lot, thanks
Report comment to moderator  
Reply With Quote
Unread 06-25-06, 09:39 PM  
Darlog
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I was not able to get it supress the default combat messages on one of my four chars. Even after copying the savedvariables from a char where it works they still showed up.

After trying different things I found out, that if I enable "Auto-join Guild Recruitment Channel" in the Blizzard interface options, supressing does not work any more. It doesn't matter, if the char is in a guild or not.

As soon as I have the line
Code:
OPTION_GUILD_RECRUITMENT_CHANNEL AUTO
in <wow>\WTF\Account\<login>\<realm>\<char>\chat-cache.txt the supress option gets ignored.

I know it's very weird, but I wanted to let you know about that.
Last edited by Darlog : 06-25-06 at 10:05 PM.
Report comment to moderator  
Reply With Quote
Unread 06-22-06, 04:12 PM  
Cat
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
Is this extra window ? i.e excluding the max limit of default windows which is 7.
Report comment to moderator  
Reply With Quote
Unread 06-22-06, 10:04 AM  
Shark
A Defias Bandit

Forum posts: 3
File comments: 56
Uploads: 0
Originally posted by rophy
Did you do a "/scl simplemode" after upgrading to 0.6?
aye
Report comment to moderator  
Reply With Quote
Unread 06-21-06, 11:02 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Did you do a "/scl simplemode" after upgrading to 0.6?
Report comment to moderator  
Reply With Quote
Unread 06-21-06, 10:48 AM  
Shark
A Defias Bandit

Forum posts: 3
File comments: 56
Uploads: 0
0.4.9 worked like a charm, easy config thru minimap button and so on.

0.6.3 does not work at all


Error: attempt to index field `?' (a nil value)
AddOn: SimpleCombatLog
File: SimpleCombatLog.lua
Line: 849
Count: 9
--------------------------------------------------
Error: attempt to index field `?' (a nil value)
AddOn: SimpleCombatLog
File: SimpleCombatLog.lua
Line: 1161
Count: 2
--------------------------------------------------
Error: attempt to index field `?' (a nil value)
AddOn: SimpleCombatLog
File: SimpleCombatLog.lua
Line: 1181
Count: 2
--------------------------------------------------
Error: attempt to index field `?' (a nil value)
AddOn: SimpleCombatLog
File: SimpleCombatLog.lua
Line: 618
Count: 1

and the config window looks like this:

http://intern.darklegion.de/shark/scl.jpg

--

reverted to 0.4.9, all is fine again.

please reconsider readding the minimap button, I want to include your great addon in my ui compilation without having to explain to 100 people how to configure scl (in 0.4.9 most have figured it out within seconds, now they will be lost).
Last edited by Shark : 06-21-06 at 10:49 AM.
Report comment to moderator  
Reply With Quote
Unread 06-18-06, 11:36 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Originally posted by slowJusko
Getting an error with /scl clear X in v0.6 (haven't checked 0.61)
Around line 346, in the SlashCommand function.
Call to "self:ClearSettings(id)" should say "self:ClearSettings(n)".

My settings also keep resetting.
I clear the default combat log and setup a new chat frame (3). I then use /scl option 3 to output short combat message there. The default combat log is kept in the default location, behind chatframe 1. Everything works, until I log off. Next time I logon, the settings have returned to the default combat log as if I have selected "simplemode".
Annoying, but not fatal.

Just checked 0.61, both problems remain, even after clearing previous settings manually (deleting saved variables file). In both cases, I had Opium installed. That still conflict with it?

And again...
Temp fixed it but simply removing the self:LoadSimpleMode() calls from SimpleCombatLog:Initialize(). Was resetting it everytime. Version check failing or something?
Yes it was a typo on the first bug.

About the second one (data resetting) , I tried creating a 3rd chatframe and do some setthings on it, relog, and the version checking works fine.

hmm..... I'm sure Opium conflicts with SCL since it directly reads the chatframe message for the default messages, but that shouldn't be related to data resetting. I tried loading Opium and the data still works fine.

But since removing the version check code will solve problem, something must be wrong with the saved variables. Would you mind sending me your SCL saved variables to me at [email protected] ?
Report comment to moderator  
Reply With Quote
Unread 06-18-06, 05:59 AM  
slowJusko
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Getting an error with /scl clear X in v0.6 (haven't checked 0.61)
Around line 346, in the SlashCommand function.
Call to "self:ClearSettings(id)" should say "self:ClearSettings(n)".

My settings also keep resetting.
I clear the default combat log and setup a new chat frame (3). I then use /scl option 3 to output short combat message there. The default combat log is kept in the default location, behind chatframe 1. Everything works, until I log off. Next time I logon, the settings have returned to the default combat log as if I have selected "simplemode".
Annoying, but not fatal.

Just checked 0.61, both problems remain, even after clearing previous settings manually (deleting saved variables file). In both cases, I had Opium installed. That still conflict with it?

And again...
Temp fixed it but simply removing the self:LoadSimpleMode() calls from SimpleCombatLog:Initialize(). Was resetting it everytime. Version check failing or something?
Last edited by slowJusko : 06-18-06 at 06:14 AM.
Report comment to moderator  
Reply With Quote
Unread 06-18-06, 04:21 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Originally posted by Hammer
The past two nights, while using 0.6.0, my wow seemed to randomly crash while in combat. It happened about 10 times, each time i was always in combat, then it would just lock up, and if i was lucky, it would give me an error. Sometimes it caused my entire computer to freeze. Once i turned off scl, it no longer caused any crashes. I'm not really sure what went wrong and the only error message i could make out was something about not enough memory, but i have plenty of ram and i set my addons to use 96 max(im usually at about half of that.)
hmmm........ very hard for me to find out what's wrong when "randomly crash" is the only feedback I have.

But since you mentioned it only happens when upgrading from 0.4 to 0.6, I would guess it might be related to the conflicts between old and new saved variables. Would you please try do a "/scl simplemode" to reset the saved variables and see if the problem goes away?

It's not easy to crash the client by custom addon actually
Report comment to moderator  
Reply With Quote
Unread 06-18-06, 03:00 AM  
Hammer
A Defias Bandit

Forum posts: 3
File comments: 2
Uploads: 0
The past two nights, while using 0.6.0, my wow seemed to randomly crash while in combat. It happened about 10 times, each time i was always in combat, then it would just lock up, and if i was lucky, it would give me an error. Sometimes it caused my entire computer to freeze. Once i turned off scl, it no longer caused any crashes. I'm not really sure what went wrong and the only error message i could make out was something about not enough memory, but i have plenty of ram and i set my addons to use 96 max(im usually at about half of that.)
Report comment to moderator  
Reply With Quote
Unread 06-16-06, 05:28 PM  
Kirion
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
Is it possible to get rid of buff and aura messages? Like You ++prayer of fortitude, or You ++ (--) Trueshot Aura etc
Report comment to moderator  
Reply With Quote
Unread 06-13-06, 11:28 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Re: Feature Request

Give me the whole message, I'll get them fixed asap.

The spirit for using a beta interface is to find out the bugs and get them fixed asap, not to hide the bugs and pretend them never happen

Originally posted by xelepart
Any chance we could get an option to not display when a combat log parsing error occured? Or to put them in the combat log instead of my main chat frame?

I get very bad scroll whenever my paladin puts the "some of your damage hits me" buff, 'cause you don't parse it yet...

-x
Last edited by rophy : 06-13-06 at 11:34 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: