Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 03/05/09, 12:53 PM   #76
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by ceoc View Post
Any chance to get sql output? (in the form of inserts)
It's not on my agenda, but if someone wants to make an SQL exporter they are free to do so :-)

Offline
Reply With Quote
Old 03/16/09, 12:24 PM   #77
Garantio
Von Kaiser
 
Dwarf Priest
 
Азурегос (EU)
Hello!

I've got a problem with your parser as well as with combat log itself. My saved Sartharion fight has the following line:

3/15 22:32:14.687  SPELL_MISSED,0xF1300070BC0014C2,"Sartharion",0xa48,0x0000000000F3496E,"Celebrion",0x514,58956,"Flame Breath",0x4,ABSORB,48892
According to API COMBAT LOG EVENT - WoWWiki - Your guide to the World of Warcraft it should mean fully absorbed breath for 48892 damage.
Your parser (v 1.43) shows fully absorbed breath for 0 damage.
However, I think that both are incorrect. THe absorbed ammount just cannot be that high and also the damage of the breath cannot be zero if it's not fully resisted.

What do you think can it be?

Thanks in advance.

Edit: nvm. It looks to be the work of Guardian Spirit. Sorry for incovenience.

Last edited by Garantio : 03/16/09 at 1:03 PM.

Offline
Reply With Quote
Old 03/20/09, 12:41 PM   #78
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
I think I might do it wrong there as well though. I don't think I add up the amount absorbed on complete misses. I'll think about that some.

Offline
Reply With Quote
Old 03/21/09, 8:18 AM   #79
abys
Glass Joe
 
Draenei Shaman
 
Burning Legion (EU)
Bit of offtopic.

My guild started to use Event Horizon instead of WWS. Check the output and comment

Event Horizon Fight Statistics - os25

Offline
Reply With Quote
Old 03/22/09, 1:09 PM   #80
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
That's very nice looking output :-)
Too bad I'm such a lousy artist when it comes to nice looking web pages or I would make the html output from WLP better looking as well.
I downloaded the source code for that projects just to check it out and it looks like they have similar ideas to mine when it comes to parsing the events, but all programmers do it a bit different :-) It looks like fights are dealt with differently than I do as well. Always good with options so that not everyone are stuck with WWS :-)

Last edited by racy : 03/22/09 at 1:21 PM.

Offline
Reply With Quote
Old 03/23/09, 5:20 AM   #81
Garantio
Von Kaiser
 
Dwarf Priest
 
Азурегос (EU)
Originally Posted by racy View Post
I think I might do it wrong there as well though. I don't think I add up the amount absorbed on complete misses. I'll think about that some.
You show zero amount
But with this mechanic of Guardian Spirit it would be very hard to put the correct number. As well as it's very hard to add correct number for GS healing. Sometimes it's shown as 100% overheal, sometimes it's not.
I hope one day Blizzard will add the absorb origin into the log and we'll have less problems.

Offline
Reply With Quote
Old 04/08/09, 7:55 AM   #82
stassart
Piston Honda
 
Tauren Shaman
 
Proudmoore
Does anyone have more information than what WoWWiki has as far as what the GUID bits are. I am working on a shaman combatlog parser and one of the problems I am working on is when the GUID changes. I use the GUID to track when a buff is applied and removed for example. Most of the time the GUID stays the same between these two events, but very occasionally it changes, like this example:

4/3 23:23:07.343  SPELL_AURA_APPLIED,0x0000000000226850,"Trelis",0x511,0xF1407488CE000207,"Izikashak",0x1114,52000,"Earthliving",0x8,BUFF
4/3 23:23:19.984  SPELL_AURA_REMOVED,0x0000000000226850,"Trelis",0x10511,0xF1407488CE00020A,"Izikashak",0x1114,52000,"Earthliving",0x8,BUFF
From everything I have read, the last bits should be a unique identifier that should only change when resummoning pets basically.

If there is a bit mask I should be applying it would be great to know. Otherwise I guess I can take the less clean route of falling back on name if I cannot find a match by GUID.

Offline
Reply With Quote
Old 04/13/09, 6:06 AM   #83
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
As far as I know GUIDs only change if an NPC is "recreated", either by respawning, pet being resummoned, etc. Player GUIDs should never change.

What kind of unit is that Izikashak? Looks like a pet. Maybe it was MCd, could that be it?

Offline
Reply With Quote
Old 04/18/09, 8:04 PM   #84
Amiicus
Glass Joe
 
Tauren Druid
 
The Venture Co
3.1 ready?

I was trying to parse a log of VoA Wing 2 using the newest update and I noticed the data on Emalon doesnt show up at all (though his exploding adds seem to be there)

Is this something I did.. or does something need to be done to show newer NPCs and mobs?

Offline
Reply With Quote
Old 04/19/09, 7:57 AM   #85
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Amiicus View Post
I was trying to parse a log of VoA Wing 2 using the newest update and I noticed the data on Emalon doesnt show up at all (though his exploding adds seem to be there)

Is this something I did.. or does something need to be done to show newer NPCs and mobs?
I don't have any logs from anything other than Ignis from the new content so far. If you or anyone else have some logs I'd love to have them.
Emalon didn't cross my mind until you mentioned him though. Since it's a "PvP dungeon" there might be some flags that are set differently than normal dungeon mobs.
You shouldn't have to change anything to parse new mobs btw, except turn off automatic boss parsing until I have added all the new mobs to the configuration files.

I started adding the mob IDs for Ulduar bosses so that automatic parsing of boss events should work, but I haven't been able to test anything other than Ignis.

Offline
Reply With Quote
Old 04/20/09, 8:11 AM   #86
Unravel
Piston Honda
 
Unravel
Tauren Druid
 
No WoW Account (EU)
Originally Posted by racy View Post
I don't have any logs from anything other than Ignis from the new content so far. If you or anyone else have some logs I'd love to have them.
Here's a 10-man log for our Razorscale kill and XT-002 Deconstructor attempts. I'll delete this fairly soon, though.

WowPlot — Graphical Combat Log Analyzer (Max OS X)

Germany Offline
Reply With Quote
Old 04/21/09, 3:24 AM   #87
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Unravel View Post
Here's a 10-man log for our Razorscale kill and XT-002 Deconstructor attempts. I'll delete this fairly soon, though.
Thanks.

Offline
Reply With Quote
Old 04/22/09, 3:28 AM   #88
Amiicus
Glass Joe
 
Tauren Druid
 
The Venture Co
Voa Wing 2 log

Here's our VoA Emalon log

Offline
Reply With Quote
Old 04/25/09, 7:30 AM   #89
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Amiicus View Post
Here's our VoA Emalon log
Thanks a lot.

I'll analyze it!

Offline
Reply With Quote
Old 04/25/09, 7:55 AM   #90
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
I found the problem I believe. There are some new GUID unit type numbers present in the 3.1 logs and I use those to see if a unit is an npc, pet, player, etc.
The unit type is usually gotten by masking the GUID with 0x00F0000000000000

0 = player
3 = npc
4 = pet
5 = Some kind of PvP vehicle or something like that
8 = The new number that players have when they are inside the Vault of Archavon, dont know what it means.

I'll add 8 as a player type and see how that works out.

Offline
Reply With Quote
Old 04/25/09, 8:28 AM   #91
 Miles
Glass Joe
 
Gnome Mage
 
Neptulon (EU)
We've changed the mask to 0x00700etc to "cast" the 8 back to 0 - works out okay so far :P

Miles @ World of Logs - Real time raid analysis

Offline
Reply With Quote
Old 04/25/09, 9:07 AM   #92
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Miles View Post
We've changed the mask to 0x00700etc to "cast" the 8 back to 0 - works out okay so far :P
I just released 1.44.2 that sets the type 8 as a player type. VoA fights seems to work now.

Offline
Reply With Quote
Old 05/04/09, 9:49 AM   #93
uzghul
Glass Joe
 
Blood Elf Paladin
 
Frostmane (EU)
Racy, what is unclear to me after looking at the combat log is how you define the "tries" on a boss. As you don't get a UNIT_DIED message and you can't be sure that there are 25 people in the raid, how do you define a wipe?

Offline
Reply With Quote
Old 05/07/09, 1:24 AM   #94
Amiicus
Glass Joe
 
Tauren Druid
 
The Venture Co
another log

Here's an Ulduar log if you need more GU IDs

I really like your parser. Thanks for your hard work

Offline
Reply With Quote
Old 05/07/09, 1:44 AM   #95
Amiicus
Glass Joe
 
Tauren Druid
 
The Venture Co
I parsed the log I posted above with your newest update..
and nothing jumped out at me except..
on "XT-002 Deconstructor", we had 1 mistake pull, 1 wipe and 1 kill and I dont see the kill listed on the parsed log.
Also I only see 1 listing for the "Heart of the Deconstructor".
I'm not sure "how" it should parse for the heart since it regains it's hps but at least one listing per try/pull on the boss, would make sense, I think


Edit:

Another thing.. not that is matters as much but the only logs that list for the Flame Lev is, "Leviathan Defense Turret" the only part touched by players. I was wondering if there is a way to parse for the vehicles? Like I say, vehicle dps isnt a big deal. I was just curious about it Not at all like a missing boss death listing

Last edited by Amiicus : 05/07/09 at 1:53 AM.

Offline
Reply With Quote
Old 05/07/09, 4:42 PM   #96
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by uzghul View Post
Racy, what is unclear to me after looking at the combat log is how you define the "tries" on a boss. As you don't get a UNIT_DIED message and you can't be sure that there are 25 people in the raid, how do you define a wipe?
I have a timeout on mob fights. If nothing is done to or from a mob within that time frame then the fight is closed. The timeout is listed on the front page as "Max inactive time".

Offline
Reply With Quote
Old 05/07/09, 6:14 PM   #97
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Amiicus View Post
I parsed the log I posted above with your newest update..
and nothing jumped out at me except..
on "XT-002 Deconstructor", we had 1 mistake pull, 1 wipe and 1 kill and I dont see the kill listed on the parsed log.
Also I only see 1 listing for the "Heart of the Deconstructor".
I'm not sure "how" it should parse for the heart since it regains it's hps but at least one listing per try/pull on the boss, would make sense, I think


Edit:

Another thing.. not that is matters as much but the only logs that list for the Flame Lev is, "Leviathan Defense Turret" the only part touched by players. I was wondering if there is a way to parse for the vehicles? Like I say, vehicle dps isnt a big deal. I was just curious about it Not at all like a missing boss death listing
Well, in that log I only see two fights vs XT-002.
There is a pause between 22:00 and 22:40 where nothing at all happens. Perhaps you turned off the logging?

About vehicles, I just now fixed a problem with that so the leviathan fight should work well now (I hope). I'll release version 1.44.3 with these changes.

Offline
Reply With Quote
Old 05/07/09, 8:07 PM   #98
Amiicus
Glass Joe
 
Tauren Druid
 
The Venture Co
Hmm.. I didnt see that.. But you're right..

I didnt turn it off.. but it didnt log for some reason..

Offline
Reply With Quote
Old 05/08/09, 12:50 PM   #99
Erdluf
Great Tiger
 
Night Elf Druid
 
Echo Isles
A really great tool. Thanks.

I'd like to see the Aura dialog, but for Bosses rather than players. I'm want to know when particular debufs (say Misery) were present or missing.


One minor bug:

Heals cast after the boss dies aren't displayed in the "Healing Received Plot vs Merged Participants".

In the following, the boss dies about 1s into the log, but people continue taking DoT damage for about seven seconds. A Tranquility is cast just after the boss death.

The plot shows the DoTs. The "Health Deficit" numbers seem to reflect both the DoT's and HoT's (but are only drawn when a DoT occurs). The HoTs are not drawn at all, except for a Rejuv that ticked just before the boss died. This is with both "Show dots everytime ..." and "Show health deficit" checked.

5/7 18:31:07.651  SPELL_DAMAGE,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,57965,"Instant Poison IX",0x8,1051,0,8,0,0,0,nil,nil,nil
5/7 18:31:07.651  SPELL_DAMAGE,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,7384,"Overpower",0x1,4489,0,1,0,0,0,1,nil,nil
5/7 18:31:07.729  SPELL_AURA_REFRESH,0x0600000000A02B69,"Nua",0x512,0x0600000000A02B69,"Nua",0x512,28093,"Lightning Speed",0x1,BUFF
5/7 18:31:07.729  SWING_DAMAGE,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,258,0,1,0,0,0,nil,1,nil
5/7 18:31:07.776  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48441,"Rejuvenation",0x8,1919,0,nil
5/7 18:31:07.870  SPELL_PERIODIC_DAMAGE,0x0600000002ABC580,"Cell",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,55078,"Blood Plague",0x20,228,0,32,0,0,0,nil,nil,nil
5/7 18:31:07.870  SPELL_PERIODIC_DAMAGE,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,12721,"Deep Wounds",0x1,888,0,1,0,0,0,nil,nil,nil
5/7 18:31:08.104  SPELL_AURA_REFRESH,0x06000000019357C7,"Shangai",0x512,0x06000000019357C7,"Shangai",0x512,57522,"Enrage",0x1,BUFF
5/7 18:31:08.104  SPELL_AURA_REFRESH,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,57970,"Deadly Poison IX",0x8,DEBUFF
5/7 18:31:08.104  SPELL_ENERGIZE,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48542,"Revitalize",0x8,157,0
5/7 18:31:08.198  SWING_DAMAGE,0x0600000000A4E450,"Jillexie",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,620,0,1,0,72,0,nil,nil,nil
5/7 18:31:08.526  SPELL_AURA_APPLIED,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48447,"Tranquility",0x8,BUFF
5/7 18:31:08.526  SPELL_CAST_SUCCESS,0x060000000006A431,"Erdluf",0x511,0x0000000000000000,nil,0x80000000,48447,"Tranquility",0x8
5/7 18:31:08.542  SPELL_ENERGIZE,0x0600000000A02B69,"Nua",0x512,0x0600000000A02B69,"Nua",0x512,51637,"Focused Attacks",0x1,2,3
5/7 18:31:08.542  SPELL_AURA_REFRESH,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,12721,"Deep Wounds",0x1,DEBUFF
5/7 18:31:08.542  SPELL_AURA_REFRESH,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,46857,"Trauma",0x1,DEBUFF
5/7 18:31:08.542  SWING_DAMAGE,0x0600000000A4E450,"Jillexie",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,286,0,1,0,0,0,nil,1,nil
5/7 18:31:08.573  SWING_DAMAGE,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,314,0,1,0,0,0,nil,nil,nil
5/7 18:31:08.713  SPELL_PERIODIC_DAMAGE,0x0600000000A4E450,"Jillexie",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,57970,"Deadly Poison IX",0x8,1242,0,8,0,0,0,nil,nil,nil
5/7 18:31:08.823  SPELL_CAST_SUCCESS,0x0600000000A4E450,"Jillexie",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,48668,"Eviscerate",0x1
5/7 18:31:08.823  SPELL_AURA_REMOVED,0x0600000000A02B69,"Nua",0x512,0x0600000000A02B69,"Nua",0x512,57993,"Envenom",0x8,BUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x0600000002ABC580,"Cell",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,55095,"Frost Fever",0x10,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,47465,"Rend",0x1,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x0600000002ABC580,"Cell",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,55078,"Blood Plague",0x20,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x0600000000A4E450,"Jillexie",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,57970,"Deadly Poison IX",0x8,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,12721,"Deep Wounds",0x1,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,46857,"Trauma",0x1,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,57970,"Deadly Poison IX",0x8,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x06000000019357C7,"Shangai",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,47437,"Demoralizing Shout",0x1,DEBUFF
5/7 18:31:08.870  SPELL_AURA_REMOVED,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,48676,"Garrote",0x1,DEBUFF
5/7 18:31:08.870  PARTY_KILL,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48
5/7 18:31:08.870  SPELL_PERIODIC_DAMAGE,0x0600000000A02B69,"Nua",0x512,0xF13000799E00092C,"Cyanigosa",0x10a48,48676,"Garrote",0x1,965,813,1,0,0,0,nil,nil,nil
5/7 18:31:08.885  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0x10a48,0x0600000002ABC580,"Cell",0x512,59281,"Uncontrollable Energy",0x40,1591,0,64,200,0,0,nil,nil,nil
5/7 18:31:08.885  UNIT_DIED,0x0000000000000000,nil,0x80000000,0xF13000799E00092C,"Cyanigosa",0x10a48
5/7 18:31:09.120  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48443,"Regrowth",0x8,1060,0,nil
5/7 18:31:09.260  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59369,"Blizzard",0x10,2120,0,16,600,0,0,nil,nil,nil
5/7 18:31:09.260  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A02B69,"Nua",0x512,59369,"Blizzard",0x10,2700,0,16,300,0,0,nil,nil,nil
5/7 18:31:09.260  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A4E450,"Jillexie",0x512,59369,"Blizzard",0x10,2700,0,16,300,0,0,nil,nil,nil
5/7 18:31:09.635  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x06000000019357C7,"Shangai",0x512,48441,"Rejuvenation",0x8,1918,0,nil
5/7 18:31:09.635  SPELL_AURA_REMOVED,0x060000000006A431,"Erdluf",0x511,0x06000000019357C7,"Shangai",0x512,48441,"Rejuvenation",0x8,BUFF
5/7 18:31:10.385  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48445,"Tranquility",0x8,5663,0,nil
5/7 18:31:10.479  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x06000000019357C7,"Shangai",0x512,48445,"Tranquility",0x8,5663,3655,nil
5/7 18:31:10.479  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A02B69,"Nua",0x512,48445,"Tranquility",0x8,5663,3037,nil
5/7 18:31:10.479  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A4E450,"Jillexie",0x512,48445,"Tranquility",0x8,5664,3029,nil
5/7 18:31:10.479  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48445,"Tranquility",0x8,5663,0,nil
5/7 18:31:10.839  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48441,"Rejuvenation",0x8,1918,997,nil
5/7 18:31:11.245  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59369,"Blizzard",0x10,2120,0,16,600,0,0,nil,nil,nil
5/7 18:31:11.323  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A02B69,"Nua",0x512,59369,"Blizzard",0x10,3000,0,16,0,0,0,nil,nil,nil
5/7 18:31:11.323  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A4E450,"Jillexie",0x512,59369,"Blizzard",0x10,2400,0,16,600,0,0,nil,nil,nil
5/7 18:31:11.573  SPELL_AURA_REMOVED,0x06000000019357C7,"Shangai",0x512,0x06000000019357C7,"Shangai",0x512,59620,"Berserk",0x2,BUFF
5/7 18:31:12.151  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59281,"Uncontrollable Energy",0x40,1591,0,64,200,0,0,nil,nil,nil
5/7 18:31:12.151  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48443,"Regrowth",0x8,1059,0,nil
5/7 18:31:12.370  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48445,"Tranquility",0x8,5663,5663,nil
5/7 18:31:12.542  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x06000000019357C7,"Shangai",0x512,48445,"Tranquility",0x8,5663,5663,nil
5/7 18:31:12.542  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A02B69,"Nua",0x512,48445,"Tranquility",0x8,5663,2737,nil
5/7 18:31:12.542  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A4E450,"Jillexie",0x512,48445,"Tranquility",0x8,5663,3328,nil
5/7 18:31:12.542  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48445,"Tranquility",0x8,5663,0,nil
5/7 18:31:13.229  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A02B69,"Nua",0x512,59369,"Blizzard",0x10,2700,0,16,300,0,0,nil,nil,nil
5/7 18:31:13.292  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59369,"Blizzard",0x10,2120,0,16,600,0,0,nil,nil,nil
5/7 18:31:13.292  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A4E450,"Jillexie",0x512,59369,"Blizzard",0x10,2700,0,16,300,0,0,nil,nil,nil
5/7 18:31:14.308  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48445,"Tranquility",0x8,5663,5663,nil
5/7 18:31:14.464  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A02B69,"Nua",0x512,48445,"Tranquility",0x8,5663,3036,nil
5/7 18:31:14.464  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A4E450,"Jillexie",0x512,48445,"Tranquility",0x8,5663,3028,nil
5/7 18:31:14.526  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48445,"Tranquility",0x8,5663,1374,nil
5/7 18:31:14.808  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59281,"Uncontrollable Energy",0x40,1767,0,64,0,0,0,nil,nil,nil
5/7 18:31:15.136  SPELL_PERIODIC_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000002ABC580,"Cell",0x512,48443,"Regrowth",0x8,1059,0,nil
5/7 18:31:15.245  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59369,"Blizzard",0x10,1855,0,16,900,0,0,nil,nil,nil
5/7 18:31:15.308  SPELL_AURA_REMOVED,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000002ABC580,"Cell",0x512,59369,"Blizzard",0x10,DEBUFF
5/7 18:31:15.308  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A02B69,"Nua",0x512,59369,"Blizzard",0x10,2700,0,16,300,0,0,nil,nil,nil
5/7 18:31:15.308  SPELL_AURA_REMOVED,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A02B69,"Nua",0x512,59369,"Blizzard",0x10,DEBUFF
5/7 18:31:15.308  SPELL_PERIODIC_DAMAGE,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A4E450,"Jillexie",0x512,59369,"Blizzard",0x10,2400,0,16,600,0,0,nil,nil,nil
5/7 18:31:15.308  SPELL_AURA_REMOVED,0xF13000799E00092C,"Cyanigosa",0xa48,0x0600000000A4E450,"Jillexie",0x512,59369,"Blizzard",0x10,DEBUFF
5/7 18:31:16.245  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48445,"Tranquility",0x8,5663,5663,nil
5/7 18:31:16.245  SPELL_AURA_REMOVED,0x060000000006A431,"Erdluf",0x511,0x060000000006A431,"Erdluf",0x511,48447,"Tranquility",0x8,BUFF
5/7 18:31:16.558  SPELL_HEAL,0x060000000006A431,"Erdluf",0x511,0x0600000000A02B69,"Nua",0x512,48445,"Tranquility",0x8,5663,3037,nil

United States Offline
Reply With Quote
Old 05/08/09, 1:09 PM   #100
racy
Von Kaiser
 
Night Elf Druid
 
Dragonblight (EU)
Originally Posted by Erdluf View Post
One minor bug:

Heals cast after the boss dies aren't displayed in the "Healing Received Plot vs Merged Participants".
That's not a bug, but a feature.
I prune the fights so that everything after the death of the fight mob is not included.
The same happens with fights when there is a wipe (the mob not dieing). Then all events after the last damage event from/to the mob is deleted from the fight.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
MATLAB-based logfile parser for 2.4 combat logs Kalman User Interface and AddOns 3 02/24/08 8:35 PM
Chat Log Manager/Parser? Tehehe User Interface and AddOns 6 02/10/08 9:36 AM
Looking for a DKP Parser Binks-Hyjal User Interface and AddOns 0 03/15/07 3:31 AM