summaryrefslogtreecommitdiff
path: root/npc/024-16
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-16 23:05:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-16 23:05:57 -0300
commitd0ed9eba21b93831831ecee13e5fd0e21ea3b985 (patch)
treee80108ba2ade6b4316e5aabcbf6df7634a309ba1 /npc/024-16
parente7d611e75aa7954f5a99ba58f196b1bf9b7bc851 (diff)
downloadserverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.gz
serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.bz2
serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.xz
serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.zip
Fix display bugs on Frostia King
Diffstat (limited to 'npc/024-16')
-rw-r--r--npc/024-16/king.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt
index 2b3c8caae..3388b6154 100644
--- a/npc/024-16/king.txt
+++ b/npc/024-16/king.txt
@@ -13,6 +13,8 @@
slide 30, 52;
end;
}
+ if (.@q == 15)
+ goto L_Campaign;
if (.@q >= 13)
goto L_MainQuest;
@@ -82,8 +84,11 @@ L_Continue:
next;
mesn;
mesq l("There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first.");
- setq General_Narrator, 14, 0;
+ if (getq(General_Narrator) == 13)
+ setq General_Narrator, 14, 0;
+ close;
+L_Campaign:
// Endtrail
mes "";
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;