diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-03 13:38:12 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-16 19:24:03 +0100 |
commit | 7505508e42a4bb31dfbce8eb83b3829059d9b6d4 (patch) | |
tree | 2a9c8d05e22b9d5b004a51ee3a09ebc8c1aba149 /world/map/npc/009-2 | |
parent | 205e92b9ea809fdcf75a99e276e10c8995f21ccb (diff) | |
download | serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.gz serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.bz2 serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.tar.xz serverdata-7505508e42a4bb31dfbce8eb83b3829059d9b6d4.zip |
Add dyed Cotton Cloth items
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/selim.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index d2f71d03..6ab83df5 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -165,6 +165,13 @@ L_finedress: set @del, 870; set @new, 2240; set @name$, "fine dress"; + goto L_picked_item; + +L_cottoncloth: + set @del, 660; + set @new, 2250; + set @name$, "cotton cloth"; + goto L_picked_item; L_picked_item: if (countitem(@del) == 0) goto L_havenone; |