diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-12 08:02:59 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-12 08:02:59 -0700 |
commit | 03e7550003650cb5cf79eb0c8d470ce8bd24ae27 (patch) | |
tree | 437785d13b545d6562ba3b00513b8eb5a89c8f15 /npc/009-2_Hurnscald | |
parent | 647f4a35bf8831df4fe23754e824f4bdfb5dcf72 (diff) | |
parent | 5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a (diff) | |
download | serverdata-03e7550003650cb5cf79eb0c8d470ce8bd24ae27.tar.gz serverdata-03e7550003650cb5cf79eb0c8d470ce8bd24ae27.tar.bz2 serverdata-03e7550003650cb5cf79eb0c8d470ce8bd24ae27.tar.xz serverdata-03e7550003650cb5cf79eb0c8d470ce8bd24ae27.zip |
Merge branch 'master' into magic
Conflicts:
db/item_db.txt
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index cc7a8863..14eac5b9 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -28,6 +28,7 @@ L_clothes_choice: "Silk robe", L_robe, "Cotton headband", L_headband, "Desert hat", L_desert_hat, + "Cotton boots", L_cottonboots, "I'm fine for now, thanks.", -; close; @@ -93,6 +94,12 @@ L_desert_hat: set @name$, "desert hat"; goto L_picked_item; +L_cottonboots: + set @del, 735; + set @new, 2150; + set @name$, "cotton boots"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: |