My Walking Healer doesn't work!
Can anyone help me?
farebury,152,133,4 script Healer Angeling 1096,2,2,{
OnInit:
initnpctimer;
end;
OnTimer15000: //15 seconds
npcwalkto 175,230;
end;
OnTimer30000:
npcwalkto 162,230;
stopnpctimer;
initnpctimer;
end;
OnTouch:
if (Hp == MaxHp && Sp == MaxSp) {
end;
}
npctalk "You're now healed ["+strcharinfo(0)+"]!";
skilleffect 28,9999;
percentheal 100,100;
sc_start SC_ANGELUS,.duration,10; // Angelus lvl 10
sc_start SC_BLESSING,.duration,10; // Blessing lvl 10
sc_start SC_INCREASEAGI,.duration,10; // Increase agi lvl 10
end;
}