diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 11:15:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 11:15:26 -0300 |
commit | e1e2e46c4b18952d3ae03c4be512d242405d0cc6 (patch) | |
tree | c58a521d5d147a68c8b99236ad36fdf2228f0179 /db | |
parent | 80d70a0aa809be820bc5de0a8e9057d4be5516b2 (diff) | |
download | serverdata-e1e2e46c4b18952d3ae03c4be512d242405d0cc6.tar.gz serverdata-e1e2e46c4b18952d3ae03c4be512d242405d0cc6.tar.bz2 serverdata-e1e2e46c4b18952d3ae03c4be512d242405d0cc6.tar.xz serverdata-e1e2e46c4b18952d3ae03c4be512d242405d0cc6.zip |
Lower all ingot crafting price in 1000 GP, and calculate a bit the real worth
of each ingot: Platinum ingot is 47500 GP! (50,000 with the profit margin*)
*: Money attracts more money. That's how market works.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e00b326eb..70b11292e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4104,8 +4104,8 @@ item_db: ( AegisName: "PlatinumIngot" Name: "Platinum Ingot" Type: "IT_ETC" - Buy: 80000 - Sell: 20350 + Buy: 180000 + Sell: 50000 Weight: 1000 }, { |