Quests rework.

This commit is contained in:
MobiusDev
2016-02-11 21:39:33 +00:00
parent b2cafd8e2e
commit 09976b0ce6
173 changed files with 6416 additions and 4720 deletions

View File

@@ -421,7 +421,7 @@ public final class Q00420_LittleWing extends Quest
if ((qs != null) && (getQuestItemsCount(attacker, DELUXE_FAIRY_STONE) > 0) && (getRandom(100) < 30))
{
takeItems(attacker, DELUXE_FAIRY_STONE, -1);
qs.playSound(QuestSound.ITEMSOUND_QUEST_MIDDLE);
playSound(attacker, QuestSound.ITEMSOUND_QUEST_MIDDLE);
npc.broadcastPacket(new NpcSay(npc, ChatType.NPC_GENERAL, NpcStringId.THE_STONE_THE_ELVEN_STONE_BROKE));
}
return super.onAttack(npc, attacker, damage, isSummon);