}
}
private void spawnBoss(L2GrandBossInstance npc) {
startQuestTimer("ACTION", 10000, npc, null, true);
npc.broadcastPacket(new PlaySound(1, "BS02_D", 1, npc.getObjectId(), npc.getX(), npc.getY(), npc.getZ()));
startQuestTimer("SPAWN_ROYAL", 1000, npc, null);
startQuestTimer("NURSES_SPAWN", 1000, npc, null);
startQuestTimer("CHECK_MINIONS_ZONE", 30000, npc, null, true);
startQuestTimer("HEAL", 1000, null, null, true);
_queen = npc;