diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:25:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:25:03 -0300 |
commit | 3f222d50f71180ce17c717ebeb4ff240d2359072 (patch) | |
tree | aed01a2a20d66786b1359d0700f19656f8323c49 | |
parent | a59d04fa45c14b6f6f674d9ed7411925a6672f91 (diff) | |
download | serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.gz serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.bz2 serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.xz serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.zip |
Allow Yuko to sell Atropos Mixture as well.
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/025-1/yuko.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 915d8b1cb..933f616bf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -607,7 +607,7 @@ item_db: ( AegisName: "ElixirOfLife" Name: "Elixir Of Life" Type: "IT_HEALING" - Buy: 5000 + Buy: 50000 Sell: 500 Weight: 20 Refine: false diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index ad61472d2..81deb2be9 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -30,14 +30,14 @@ OnInit: tradertype(NST_MARKET); sellitem HomunResetPotion, -1, 5; sellitem PurificationPotion, -1, 20; - sellitem EmptyBox, -1, 30; + sellitem AtroposMixture, -1, 50; end; OnClock1149: OnClock2359: restoreshopitem HomunResetPotion, 5; restoreshopitem PurificationPotion, 20; - restoreshopitem EmptyBox, 30; + restoreshopitem AtroposMixture, 50; end; } |