diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
commit | d9cd196c2f7b856c16a8b435cc3090436ec298d2 (patch) | |
tree | e66ed8c462c1a7358277787343e59a9ce5589e7f /world/map/npc/011-1 | |
parent | 062fb12c6386d2ac2c5e4f1dc8cf7596e11c82c1 (diff) | |
parent | ec011e27ec8459277563222d94c4cf981d752d11 (diff) | |
download | serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.gz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.bz2 serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.xz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.zip |
Merge pull request #455 from mekolat/headstyle-genderv2016.2.9
3rd gender, new races
Diffstat (limited to 'world/map/npc/011-1')
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 12 |
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; |