diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:26:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:26:39 -0300 |
commit | 7149c7db7bb9a7b06d0a7b3e32ec3455762a3970 (patch) | |
tree | ed6b2efc9053803280c9aed70d98654e08d18f26 /npc/024-16/king.txt | |
parent | cd928385d26a8e3b99543711ec601738c6e50bac (diff) | |
download | serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.gz serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.bz2 serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.xz serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.zip |
Fix a typo, notes, preventive quest reset
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r-- | npc/024-16/king.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 22ff44c1d..a6f549e6b 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -90,6 +90,11 @@ L_Continue: L_Campaign: .@q=getq(FrostiaQuest_Homunculus); + // Logout/dead/etc. → Destroy the quest state + // Meaning you'll have to start over. To prevent logout-cheats. + if (.@q) + setq FrostiaQuest_Homunculus, 0, 0, 0; + // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |