If you so absolutely NEED SCL, how about fixing it yourselves?
Complaining isn't gonna get it fixed.
I don't see here compaining ppl. There was an addon and it don't work with new patch, why I can't post here to ask some1 to fix it if they can.
If I could make it work, I wouldn't post here any comment.
If the author does read this.. if you update this would it possible to still have it on everyone yet quelch it so it looks like its just you. just for the benfit of using kos mods.... none of them have been updated for 2.4 so idk if they will get the info from "myself" combat log to display near by action.
I would also like to call for an update to this addon. Sadly I can't program addons myself, thats why I leave it to those who can. Rophy mate, I know you are listed as the SCL author, so please, could you either update this to 2.4, or give someone an idea where they are meant to go with updating this. We need SCL back. It's so much better than the new Blizzard log. I hope to see something here soon regarding an update.
it's not really an addon it's more of a large macro, because it's somewhat dirty coded and has NO options
well and it's only on my pc ;)
it's rather simple i hook up to COMBAT_LOG_EVENT_UNFILTERED, look if I wan't this event and print it out like any other chat message ChatFrameX.AddMessage()
I would like this to be updated for 2.4 myself tbh. :X
What pisses me off about new combat log:
1) that black bar
2) greater resize. I still have SCL installed because it allows me to make the window the size I want, which I can't do without it there.
3) It would be nice to be able to reorder blizzard's line. Putting "hit, crit, miss, dodge" only at the end is pretty annoying.
Basically the fact that it's like "blah blah miss blah blah (dodged)" or "blah blah hit blah blah (critical)" is very annoying. I want to REPLACE "miss", "hit", etc with the actual effect ("dodge", "resist", "crit", "glance", etc etc).
The 2.4 default UI's combat log will be almost like SimpleCombatLog, so there really isn't any reason to update SimpleCombatLog.
sigh!
The new combat log sucks ass...
I miss simplecombatlog so much.
If the new combat log would allow multiple windows then maybe it would be useful...right now its just terrible
I'm not overly impressed with the 2.4 combat log, however the options that you have been given with it can make it look like SCL.
Combat Log Settings -> Colors
Unit Colors:
Me -> Green
My Pet -> Dark Green
Friends -> Blue
Enemies -> Red
Neutral -> Yellow
Colorize:
Unit Names -> Checked
Spell Names -> Checked
Spell Color-by-School -> Checked
Damage Number -> Checked
Damage Color-by-School -> Checked
Damage School -> Checked
Entire Line -> Unchecked
All Highlighting Options-> Unchecked
Its not really a combat log addon. Its more simple lines like the code above in the last 2 pages in this thread, so as to make the text output look more like SCL.
Its not really a combat log addon. Its more simple lines like the code above in the last 2 pages in this thread, so as to make the text output look more like SCL.
Yupp. I still need to rework the verb ordering so you don't get stuff like this:
04/19/08 08:21:59> [Your] [Greater Blessing of Might] --.
04/19/08 08:22:03> [You] cast [Greater Blessing of Might] [You].
04/19/08 08:22:03> [You] ++ [Greater Blessing of Might].
But I'm too lazy to do that right now, if someone else does it before me, gimme a patch and I'll commit it.
I went into the lua of 'nosimplecombatlog' and did /script ... for all the sequences I wanted from it, and it did not save the features...so going to try this addon instead
I don't see here compaining ppl. There was an addon and it don't work with new patch, why I can't post here to ask some1 to fix it if they can.
If I could make it work, I wouldn't post here any comment.
First thing, turn off verbose mode... then paste what's wrong. It's really not much work to fix the strings to look like you want, without a mod.
I found Guide to the New CombatLog: Formatting & Coloring quite helpfull.
I support the author's decision to devote his attention to other projects,
the new combatlog (bugs aside) can be made to look almost identical to SCL.
i got this now (with an addon)
http://www.pictureupload.de/pictures/030408092600_WoWScrnShot_040308_090502.jpg
It has 3 windows
First - All damage I take (without dodge ...) AND all SpellCasts/Buffs/Heals off my current enemy Target
Second - All my combat actions (Incoming & Outgoing), well this can be done with the Blizz combat log
Third - So called "Target watch" shows actions of my selected target - outgoing dmg if hostile or incoming dmg if friendly
Or is there a way to do this with the Blizz System?
oh and btw. a small improvement of the timestamp it's now Minutes:Seconds.Millis
What addon do you use to create a second combat log?
Any new window I create doesn't have any combat filters.
well and it's only on my pc ;)
it's rather simple i hook up to COMBAT_LOG_EVENT_UNFILTERED, look if I wan't this event and print it out like any other chat message ChatFrameX.AddMessage()
What pisses me off about new combat log:
1) that black bar
2) greater resize. I still have SCL installed because it allows me to make the window the size I want, which I can't do without it there.
3) It would be nice to be able to reorder blizzard's line. Putting "hit, crit, miss, dodge" only at the end is pretty annoying.
Basically the fact that it's like "blah blah miss blah blah (dodged)" or "blah blah hit blah blah (critical)" is very annoying. I want to REPLACE "miss", "hit", etc with the actual effect ("dodge", "resist", "crit", "glance", etc etc).
sigh!
The new combat log sucks ass...
I miss simplecombatlog so much.
If the new combat log would allow multiple windows then maybe it would be useful...right now its just terrible
04/19/08 08:21:59> [Your] [Greater Blessing of Might] --.
04/19/08 08:22:03> [You] cast [Greater Blessing of Might] [You].
04/19/08 08:22:03> [You] ++ [Greater Blessing of Might].
But I'm too lazy to do that right now, if someone else does it before me, gimme a patch and I'll commit it.
some hours i try to understand where change that but really dont find:
To get rid of the word ?Fire? and ?Frost? type:
/script TEXT_MODE_A_STRING_VALUE_SCHOOL = ??;
That will remove the Fire from ?55 Fire?. However, let?s go even farther:
(Critical) (Crushing) (Blocked) (Resisted)
All of these are really long. Let?s compress them:
TEXT_MODE_A_STRING_RESULT_RESISTED = "R";
TEXT_MODE_A_STRING_RESULT_BLOCKED = "B";
TEXT_MODE_A_STRING_RESULT_ABSORBED = "A";
TEXT_MODE_A_STRING_RESULT_CRITICAL = "C";
TEXT_MODE_A_STRING_RESULT_GLANCING = "G";
TEXT_MODE_A_STRING_RESULT_CRUSHING = "Cr";
i do that in me chat windows /script .... but dont work
someone could help me and tell me how make this change /script please
thanks you