summaryrefslogtreecommitdiff
path: root/world/map/npc/011-1/auldsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/011-1/auldsbel.txt')
-rw-r--r--world/map/npc/011-1/auldsbel.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt
index 39cfff45..8f8fe66c 100644
--- a/world/map/npc/011-1/auldsbel.txt
+++ b/world/map/npc/011-1/auldsbel.txt
@@ -838,7 +838,7 @@ L_c_quest_3:
mes "\"Yes... I'm actually not certain that my demetamorphosis stock will not drain the life out of these little creatures. Perhaps an alchemical revitalization tincture would be called for. Fortunately this one is easy, I can make it myself.\"";
next;
mes "[Auldsbel the Wizard]";
- mes "\"I'm still not sure how to integrate it into the spell... but leave that to me. Can you get me twenty-five red scorpion stingers and twenty-five lumps of maggot slime? Those should be just what I need.\"";
+ mes "\"I'm still not sure how to integrate it into the spell... but leave that to me. Can you get me twenty-five red scorpion stingers and twenty-five lumps of insect slime? Those should be just what I need.\"";
next;
menu
"Here are your stingers and slimes.", L_Next6,
@@ -847,10 +847,10 @@ L_c_quest_3:
L_Next6:
if (countitem ("RedScorpionStinger") < 25)
goto L_c_quest_missing;
- if (countitem ("MaggotSlime") < 25)
+ if (countitem ("InsectSlime") < 25)
goto L_c_quest_missing;
delitem "RedScorpionStinger", 25;
- delitem "MaggotSlime", 25;
+ delitem "InsectSlime", 25;
set Zeny, Zeny + 5000;
mes "[Auldsbel the Wizard]";
mes "\"Good helper! Another 5,000 GP for you.\"";
@@ -1072,21 +1072,21 @@ L_stu_start:
mes "\"Beware, for you will not be able to use it yet; you will first have to gain a greater understanding of magic overall.\"";
next;
mes "[Auldsbel the Wizard]";
- mes "\"Bring me ten bug legs, and I will reveal its invocation to you.\"";
+ mes "\"Bring me ten insect legs, and I will reveal its invocation to you.\"";
next;
menu
"Here you are.", L_Next9,
"I'll be back with them.", L_main_menu;
L_Next9:
- if (countitem("BugLeg") < 10)
+ if (countitem("InsectLeg") < 10)
goto L_c_quest_missing;
- delitem "BugLeg", 10;
+ delitem "InsectLeg", 10;
getexp 1000, 0;
set @Q_main_status, @Q_STATUS_STUDENT0;
callsub S_update_var;
mes "[Auldsbel the Wizard]";
- mes "He picks up the bug legs.";
+ mes "He picks up the insect legs.";
mes "\"Good. These will come in handy later...\"";
mes "He grins.";
mes "[1000 experience points]";