summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-07-15 23:56:37 -0400
committerJared Adams <jaxad0127@gmail.com>2009-07-15 21:57:51 -0600
commitd04e51ec1bec6e85a046e985ae376cb67a3e6113 (patch)
treecee42072ade9cd27a9b5519a8023a368c3bf5f10 /npc
parent3a753f9e40fb8a76e82fc818311fd27ac395f99f (diff)
downloadserverdata-d04e51ec1bec6e85a046e985ae376cb67a3e6113.tar.gz
serverdata-d04e51ec1bec6e85a046e985ae376cb67a3e6113.tar.bz2
serverdata-d04e51ec1bec6e85a046e985ae376cb67a3e6113.tar.xz
serverdata-d04e51ec1bec6e85a046e985ae376cb67a3e6113.zip
Readjusted vincent bugleg quest to require 10 (down from 30)
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1_Tulimshar/vincent.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index fd5ea0ec..23757485 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -12,13 +12,13 @@
L_Opening1:
mes "[Vincent]";
- mes "\"I just need 30 more [Bug Leg]s to finish my action figure!\"";
+ mes "\"I just need 10 more [Bug Leg]s to finish my action figure!\"";
next;
goto L_Ask;
L_Opening2:
mes "[Vincent]";
- mes "\"This maggot action figure is awesome! I just need to attach 30 [Bug Leg]s.\"";
+ mes "\"This maggot action figure is awesome! I just need to attach 10 [Bug Leg]s.\"";
next;
goto L_Ask;
@@ -30,13 +30,13 @@ L_Opening3:
L_Opening4:
mes "[Vincent]";
- mes "\"Can you get me 30 [Bug Leg]s? I need them to replace the action figure parts.\"";
+ mes "\"Can you get me 10 [Bug Leg]s? I need them to replace the action figure parts.\"";
next;
goto L_Ask;
L_Ask:
mes "[Vincent]";
- mes "\"Will you help me find 30 [Bug Leg]s?\"";
+ mes "\"Will you help me find 10 [Bug Leg]s?\"";
next;
menu
"Yes", L_Sure,
@@ -77,14 +77,14 @@ L_Req4:
L_Wait:
mes "[Vincent]";
- mes "\"Now please go get me 30 [Bug Leg]s.\"";
+ mes "\"Now please go get me 10 [Bug Leg]s.\"";
next;
close;
L_Progress:
- if(countitem("BugLeg") >= 30) goto L_Have;
+ if(countitem("BugLeg") >= 10) goto L_Have;
mes "[Vincent]";
- mes "\"Please help me collect 30 [Bug Leg]s!\"";
+ mes "\"Please help me collect 10 [Bug Leg]s!\"";
next;
close;
@@ -93,8 +93,8 @@ L_Have:
mes "\"Excellent! Finally I can complete the model!!\"";
next;
- if(countitem("BugLeg") < 30) goto L_Progress;
- delitem "BugLeg", 30;
+ if(countitem("BugLeg") < 10) goto L_Progress;
+ delitem "BugLeg", 10;
set zeny, zeny + 1000;
set Bugleg, 2;