}
else if (event.equals("6") && (temp_npc != null))
{
Functions.npcSay(temp_npc, TEXT[6]);
temp_npc.moveToLocation(new Location(-56511, -56647, -2008, 36863), 0, true);
temp_npc.broadcastPacket(new PlaySound(PlaySound.Type.MUSIC, "NS22_F", 0, 0, 0, 0, 0));
NpcInstance elf = addSpawn(singer1, -56344, -56328, -2008, 32768);
elf.moveToLocation(new Location(-56657, -56338, -2008, 33102), 0, true);
NpcInstance elf1 = addSpawn(singer2, -56552, -56245, -2008, 36863);
NpcInstance elf2 = addSpawn(singer2, -56546, -56426, -2008, 28672);
NpcInstance elf3 = addSpawn(singer2, -56570, -56473, -2008, 28672);
NpcInstance elf4 = addSpawn(singer2, -56594, -56516, -2008, 28672);
NpcInstance elf5 = addSpawn(singer2, -56580, -56203, -2008, 36863);
NpcInstance elf6 = addSpawn(singer2, -56606, -56157, -2008, 36863);
startQuestTimer("social1", 6000, elf);
startQuestTimer("social1", 6000, elf1);
startQuestTimer("social1", 6000, elf2);
startQuestTimer("social1", 6000, elf3);
startQuestTimer("social1", 6000, elf4);
startQuestTimer("social1", 6000, elf5);
startQuestTimer("social1", 6000, elf6);
startQuestTimer("7", 215000, temp_npc);
startQuestTimer("7", 215000, elf);
startQuestTimer("7", 215000, elf1);
startQuestTimer("7", 215000, elf2);
startQuestTimer("7", 215000, elf3);
startQuestTimer("7", 215000, elf4);
startQuestTimer("7", 215000, elf5);
startQuestTimer("7", 215000, elf6);
}
else if (event.equals("7") && (temp_npc != null))
{
if (temp_npc.getNpcId() == MC)
{
Functions.npcSay(temp_npc, TEXT[7]);
temp_npc.moveToLocation(new Location(-56698, -56430, -2008, 32768), 0, true);
startQuestTimer("8", 12000, temp_npc);
}
else
{
temp_npc.moveToLocation(new Location(-56594, -56064, -2008), 0, true);
startQuestTimer("clean_npc", 9000, temp_npc);
}
}
else if (event.equals("10") && (temp_npc != null))
{
temp_npc.moveToLocation(new Location(-56483, -56665, -2034), 0, true);
NpcInstance npc1 = addSpawn(circus1, -56495, -56375, -2008, 32768);
NpcInstance npc2 = addSpawn(circus1, -56491, -56289, -2008, 32768);
NpcInstance npc3 = addSpawn(circus2, -56502, -56246, -2008, 32768);
NpcInstance npc4 = addSpawn(circus2, -56496, -56429, -2008, 32768);
NpcInstance npc5 = addSpawn(circus3, -56505, -56334, -2008, 32768);
NpcInstance npc6 = addSpawn(circus4, -56545, -56427, -2008, 32768);
NpcInstance npc7 = addSpawn(circus4, -56552, -56248, -2008, 32768);
NpcInstance npc8 = addSpawn(circus5, -56493, -56473, -2008, 32768);
NpcInstance npc9 = addSpawn(circus5, -56504, -56201, -2008, 32768);
temp_npc.broadcastPacket(new PlaySound(PlaySound.Type.MUSIC, "TP05_F", 0, 0, 0, 0, 0));
startQuestTimer("npc1_1", 3000, npc1);
startQuestTimer("npc2_1", 3000, npc2);
startQuestTimer("npc3_1", 3000, npc3);
startQuestTimer("npc4_1", 3000, npc4);
startQuestTimer("npc5_1", 3500, npc5);