summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-06-22 20:40:09 +0200
committerDennis Friis <peavey@inspircd.org>2009-06-22 20:40:09 +0200
commite90af0269523a83c270e27dd4533e610413286a8 (patch)
treecab134ac4290fb4e29501c27cd67a9feb042e5c4
parent71f84b2bff801df58c70cd11a73458d958f61a9f (diff)
downloadserverdata-e90af0269523a83c270e27dd4533e610413286a8.tar.gz
serverdata-e90af0269523a83c270e27dd4533e610413286a8.tar.bz2
serverdata-e90af0269523a83c270e27dd4533e610413286a8.tar.xz
serverdata-e90af0269523a83c270e27dd4533e610413286a8.zip
More fixes to doug and vincent NPCs.
-rw-r--r--npc/001-1_Tulimshar/vincent.txt4
-rw-r--r--npc/010-2_Dimonds_Cove/doug.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index 6ad799d5..fd5ea0ec 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -78,12 +78,14 @@ L_Req4:
L_Wait:
mes "[Vincent]";
mes "\"Now please go get me 30 [Bug Leg]s.\"";
+ next;
close;
L_Progress:
if(countitem("BugLeg") >= 30) goto L_Have;
mes "[Vincent]";
mes "\"Please help me collect 30 [Bug Leg]s!\"";
+ next;
close;
L_Have:
@@ -101,11 +103,11 @@ L_Have:
mes "";
mes "[1000 gold]";
next;
-
close;
L_Done:
mes "[Vincent]";
mes "\"Thanks for your help!\"";
+ next;
close;
}
diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt
index 2a9d5063..ff28325f 100644
--- a/npc/010-2_Dimonds_Cove/doug.txt
+++ b/npc/010-2_Dimonds_Cove/doug.txt
@@ -77,12 +77,14 @@ J_3:
L_Go:
mes "[Doug]";
mes "\"Now please go get me 20 [Cave Snake Lamp]s.\"";
+ next;
close;
L_State2:
if(countitem("CaveSnakeLamp") >= 20) goto L_Have;
mes "[Doug]";
mes "\"Please help me collect 20 [Cave Snake Lamp]s!\"";
+ next;
close;
L_Have:
@@ -102,11 +104,11 @@ L_Have:
mes "[5000 experience points]";
mes "[5000 gold]";
next;
-
close;
L_Done:
mes "[Doug]";
mes "\"Thanks for your help! Those snakes sure have bright lamps!\"";
+ next;
close;
}