diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-06-22 20:12:58 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-06-22 20:12:58 +0200 |
commit | 71f84b2bff801df58c70cd11a73458d958f61a9f (patch) | |
tree | 070e1ff31f5d3c3e4ec781d1cd983dbb50197b4d | |
parent | 0d48921e10982315b8f089e52db3c43716c5a172 (diff) | |
download | serverdata-71f84b2bff801df58c70cd11a73458d958f61a9f.tar.gz serverdata-71f84b2bff801df58c70cd11a73458d958f61a9f.tar.bz2 serverdata-71f84b2bff801df58c70cd11a73458d958f61a9f.tar.xz serverdata-71f84b2bff801df58c70cd11a73458d958f61a9f.zip |
Fix client .29.1 freezes on vincent and doug NPCs.
-rw-r--r-- | npc/001-1_Tulimshar/vincent.txt | 1 | ||||
-rw-r--r-- | npc/010-2_Dimonds_Cove/doug.txt | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt index cef10c02..6ad799d5 100644 --- a/npc/001-1_Tulimshar/vincent.txt +++ b/npc/001-1_Tulimshar/vincent.txt @@ -25,6 +25,7 @@ L_Opening2: L_Opening3: mes "[Vincent]"; mes "\"This is a great action figure! A must have! All I need is a few parts...\""; + next; goto L_Ask; L_Opening4: diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt index e97837cc..2a9d5063 100644 --- a/npc/010-2_Dimonds_Cove/doug.txt +++ b/npc/010-2_Dimonds_Cove/doug.txt @@ -14,15 +14,18 @@ L_0: mes "\"I need 20 more [Cave Snake Lamp]s to make my light!\""; next; goto L_Question; + L_1: mes "[Doug]"; mes "\"This lamp should light up this whole place! I just need 20 [Cave Snake Lamp]s.\""; next; goto L_Question; + L_2: mes "[Doug]"; mes "\"This is gonna be bright! A must have for anyone! All i need is a few parts...\""; - goto main1; + next; + goto L_Question; L_3: mes "[Doug]"; |