- script Sample -1,{
OnInit:
setarray .Map$[0],"prontera","payon","izlude";
setarray .MVP[0],1751,1832,1252,1648;
end;
OnHour00:
OnHour08:
killmonster .Map$[ .RandMap ],"All";
if( .event_timer%8 ) end;
.event_timer++;
set .RandMap,rand( getarraysize( .Map$ ) );
set .RandMVP,rand( getarraysize( .MVP ) );
monster .Map$[ .RandMap ],0,0,"MVP Event",.MVP[ .RandMVP ],1,strnpcinfo(0)+"::OnKilled";
announce "MVP "+getmonsterinfo( .MVP[ .RandMVP ],0 )+" Telah Merusak Kota "+.Map$[ .RandMap ]+" . Seseorang Harus membantu!!",0;
initnpctimer;
end;
OnKilled:
announce "MVP telah Mati. Kota telah Aman.",0;
OnTimer3600000:
killmonster .Map$[ .RandMap ],"All";
stopnpctimer;
end;
}