diff --git a/2006Redone Server/src/redone/game/npcs/NpcActions.java b/2006Redone Server/src/redone/game/npcs/NpcActions.java index d3753cfc..c26d8b6d 100644 --- a/2006Redone Server/src/redone/game/npcs/NpcActions.java +++ b/2006Redone Server/src/redone/game/npcs/NpcActions.java @@ -454,6 +454,8 @@ public class NpcActions { case 756:// harlow if (c.vampSlayer == 1) { + c.getDialogueHandler().sendDialogues(498, npcType); + } else if (c.vampSlayer == 2) { c.getDialogueHandler().sendDialogues(510, npcType); } else if (c.vampSlayer == 3) { c.getDialogueHandler().sendDialogues(531, npcType); @@ -661,7 +663,7 @@ public class NpcActions { break; case 608: - if (c.blackKnight == 0) { + if (c.blackKnight == 0 && c.questPoints >= 12) { c.getDialogueHandler().sendDialogues(3902, npcType); } else if (c.blackKnight == 1) { c.getDialogueHandler().sendDialogues(3510, npcType);