From f42cc1e6d082362c5e9b5e8ad10d33344264cf65 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 19:57:14 -0200 Subject: [skip ci] Nard Candor Instance is interfering --- npc/018-2-2/main.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/018-2-2/main.txt') diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index dc5832401..7cbee0426 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -254,6 +254,10 @@ OnMaster14: // Controls logic for each instance OnInstanceInit: + // Nard in Candor is always ID zero. Wait until we start loading HHMD. + if ($@HHMD_INSTID1 == 0) + end; + //if (instance_mapname("0018-2-2")) // HH_NOVICE if (instance_id() == $@HHMD_INSTID1) { @@ -265,19 +269,23 @@ OnInstanceInit: } // HH_INTERMEDIARY if (instance_id() == $@HHMD_INSTID2) { + debugmes "+ Init Intermed"; freeloop(true); for (.@i=0;.@i