{
for (Player player : getPlayers())
{
player.sendPacket(new ExShowScreenMessage(NpcString.STAGE_6, 6000, ExShowScreenMessage.ScreenMessageAlign.TOP_CENTER, true, 1, -1, true, new String[0]));
}
addSpawnWithoutRespawn(KartiaWatchman, new Location(-111848, -15560, -11445), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-111848, -15560, -11445), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-111656, -15528, -11444), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-111656, -15528, -11444), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-111432, -15496, -11443), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-111432, -15496, -11443), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-111192, -15512, -11444), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-111192, -15512, -11444), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-110968, -15512, -11444), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-110968, -15512, -11444), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-110792, -15592, -11444), 0);
addSpawnWithoutRespawn(KartiaGuard, new Location(-110792, -15592, -11444), 0);
addSpawnWithoutRespawn(KartiaWatchman, new Location(-110792, -15592, -11444), 0);
ThreadPoolManager.getInstance().schedule(new TowCycleStageSeven(), 90000L);
}