diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-18 15:35:26 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-22 01:06:13 +0100 |
commit | 1c3378e161859ca6da728ea5cb0a5dc07fff5364 (patch) | |
tree | 487d755304022fd72b0bb32532124538a961ff3b /npc/merchants/shops.txt | |
parent | 1f3dda4623ce6fe083b59992ac721bbde6c020b4 (diff) | |
download | hercules-1c3378e161859ca6da728ea5cb0a5dc07fff5364.tar.gz hercules-1c3378e161859ca6da728ea5cb0a5dc07fff5364.tar.bz2 hercules-1c3378e161859ca6da728ea5cb0a5dc07fff5364.tar.xz hercules-1c3378e161859ca6da728ea5cb0a5dc07fff5364.zip |
NPC Update:
- Add RENEWAL Checks for Material Seller.
- in Renewal the selling prize of Medicine Bowl of Guild Dealer is 250z.
Closes #982 as merged
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/merchants/shops.txt')
-rw-r--r-- | npc/merchants/shops.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index 381399589..d93baa57c 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -46,7 +46,7 @@ //================= Description =========================================== //= Town shop NPCs. //================= Current Version ======================================= -//= 3.5 +//= 3.5.1 //========================================================================= //== Alberta =============================================== @@ -208,13 +208,15 @@ OnInit: sellitem Life_Force_Pot; sellitem Yggdrasilberry_Dew; sellitem Seed_Of_Life; - sellitem Melange_Pot; - sellitem Cooking_Skewer; - sellitem Black_Charcoal; - sellitem Large_Cookpot; - sellitem Fine_Noodle; - sellitem Cool_Gravy; - sellitem Bottle_To_Throw; + if (RENEWAL) { + sellitem Melange_Pot; + sellitem Cooking_Skewer; + sellitem Black_Charcoal; + sellitem Large_Cookpot; + sellitem Fine_Noodle; + sellitem Cool_Gravy; + sellitem Bottle_To_Throw; + } } //== Amatsu ================================================ |