Not sure what you mean anyways this will spawn Thanatos the 6th hour of every day.
- script Thanatos_Event -1,{
OnHour06:
killmonster .maps$[.rand],"Thanatos_Event::OnMobDead";
set .rand, rand(getarraysize(.maps$));
announce "Thanatos has appeared in "+setchar(.maps$[.rand], strtoupper(charat(.maps$[.rand],0)), 0)+"!",bc_all,0x5AFD4D;
monster .maps$[.rand],0,0,"Thanatos",1708,1,"Thanatos_Event::OnMobDead";
end;
OnMobDead: end;
OnInit:
setarray .maps$, "prontera", "payon", "geffen", "morocc",
"alberta", "izlude", "aldebaran", "comodo",
"yuno", "amatsu", "gonryun", "umbala", "louyang";
}
Nice and announce when someone kill thanatos
@Edit
else the mvp is not being invoked on the map