Quote:
Originally Posted by N0ctrnl
I made the following modification to the Leaderboards.pl script to report unbuffed hitpoints. Just in case anybody hadn't figure it out yet.
Code:
my $hp1 = $client->GetMaxHP();
my $hp2 = $client->GetSpellHPBonuses();
my $hp = ($hp1 - $hp2);
|
Just made uber people less uber looking on the leaderboard, haha.