From 1ef67ed08091f7a71fbef40e7ae566ae5e6333a1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Sep 2019 12:46:50 -0300 Subject: Fix the wrong switches --- npc/018-6-0/ctrl | 2 ++ npc/018-6-1/main.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/018-6-0/ctrl b/npc/018-6-0/ctrl index c106d8c99..898b0fddb 100644 --- a/npc/018-6-0/ctrl +++ b/npc/018-6-0/ctrl @@ -26,6 +26,8 @@ q1 0 Magic Apple forgotten 1 Magic Apple taken 5 Barbara captured + 0 Magic Apple forgotten + 1 Magic Apple taken 0 Reward claimed Field 2: Instance ID diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 5981c4fb6..630f80d43 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -451,7 +451,7 @@ OnTouch: .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); - if (.@q == 4 && !(.@q3 & 2)) { + if (.@q == 4) { enablenpc instance_npcname("Barbara#01861", .@q2); addtimer2(500, instance_npcname("Barbara#01861", .@q2)+"::OnMain"); } -- cgit v1.2.3-60-g2f50