diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 17:19:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 17:19:23 -0300 |
commit | 695e49f8bd331888aec53b5ad383b3cc239ea7fa (patch) | |
tree | f60db1dbe90e84ffa2ec78a05ffc7d2dd3689100 | |
parent | e275bce82890e4a8aebbc0026b0ef43a6ea8d588 (diff) | |
download | serverdata-695e49f8bd331888aec53b5ad383b3cc239ea7fa.tar.gz serverdata-695e49f8bd331888aec53b5ad383b3cc239ea7fa.tar.bz2 serverdata-695e49f8bd331888aec53b5ad383b3cc239ea7fa.tar.xz serverdata-695e49f8bd331888aec53b5ad383b3cc239ea7fa.zip |
Remaster ore weight:
Normal Ores: 1kg → 800g
Terranite Ore: 1g → 60g
Iron Ore: 40g → 50g
-rw-r--r-- | db/re/item_db.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 07c36ad08..d4a10720e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4301,7 +4301,7 @@ item_db: ( Type: "IT_ETC" Buy: 500 Sell: 130 - Weight: 40 + Weight: 50 Refine: false }, { @@ -4724,7 +4724,7 @@ item_db: ( Type: "IT_ETC" Buy: 10000 Sell: 500 - Weight: 20 + Weight: 60 Refine: false ViewSprite: 814 }, @@ -5043,7 +5043,7 @@ item_db: ( Type: "IT_ETC" Buy: 10000 Sell: 200 - Weight: 1000 + Weight: 800 }, { Id: 843 @@ -5052,7 +5052,7 @@ item_db: ( Type: "IT_ETC" Buy: 11000 Sell: 900 - Weight: 1000 + Weight: 800 }, { Id: 844 @@ -5061,7 +5061,7 @@ item_db: ( Type: "IT_ETC" Buy: 9000 Sell: 750 - Weight: 1000 + Weight: 800 }, { Id: 845 @@ -5070,7 +5070,7 @@ item_db: ( Type: "IT_ETC" Buy: 10000 Sell: 500 - Weight: 1000 + Weight: 800 }, { Id: 846 @@ -5079,7 +5079,7 @@ item_db: ( Type: "IT_ETC" Buy: 12500 Sell: 700 - Weight: 1000 + Weight: 800 }, { Id: 847 @@ -5088,7 +5088,7 @@ item_db: ( Type: "IT_ETC" Buy: 40000 Sell: 6000 - Weight: 1000 + Weight: 800 }, { Id: 848 @@ -5097,7 +5097,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 4000 - Weight: 1000 + Weight: 800 }, { Id: 849 @@ -5106,7 +5106,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 1500 - Weight: 1000 + Weight: 800 }, { Id: 850 |