Greetings, folks.
So, in the latest version, you'll see on the main roster page that everyone from 60+ has their blue progress bar all the way across. To have this more accurate, you can change the line in memberlist.php from this:
$percentage = round(($row['level']/60)*100);
to this:
$percentage = round(($row['level']/70)*100);