From 1007208357c1174fedd4530ee13eb7a5c0595510 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 3 Dec 2012 14:06:25 +0100 Subject: Add quest to craft new sorcerer robes at Lora Tay --- world/map/npc/009-2/selim.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'world/map/npc/009-2/selim.txt') 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; -- cgit v1.2.3-60-g2f50