heal of gate.....
heal of gate.....
how i can do one heal of gate.... i dont know what is the command plz help me
1. define heal gate in itemdesc.cfg with walkonscript. If you don't know what i mean check moongate item, in distro is 0x0F6C
2. in scripts/items create name for example lifegate.src
2. in scripts/items create name for example lifegate.src
Code: Select all
use uo;
include "include/attributes";
program resportal(who)
SetHp(who, GetMaxHp(who));
endprogram