bugfixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user