OnTimer60000: //Checks Every 1 minute if (!mobcount("prontera","all")){ //Do Something, All monsters is prontera is dead. }OnInit: initnpctimer; end;
// EVENT NPC ======================================================prontera,137,167,3 script Kill Event 63,{ monster "prontera",0,0,"Poring",PORING,10,"PrizeGiver::OnPoringKilled"; OnPoringKilled: if (!mobcount("prontera","PrizeGiver::OnPoringKilled")){ //All mobs dead, do something. <-- what's this for?? }}// PRIZE GIVER NPC ======================================================location script PrizeGiver 64,{ script for item}
We use essential cookies to make this site work, and optional cookies to enhance your experience.