From d04e51ec1bec6e85a046e985ae376cb67a3e6113 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Wed, 15 Jul 2009 23:56:37 -0400 Subject: Readjusted vincent bugleg quest to require 10 (down from 30) --- npc/001-1_Tulimshar/vincent.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50