From e2b546eaf63a0d3812a19c65dd16e2aa524f376e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Sep 2019 14:36:42 -0300 Subject: West and East Wings should now be working --- npc/018-6-0/main.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/018-6-0') diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt index 40827f383..9789d82f7 100644 --- a/npc/018-6-0/main.txt +++ b/npc/018-6-0/main.txt @@ -84,6 +84,9 @@ OnTouch: .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); if (.@q == 2 && !(.@q3 & 1)) { + // Mark the quest in progress as WEST HALL, and warp + setq3 LoFQuest_Barbara, .@q3|64; + enablenpc instance_npcname("#FromSouthHall", .@q2); warp BarbaraInstCheck(2), 70, 150; } else { dispbottom l("I already visited this warp."); @@ -107,6 +110,9 @@ OnTouch: .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); if (.@q == 2 && !(.@q3 & 2)) { + // Mark the quest in progress as EAST HALL, and warp + setq3 LoFQuest_Barbara, .@q3|128; + enablenpc instance_npcname("#FromSouthHall", .@q2); warp BarbaraInstCheck(2), 103, 156; } else { dispbottom l("I already visited this warp."); -- cgit v1.2.3-70-g09d2