My development (#58)

* Black Knights Fortress (not complete)

* another Black knight

* dialogue fix + added comment
This commit is contained in:
DPSCryptic
2019-10-13 20:12:32 +02:00
committed by Daniel Ginovker
parent ea50d4065a
commit 0d728d8af0
37 changed files with 6424 additions and 6205 deletions
@@ -624,6 +624,19 @@ public class NpcActions {
}
break;
case 608:
if (c.blackKnight == 0) {
c.getDialogueHandler().sendDialogues(3902, npcType);
} else if (c.blackKnight == 1) {
c.getDialogueHandler().sendDialogues(3510, npcType);
}else if (c.blackKnight == 2) {
c.getDialogueHandler().sendDialogues(3502, npcType);
}else if (c.blackKnight == 3) {
c.getActionSender().sendMessage(
"He has nothing to say to you.");
}
break;
case 758:
if (c.sheepShear == 0) {
c.getDialogueHandler().sendDialogues(164, npcType);