when i rez....
Posted: Tue Apr 11, 2006 1:08 pm
How i can change it when i raise whit healer and gate im stunk a lot of time cause the gate juste gave one life and gave no mana and stam how i can change that
https://www.forums.polserver.com/
Code: Select all
if(ResNow(mobile)==1)
PrintTextAbove(who, "Live again by the Virtues!");
PerformAction(who, ACTION_EFFECT_CAST2);
PlaySoundEffect(who, SOUND_EFFECT_RES);
Resurrect(mobile);
ResPenalties(mobile);
endif