From 18e3740845603a50ca08dc2dd73858aae4f72606 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Fri, 25 Dec 2009 10:35:12 -0500 Subject: Auldsbel was intented to require 100 Silk things... but he was only deleting 20 --- npc/011-1_Woodland/auldsbel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt index fd4e2b47..f31b26c1 100644 --- a/npc/011-1_Woodland/auldsbel.txt +++ b/npc/011-1_Woodland/auldsbel.txt @@ -785,7 +785,7 @@ L_component_quest_2: if (countitem ("SilkCocoon") < 100) goto L_component_quest_missing; - delitem "SilkCocoon", 20; + delitem "SilkCocoon", 100; set zeny, zeny + 5000; mes "[Auldsbel the Wizard]"; mes "\"Splendid, splendid! Here are 5,000 GP for you.\""; -- cgit v1.2.3-60-g2f50