From c5d9bc56c90bd1a4bb74b50c68abe60b005aa317 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Tue, 28 Aug 2012 18:28:01 +0200 Subject: Add the Fine Dress: * Add the Fine Dress and its dyed variants, * Add the Fine Dress to the npc dyer and to the npc bleacher. --- world/map/npc/001-1/bleacher.txt | 6 ++++++ world/map/npc/009-2/selim.txt | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'world/map/npc') diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index a63105d5..71925945 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -39,6 +39,7 @@ L_bleach_menu: "Bowler hat", L_bowler_hat, "Red lined sorcerer robe", L_red_lined_sorcerer_robe, "Bowler hat (brown)", L_bowler_hat_brown, + "Fine dress", L_fine_dress, "Nevermind", -; goto L_Close; @@ -137,6 +138,11 @@ L_bowler_hat_brown: set @dyeBase, 2230; goto L_choose_color; +L_fine_dress: + set @normal, 870; + set @dyeBase, 2240; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index 816e0e1b..d2f71d03 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -37,6 +37,7 @@ L_clothes_choice: "Bowler hat", L_bowlerhat, "Red lined sorcerer robe", L_redlinedsorcererrobe, "Bowler hat (brown)", L_bowlerhatbrown, + "Fine dress", L_finedress, "I'm fine for now, thanks.", -; close; @@ -160,6 +161,11 @@ L_bowlerhatbrown: set @name$, "bowler hat (brown)"; goto L_picked_item; +L_finedress: + set @del, 870; + set @new, 2240; + set @name$, "fine dress"; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; -- cgit v1.2.3-60-g2f50