Have a creature script that tries to change the creature's max health.
SetCreatureProperty(OBJECT_SELF,PROPERTY_DEPLETABLE_HEALTH, 999.0, PROPERTY_VALUE_BASE);
works, however, swapping it out and changing nothing else with:
SetMaxHealth(OBJECT_SELF,999);
does not work. Any ideas as to what could be going wrong?
Problem with SetMaxHealth()
Débuté par
FergusM
, juil. 21 2010 05:09
#1
Posté 21 juillet 2010 - 05:09





Retour en haut






