Quote:
Originally Posted by Wesell
Wouldn't it make more sense if the level and HP were based on the same random number so that higher level mobs have more HP and vice versa.
Code:
max_hp = max_hp + ((level - moblevel)/(maxlevel - moblevel))*(hpmax - max_hp)
|
I wanted the fields to be independant of each other.