From 1e3050b638726ea407d28f4b860fb2b5722b069b Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 9 Nov 2015 14:34:54 -0600 Subject: Purged gender from quest dialogue Changed Eurni to new genders --- world/map/npc/011-1/auldsbel.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'world/map/npc/011-1/auldsbel.txt') 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; -- cgit v1.2.3-60-g2f50