merullian.gat,106,23,0 script 111,1,1,{
OnTouch:
if(getequipisequiped(EQI_HEAD_TOP)==1 || getequipisequiped(EQI_ARMOR)==1 || getequipisequiped(EQI_HAND_L)==1 || getequipisequiped(EQI_HAND_R)==1 || getequipisequiped(EQI_GARMENT)==1 || getequipisequiped(EQI_SHOES)==1 || getequipisequiped(EQI_ACC_L)==1 || getequipisequiped(EQI_ACC_R)==1 || getequipisequiped(EQI_HEAD_MID)==1 || getequipisequiped(EQI_HEAD_LOW)==1){
unitwalk getcharid(3),105,32;
mes "1;
close;
} else {
mes "2";
close;
}
}
Hello, i'm really confuse and wondering why everytime i ENTER in that area i got [Error]: unit_walk_timer mismatch 876 != 461
Although the script inside is working fine?
is there any other way how to fix this one? it keeps on popping up into my mapserv-sql.exe -.-
Thank you!