This commit is contained in:
Ceikry
2021-03-22 12:27:38 -05:00
parent bb82cd461f
commit 5fe2dcde4a
6 changed files with 63630 additions and 63740 deletions
@@ -108,7 +108,7 @@ public enum Emotes {
if(player.getLocation().getRegionId() == 13206 && !player.getAttribute("mistag-greeted", false)) {
RegionManager.getLocalNpcs(player).forEach(npc -> {
if (npc.getId() == 2084 && npc.getLocation().withinDistance(player.getLocation(), 3) && player.getQuestRepository().getQuest("Lost Tribe").getStage(player) == 45) {
player.getDialogueInterpreter().open(2084,"greeting");
player.getDialogueInterpreter().open(2084,npc,"greeting");
player.setAttribute("/save:mistag-greeted",true);
}
});