// Instance Database
//
// Structure of Database:
// ID,Name,LimitTime,IdleTimeOut,EnterMap,EnterX,EnterY,Map2,...,Map255
//
// EnterMap is considered as Map1
follow the structure
it should be
OnInit:
waitingroom "BombLucky",0; // <--------------- ADD THIS LINE
set $Ev_BombLucky,0; //สถานะกิจกรรม
set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น."; //เวลากิจกรรม
end;
Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC.