summaryrefslogtreecommitdiff
path: root/npc/011-1/auldsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-1/auldsbel.txt')
-rw-r--r--npc/011-1/auldsbel.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt
index 01abe364..89503b9f 100644
--- a/npc/011-1/auldsbel.txt
+++ b/npc/011-1/auldsbel.txt
@@ -914,20 +914,20 @@ L_Next7:
L_c_quest_5:
mesn l("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.\"";
+ mesq l("I do have another assignment for you, but this one will be tricky. I will need forty 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;
Zeny = Zeny + 10000;
mesn l("Auldsbel the Wizard");
- mes "\"Excellent! Here is 10,000 GP for you, and now let's see how this goes.\"";
- mes "[You gain 100,000 experience points]";
+ mesq l("Excellent! Here is 10,000 GP for you, and now let's see how this goes.");
+ mesc l("[You gain 100,000 experience points]");
getexp 100000, 0;
@Q_component_quest = 6;
callsub S_Update_Var;