diff options
author | Nick Ashley <nick@shley.us> | 2015-04-12 09:22:38 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-04-20 21:40:17 -0400 |
commit | 364f6111306eb4fcdd8edc98dae1ae0727dba712 (patch) | |
tree | 297942f8c68675338bdd062ff84ef9e659126333 /world/map/npc/009-1 | |
parent | 99d73066bf2a7fb4911e79b52a48ba913a2aa459 (diff) | |
download | serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.gz serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.bz2 serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.xz serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.zip |
Various dialog fixes in Tulim
viz., the Kylian quest, the tombstones, and various other NPCs
Diffstat (limited to 'world/map/npc/009-1')
-rw-r--r-- | world/map/npc/009-1/jack.txt | 1 | ||||
-rw-r--r-- | world/map/npc/009-1/old_woman.txt | 12 |
2 files changed, 5 insertions, 8 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index 3446c191..03e38c31 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -259,7 +259,6 @@ L_NohMask_Answer: goto L_Close; L_Made_Shield: - next; mes "[Jack Lumber]"; mes "\"Speaking of that shield...\""; mes "\"It has put me behind on all these new Nivalis orders, now that the ship is running there.\""; diff --git a/world/map/npc/009-1/old_woman.txt b/world/map/npc/009-1/old_woman.txt index 83e59eaa..ac026357 100644 --- a/world/map/npc/009-1/old_woman.txt +++ b/world/map/npc/009-1/old_woman.txt @@ -10,21 +10,19 @@ mes "[Old Woman]"; mes "\"Hello deary.\""; - next; - goto L_Continue; + if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9) + goto L_NohMask; + close; L_Lower: mes "[Old Woman]"; mes "\"Watch out for these flowers. They don't like to be messed with.\""; - next; - goto L_Continue; - -L_Continue: if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9) goto L_NohMask; - goto L_Close; + close; L_NohMask: + next; if (@inspector == 7) goto L_NohMask_Alibi; callfunc "ProcessEquip"; |