View Single Post
  #31  
Old 09-15-2015, 04:49 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Quote:
Originally Posted by N0ctrnl View Post
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.
Reply With Quote