Reflect to mvps

It's status.c I believe(else skill.c/battle.c) one of these 3, that's complete, just find and add that one line

 
status_get_max_hp : get MaxHP
status_get_hp: Get Current HP..

I guess you wanted to use status_get_max_hp

Also error is from 2nd party

Change all

status_get_hp(tsd)
To

Code:
status_get_hp(&tsd->bl)
 
Back
Top