diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-01 14:59:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-01 14:59:42 -0300 |
commit | e058acb77dbfbd46883451e9b90a77562228463d (patch) | |
tree | d3bf55edd5a5c84736ea7715644d8ee9a6efa717 /npc/018-6-2 | |
parent | 63ef3f40b1831ee76d95f65a5897da2dd5ba94a5 (diff) | |
download | serverdata-e058acb77dbfbd46883451e9b90a77562228463d.tar.gz serverdata-e058acb77dbfbd46883451e9b90a77562228463d.tar.bz2 serverdata-e058acb77dbfbd46883451e9b90a77562228463d.tar.xz serverdata-e058acb77dbfbd46883451e9b90a77562228463d.zip |
Monster control for Forgotten Hall is now operative (I hope).
Four levels, the fourth level is a killer so try to run!
Diffstat (limited to 'npc/018-6-2')
-rw-r--r-- | npc/018-6-2/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |