Jump to content
  • 0
Alexandria

Reflect to mvps

Question

4 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0
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

status_get_hp(&tsd->bl)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.