From 4c2b2614e276364807bbf48295c876c7646567b5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 19:17:54 -0300 Subject: Should fix all errors until this point --- npc/018-6-2/main.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/018-6-2/main.txt') diff --git a/npc/018-6-2/main.txt b/npc/018-6-2/main.txt index d34deb632..0e1ebf7ce 100644 --- a/npc/018-6-2/main.txt +++ b/npc/018-6-2/main.txt @@ -76,13 +76,13 @@ OnTouch: // East hall not yet enabled, we must repeat if (!(.@q3 & 128)) { // Mark the west hall as complete (again) - addtimer("#01862_InstCtrl::OnLevel4", 100); + addtimer(100, "#01862_InstCtrl::OnLevel4"); setq3 LoFQuest_Barbara, .@q3|64; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; } else { // Quest is over! - setq3 LoFQuest_Barbara, 5; + setq3 LoFQuest_Barbara, 7; disablenpc instance_npcname(.name$, .@q2); enablenpc instance_npcname("#ToForgottenShrine", .@q2); warp BarbaraInstCheck(0), 90, 112; @@ -113,13 +113,13 @@ OnTouch: // West hall not yet enabled, we must repeat if (!(.@q3 & 64)) { // Mark the east hall as complete (again) - addtimer("#01862_InstCtrl::OnLevel4", 100); + addtimer(100, "#01862_InstCtrl::OnLevel4"); setq3 LoFQuest_Barbara, .@q3|128; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; } else { // Quest is over! - setq3 LoFQuest_Barbara, 5; + setq3 LoFQuest_Barbara, 7; disablenpc instance_npcname(.name$, .@q2); enablenpc instance_npcname("#ToForgottenShrine", .@q2); warp BarbaraInstCheck(0), 90, 112; -- cgit v1.2.3-70-g09d2