diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-08-28 18:28:01 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-08-28 20:03:36 +0200 |
commit | c5d9bc56c90bd1a4bb74b50c68abe60b005aa317 (patch) | |
tree | c1f1a6a501c999ce5ff8f70849b2be879f72bc6c /world/map/npc/009-2 | |
parent | 0679224d077c568bdacb90903f128dfaac946fc5 (diff) | |
download | serverdata-c5d9bc56c90bd1a4bb74b50c68abe60b005aa317.tar.gz serverdata-c5d9bc56c90bd1a4bb74b50c68abe60b005aa317.tar.bz2 serverdata-c5d9bc56c90bd1a4bb74b50c68abe60b005aa317.tar.xz serverdata-c5d9bc56c90bd1a4bb74b50c68abe60b005aa317.zip |
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.
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/selim.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |