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.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt
index 0f650c9a..094651e9 100644
--- a/world/map/npc/011-1/auldsbel.txt
+++ b/world/map/npc/011-1/auldsbel.txt
@@ -31,10 +31,6 @@
set @has_magic, getskilllv(SKILL_MAGIC);
- set @address$, "chap";
- if (Sex == 0)
- set @address$, "girl";
-
if (@Q_main_status >= @Q_STATUS_POSTINTRO)
goto L_short_intro;
@@ -70,8 +66,6 @@ L_intro_nopowder:
L_intro_identity:
mes "[Robed Man]";
mes "He eyes you more carefully.";
- if (Sex == 0)
- mes "\"How odd. I could have sworn that you were a man the last time we met. Not that I mind...\"";
mes "\"Wait. You're not Padric.\"";
next;
set @xmsg$, "Right... my name is " + strcharinfo(0) + ".";
@@ -783,11 +777,11 @@ L_c_quest_1:
mes "\"Good, good... I am trying to come up with a way to best use the Mauve leaves you brought me, but it seems that I will need further components. I am not sure about the exact composition yet, but I will need a few potions.\"";
next;
mes "[Auldsbel the Wizard]";
- mes "\"Please be a good " + @address$ + " and get me an iron potion, a concentration potion, and three small and three medium healing potions.\"";
+ mes "\"Please be a good helper and get me an iron potion, a concentration potion, and three small and three medium healing potions.\"";
next;
menu
"Here you are.", L_Next4,
- "I'm not your 'good " + @address$ + "'!", L_main_menu,
+ "I'm not your 'good helper'!", L_main_menu,
"I'll see what I can do.", L_main_menu;
L_Next4:
@@ -859,7 +853,7 @@ L_Next6:
delitem "MaggotSlime", 25;
set Zeny, Zeny + 5000;
mes "[Auldsbel the Wizard]";
- mes "\"Good " + @address$ + "! Another 5,000 GP for you.\"";
+ mes "\"Good helper! Another 5,000 GP for you.\"";
mes "\"I believe that I have figured out one possible way to integrate the tincture into the spell... I will let you know how that goes.\"";
mes "[You gain 10,000 experience points]";
getexp 10000, 0;