summaryrefslogtreecommitdiff
path: root/npc/031-1/house.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 04:16:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-27 04:16:26 -0300
commit93fd0fff03385a7d7e2e9d72adbeddb219ad5146 (patch)
treee68f49a60d63ad09baec41a8595248313bf6373f /npc/031-1/house.txt
parent2cf8204a7f231e323d930fd7a5bc814c9fd0e21e (diff)
downloadserverdata-93fd0fff03385a7d7e2e9d72adbeddb219ad5146.tar.gz
serverdata-93fd0fff03385a7d7e2e9d72adbeddb219ad5146.tar.bz2
serverdata-93fd0fff03385a7d7e2e9d72adbeddb219ad5146.tar.xz
serverdata-93fd0fff03385a7d7e2e9d72adbeddb219ad5146.zip
Rewrite Cindy Quest to quest system, with ID 140
Diffstat (limited to 'npc/031-1/house.txt')
-rw-r--r--npc/031-1/house.txt12
1 files changed, 5 insertions, 7 deletions
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;
}
+