You can follow us on Facebook.
"The formula for the base Maximum Hit Points is given by: 136 + (21-S)*S/2 + (21-E)*E/2"Is this correct? My calculations are 2 less hp than everything in tablehttp://fonline-aop.net/wiki/index.php?title=Hit_PointsThat should be correct, yes. Don't forget that you get 1+E/4 HP for each level, including level 1. So with average (5) endurance, you'll have +2 HP in addition to the base HP above. The HP per level is rounded down, but any fraction that remains is "remembered" for the next level up. So for example, with 6 endurance, you get +2 HP for level 1, +3 HP for level 2, +2 for level 3, etc. Exact formula for that in case you're lazy:HP += 1 + (level*E)/4 - ((level-1)*E)/4