diff options
author | Wushin <pasekei@gmail.com> | 2016-04-19 14:48:03 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2016-04-19 14:48:03 -0500 |
commit | c19fb8e9499f7364802bc15a0d002b31aca36ae8 (patch) | |
tree | ddae91670f23676ed16d54dc49b6e7a9a7d5b23f | |
parent | 67ccb70819b5038b4ea7a5543300097505b67a36 (diff) | |
parent | 2a41d8c788838d2b63119bc95e04908eee2cdb64 (diff) | |
download | serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.gz serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.bz2 serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.xz serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.zip |
Merge pull request #469 from wushin/add-more-barbers
Add More Barbers and Barber to start.
-rw-r--r-- | world/map/npc/009-2/selim.txt | 5 | ||||
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index ce5cc424..708b2e13 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -11,8 +11,13 @@ L_Main: "Can you dye something for me?", L_clothes_choice, "Can you also remove color from clothing?", L_ask_bleach, "About these sorcerer robes...", L_asksorcererrobe, + "Can you change my appearance?", L_barber, "Never mind.", L_Close; +L_barber: + callfunc "Barber"; + goto L_Main; + L_ask_bleach: mes "[Selim]"; mes "\"I'm afraid no."; diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 8919bade..5d3f0b00 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -169,6 +169,7 @@ L_Explain: "... the inventory and items?",L_Items, "... shortcuts?",L_Shortcut, "... what to do in Candor?",L_Aidan, + "... change my appearence?",L_Barber, "... nevermind.",L_Close; L_Walk: @@ -241,6 +242,15 @@ L_Aidan: mes "Talk to everybody. You can never tell when they might know something useful.\""; goto L_Close; +L_Barber: + mes "[Sorfina]"; + mes "\"Jessie downstairs can change your appearance.\""; + mes "\"They will allow you to change your hair color or style as well as gender.\""; + next; + mes "\"There are a number of people across the continent that can change this for you.\""; + mes "\"There is no cost or limit to the number of times it can be changed.\""; + goto L_Close; + L_Hasan: mes "[Sorfina]"; mes "\"Make yourself at home! Do you have any questions?\""; |