NPC Interaction (lostCity) (#445)

- Players can now properly interact with Monk, Archer, Wizard and Warrior
- Player can now interact with Shamus
This commit is contained in:
Olivier
2020-12-17 06:01:22 -08:00
committed by GitHub
parent e524b2fa0b
commit 8819a0b9f9
@@ -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) {