viewing paste Unknown #17634 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
-   script  ZombieInvasion  -1,{
OnClock1600:
OnClock2300:
announce "Zombies will be invading prontera in 1 minute!!",0;
sleep2 30000;
announce "Kill the Zombies and get a chance to win Halloween Costume Box!!",0;
sleep2 10000;
announce "Zombies will invade in 20 seconds!!",0;
sleep2 10000;
announce "Zombies will invade in 10 seconds!!",0;
sleep2 10000;
announce "Zombies has invaded Prontera!!!",0;
set .mobk,150;
monster "prontera",0,0,"Zombie Event",3001,50,"ZombieInvasion::OnMobKilled";
end;
 
OnMobKilled:
set .mobk,.mobk-1;
dispbottom "Total Zombies Remaining:"+.mobk;
end;
 
}
Viewed 582 times, submitted by Guest.