summaryrefslogtreecommitdiff
path: root/world/map/npc/011-1
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-11-09 14:34:54 -0600
committermekolat <mekolat@users.noreply.github.com>2016-02-01 14:27:30 -0500
commit1e3050b638726ea407d28f4b860fb2b5722b069b (patch)
treeb46505aa8dc5d9e05f24a4d45be6c81504b31e5c /world/map/npc/011-1
parent633a7c34d8a585c6c4659d353628dff5134ff79d (diff)
downloadserverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.gz
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.bz2
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.xz
serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.zip
Purged gender from quest dialogue
Changed Eurni to new genders
Diffstat (limited to 'world/map/npc/011-1')
-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 23e3f84a..8547fd95 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;