prontera,155,175,5 script healer#sanc_main 4_F_KAFRA9,8,8,{
end;
OnTouch:
npctalk "Hello "+strcharinfo(0)+", how are you?";
end;
OnInit:
npcspeed 200;
initnpctimer;
end;
OnTimer20000:
getfreecell(strnpcinfo(4), .@x, .@y, 150, 150, 14, 14);
npcwalkto .@x, .@y;
end;
OnTimer40000:
getmapxy(.@map$, .@x, .@y, BL_NPC);
unitskillusepos getnpcid(0), PR_SANCTUARY, 5, .@x, .@y;
initnpctimer;
end;
}