summaryrefslogtreecommitdiff
path: root/world/map/npc/011-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/011-1')
-rw-r--r--world/map/npc/011-1/auldsbel.txt6
-rw-r--r--world/map/npc/011-1/shops.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt
index d42b4492..8f19b4ec 100644
--- a/world/map/npc/011-1/auldsbel.txt
+++ b/world/map/npc/011-1/auldsbel.txt
@@ -914,16 +914,16 @@ L_Next7:
L_c_quest_5:
mes "[Auldsbel the Wizard]";
- mes "\"I do have another assignment for you, but this one will be tricky. I will need fifty grass snake tongues. I believe that this may be just enough life force to return the silkworm back to its original shape.\"";
+ mes "\"I do have another assignment for you, but this one will be tricky. I will need fourty grass snake tongues. I believe that this may be just enough life force to return the silkworm back to its original shape.\"";
next;
menu
"Here they are.", L_Next8,
"That's quite a challenge.", L_main_menu;
L_Next8:
- if (countitem ("GrassSnakeTongue") < 50)
+ if (countitem ("GrassSnakeTongue") < 40)
goto L_c_quest_missing;
- delitem "GrassSnakeTongue", 50;
+ delitem "GrassSnakeTongue", 40;
set Zeny, Zeny + 10000;
mes "[Auldsbel the Wizard]";
mes "\"Excellent! Here is 10,000 GP for you, and now let's see how this goes.\"";
diff --git a/world/map/npc/011-1/shops.txt b/world/map/npc/011-1/shops.txt
index 1ccedec6..51c5762f 100644
--- a/world/map/npc/011-1/shops.txt
+++ b/world/map/npc/011-1/shops.txt
@@ -5,4 +5,4 @@
//#################################################################################
// Shop
-011-1,80,33,0|shop|Fruit Store|400,GreenApple:*1,RedApple:*1,Orange:*1
+011-1,80,33,0|shop|Fruit Store|400,GreenApple:*1,RedApple:*1,Orange:*1,Tomato:*1