From e058acb77dbfbd46883451e9b90a77562228463d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Sep 2019 14:59:42 -0300 Subject: Monster control for Forgotten Hall is now operative (I hope). Four levels, the fourth level is a killer so try to run! --- npc/018-6-2/main.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/018-6-2') diff --git a/npc/018-6-2/main.txt b/npc/018-6-2/main.txt index dd92bd730..779c7098f 100644 --- a/npc/018-6-2/main.txt +++ b/npc/018-6-2/main.txt @@ -74,6 +74,7 @@ OnTouch: // East hall not yet enabled, we must repeat if (!(.@q3 & 128)) { // Mark the west hall as complete (again) + addtimer("#01862_InstCtrl::OnLevel4", 100); setq3 LoFQuest_Barbara, .@q3|64; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; @@ -110,6 +111,7 @@ OnTouch: // West hall not yet enabled, we must repeat if (!(.@q3 & 64)) { // Mark the east hall as complete (again) + addtimer("#01862_InstCtrl::OnLevel4", 100); setq3 LoFQuest_Barbara, .@q3|128; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; -- cgit v1.2.3-60-g2f50