From 93fd0fff03385a7d7e2e9d72adbeddb219ad5146 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 May 2021 04:16:26 -0300 Subject: Rewrite Cindy Quest to quest system, with ID 140 --- npc/031-1/house.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'npc/031-1/house.txt') diff --git a/npc/031-1/house.txt b/npc/031-1/house.txt index 690d6da0..642be608 100644 --- a/npc/031-1/house.txt +++ b/npc/031-1/house.txt @@ -1,11 +1,9 @@ 031-1,95,80,0 script #Door NPC45,0,0,{ - if (QL_CINDY == 3 || QL_CINDY == 4) - goto L_Warp; - message strcharinfo(0), "Door : ##BThe door is locked."; - end; - -L_Warp: - warp "031-2", 23, 28; + if (getq(KaizeiQuest_Cindy) > 3) + warp "031-2", 23, 28; + else + message strcharinfo(0), l("Door : ##BThe door is locked."); end; } + -- cgit v1.2.3-70-g09d2