From 8819a0b9f939775117b1988ba0c79e8cedc99aaa Mon Sep 17 00:00:00 2001 From: Olivier <75835176+JohnsonMichaels123@users.noreply.github.com> Date: Thu, 17 Dec 2020 06:01:22 -0800 Subject: [PATCH] NPC Interaction (lostCity) (#445) - Players can now properly interact with Monk, Archer, Wizard and Warrior - Player can now interact with Shamus --- .../java/com/rebotted/game/npcs/NpcActions.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/2006Redone Server/src/main/java/com/rebotted/game/npcs/NpcActions.java b/2006Redone Server/src/main/java/com/rebotted/game/npcs/NpcActions.java index 1688c92e..712d0a4a 100644 --- a/2006Redone Server/src/main/java/com/rebotted/game/npcs/NpcActions.java +++ b/2006Redone Server/src/main/java/com/rebotted/game/npcs/NpcActions.java @@ -145,6 +145,21 @@ public class NpcActions { case 599: player.getDialogueHandler().sendDialogues(1369, npcType); break; + case 649: + player.getDialogueHandler().sendDialogues(3840, npcType); + break; + case 650: + player.getDialogueHandler().sendDialogues(3578, npcType); + break; + case 651: + player.getDialogueHandler().sendDialogues(3840, npcType); + break; + case 652: + player.getDialogueHandler().sendDialogues(3840, npcType); + break; + case 654: + player.getDialogueHandler().sendDialogues(3848, npcType); + break; case 644: //Straven if (player.shieldArrav <= 4) {