ServUO Version
Publish 57
Ultima Expansion
Endless Journey
I'd like to know how to restore all my stamina to full and change my appearance when a monster's physical strength falls below 30%. For example, when a human monster's physical strength falls below 30%, it transforms into a dragon and restores all of its fallen physical strength. Could you please let me know if you have any good examples?
 
It'd be basically just like Harrower except you'd need to put the check in
public override void OnThink()
instead of
public override bool OnBeforeDeath()
and check whatever stat your wanting to trigger the morph
 
It'd be basically just like Harrower except you'd need to put the check in
public override void OnThink()
instead of
public override bool OnBeforeDeath()
and check whatever stat your wanting to trigger the morph
Thank you for your answer! I'll check it out and research it. Thank you for your help
 
Back