teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Friendly fire counted as personal dps #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
first, thanks for all the work you put in this project.

My problem is with the damage people do to other people in the raid, that
damage is currently counted in personal dps.
Is it possible to remove that damage from the actual dps or total damage done?

For example, in the file I attached:
In Thaddius fight, damage from charges is added to the dps of the person
(and this is not 'good' kind of damage). It inflates dps values.
Also, problem is with paladin's self harming seal (Seal of the Martyr).
Both paladins in the attached file did 500dps to themselves during the
course of the fight. I think those values should also be removed from total
damage done, or at least from true dps values.

Original issue reported on code.google.com by zvonimir...@gmail.com on 31 Jan 2009 at 12:49

Attachments:

GoogleCodeExporter commented 8 years ago
In essence, when a player does damage to a member of the raid, that damage 
should be
counted separately, as a kind of 'friendly fire' damage.

Original comment by zvonimir...@gmail.com on 31 Jan 2009 at 12:54

GoogleCodeExporter commented 8 years ago
It already is counted separately. For example the paladin "Winder" did 
2,657,573 damage to Thaddius; 
325,377 damage to Feugen; 213,000 damage to himself; and 4,365 damage to Sigma 
(a warlock).

His summary section up top says "Damage out: 3,200,315 (217,365 was to 
players)", which correctly lists the 
total and then how much was friendly fire. His DPS time was 6 minutes and 4 
seconds, and his active DPS is 
listed as "8,189" which only counts damage to Thaddius and Feugen: ( 3200315 - 
217365 ) / ( 6 * 60 + 4 ). 
(it's off by a little bit due to rounding). His presence was 6 min and 24 sec, 
and presence DPS was listed as 
"7761" which again only counts damage to Thaddius and Feugen.

Furthermore on the front page (the damage-out chart) the amount of damage he 
did is listed as 2,982,950, 
which has the friendly fire already removed.

Original comment by gianmerlino@gmail.com on 31 Jan 2009 at 5:37

GoogleCodeExporter commented 8 years ago
Thank you for clarification on that.
I read the damage summary, but I didn't stop to sum up and see which number was 
used
in calculating. I just assumed total dmg done was used.
Thanks!

Original comment by zvonimir...@gmail.com on 1 Feb 2009 at 11:33