teel / stasiscl

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

hps indicator #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it be possible to add an hps indicator in the actors information and the
"healing" table, similar to the dps indicator, please?

Original issue reported on code.google.com by sven-...@web.de on 11 Jun 2008 at 1:30

GoogleCodeExporter commented 8 years ago
I second this, if possible.

Original comment by neocro...@gmail.com on 8 Dec 2008 at 5:23

GoogleCodeExporter commented 8 years ago
While at it, possibly add some extra columns to the invididual breakdown for 
spells -
Max Hit Min Hit Max Crit Min Crit etc?

Original comment by inzomni...@gmail.com on 28 Apr 2009 at 2:10

GoogleCodeExporter commented 8 years ago
If you mouse over the values for crit, and damage etc...it gives min/max values

Original comment by 19vett...@gmail.com on 30 Apr 2009 at 3:15

GoogleCodeExporter commented 8 years ago
Add this to Chart.pm at line 344

"R-HPS" => $raiderHealing{$actor} && $ptime && sprintf( "%d", 
$raiderHealing{$actor}
/ $ptime ),

Original comment by wwusir...@gmail.com on 10 Jul 2009 at 4:42

GoogleCodeExporter commented 8 years ago
Also edit lines 312-322

my @healingHeader = (
            "Player",
            "R-Presence",
            "",
            "R-Overheal",
            "",
            "R-Eff. Heal",
            "",
            "R-HPS",
            "R-%",
            " ",
        );

Original comment by wwusir...@gmail.com on 10 Jul 2009 at 4:53