From 71f84b2bff801df58c70cd11a73458d958f61a9f Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 22 Jun 2009 20:12:58 +0200 Subject: Fix client .29.1 freezes on vincent and doug NPCs. --- npc/001-1_Tulimshar/vincent.txt | 1 + npc/010-2_Dimonds_Cove/doug.txt | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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]"; -- cgit v1.2.3-60-g2f50