diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-03 14:06:25 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 01:30:22 +0100 |
commit | 1007208357c1174fedd4530ee13eb7a5c0595510 (patch) | |
tree | 6a6d1ddefe1b71417533e51e6a6edb361a445c85 /world/map/npc/009-2/selim.txt | |
parent | 4e683827f96f65e4a8401b3e3a645b5c68890c3b (diff) | |
download | serverdata-1007208357c1174fedd4530ee13eb7a5c0595510.tar.gz serverdata-1007208357c1174fedd4530ee13eb7a5c0595510.tar.bz2 serverdata-1007208357c1174fedd4530ee13eb7a5c0595510.tar.xz serverdata-1007208357c1174fedd4530ee13eb7a5c0595510.zip |
Add quest to craft new sorcerer robes at Lora Tay
Diffstat (limited to 'world/map/npc/009-2/selim.txt')
-rw-r--r-- | world/map/npc/009-2/selim.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index aa11ee25..0f01da40 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -48,6 +48,7 @@ L_clothes_choice: "White lined sorcerer robe", L_whitelinedsorcererrobe, "Bowler hat (brown)", L_bowlerhatbrown, "Fine dress", L_finedress, + "About these sorcerer robes...", L_asksorcererrobe, "I'm fine for now, thanks.", -; close; @@ -243,6 +244,26 @@ L_cottoncloth: set @name$, "cotton cloth"; goto L_picked_item; +L_asksorcererrobe: + mes "[Selim]"; + mes "\"Yes?\""; + next; + menu + "Do you think you can dye that line to a different color?", -; + mes "[Selim]"; + mes "\"Hum, I fear I can't do that. The area is too small and I can operate only on large ones."; + mes "But with the appropriate materials, maybe a talented tailor can make the change.\""; + next; + menu + "Oh, I see!", -; + mes "[Selim]"; + mes "\"Of course I can help you by dyeing the materials your tailor will want."; + mes "All I need is a piece of Cotton Cloth.\""; + menu + "Sure. Here is one.", L_cottoncloth, + "I have to go pick that.", -; + close; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; |