diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-18 22:25:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-18 22:25:09 -0300 |
commit | acf2f5bc2dfc06bc18dd141afaca6a79f9215fa3 (patch) | |
tree | 0a82524dc131baf05e628013dcdb6e08be1a3e6a /npc/003-1/shop.txt | |
parent | f1938e8e1fc0d3ff73be9e743f5d458270330816 (diff) | |
download | serverdata-acf2f5bc2dfc06bc18dd141afaca6a79f9215fa3.tar.gz serverdata-acf2f5bc2dfc06bc18dd141afaca6a79f9215fa3.tar.bz2 serverdata-acf2f5bc2dfc06bc18dd141afaca6a79f9215fa3.tar.xz serverdata-acf2f5bc2dfc06bc18dd141afaca6a79f9215fa3.zip |
With this you can complete Dausen quest, but we need to provide Empty Bottles
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 41c3c0856..de52f9106 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -13,6 +13,7 @@ OnInit: sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; sellitem Bread, -1, 15; + sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse .sex = G_OTHER; .distance = 3; @@ -28,5 +29,6 @@ OnClock0000: restoreshopitem DesertHat, -1, 8; restoreshopitem SilkRobe, -1, 1; restoreshopitem Bread, -1, 15; + restoreshopitem EmptyBottle, -1, 3; } |