Toreole / BasicCombatlogParser

A small project with limited functionality in parsing WoW Combatlogs.
0 stars 1 forks source link

Add optional RaidFlag filter for DamageDone calculations #23

Open Toreole opened 3 months ago

Toreole commented 3 months ago

For situations where adds need to die and you have an addon that automatically marks it with the "Skull" marker, its interesting to be able to see who is doing how much damage to the target.

This requires only an additional EventFilter parameter that gets passed a TargetRaidFlagFilter (needs to be created first) with the correct mark set.