the npc was work fine on eathena, but since i move the eathena to rathena SVN, this mvp_room files comes out error
Uploaded with ImageShack.us
here is my script
L_Start: // I hate gotos ... but ...
set .@dif, strnpcinfo(2);
if ( .remind[.@dif] == 0 ) {
set .remind[.@dif], 1;
initnpctimer;
}
mes "[MVP Summoner]";
mes "Hi, what can I do for you ?";
next;
switch ( select(.menu$) ) {
case 1:
mes "[MVP Summoner]";
if ( getmapmobs("this") > 0 {
mes "I cannot offer heal service when there are monsters around.";
close;
}
sc_end sc_poison;
sc_end sc_hallucination;
sc_end sc_stripweapon;
sc_end sc_striparmor;
sc_end sc_striphelm;
sc_end sc_stripshield;
sc_end sc_changeundead;
sc_end sc_orcish;
sc_end sc_berserk;
sc_end sc_ske;
sc_end sc_swoo;
sc_end sc_ska;
percentheal 100,100;
specialeffect2 7;
mes "You have completely healed.";
close;