diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-07-01 23:17:10 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-07-01 23:17:10 +0200 |
commit | d473c9d011ea9efb9a4ce4dc24b7b5678099b3ee (patch) | |
tree | e085e0576e3f60a8e033d3b126e34f64d70dced2 | |
parent | f0a785493950d37f260546df4cc16ab602c36ea1 (diff) | |
download | serverdata-d473c9d011ea9efb9a4ce4dc24b7b5678099b3ee.tar.gz serverdata-d473c9d011ea9efb9a4ce4dc24b7b5678099b3ee.tar.bz2 serverdata-d473c9d011ea9efb9a4ce4dc24b7b5678099b3ee.tar.xz serverdata-d473c9d011ea9efb9a4ce4dc24b7b5678099b3ee.zip |
stones and crystals prices
-rw-r--r-- | world/map/db/item_db.conf | 4 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 644a9a9e..23913ef7 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5888,7 +5888,7 @@ item_db: ( Name: "MountainCrystal" Type: "IT_ETC" Buy: 20000 - Sell: 10000 + Sell: 5000 Weight: 20 Refine: false ViewSprite: 5384 @@ -5899,7 +5899,7 @@ item_db: ( Name: "BlackQuarz" Type: "IT_ETC" Buy: 20000 - Sell: 10000 + Sell: 5000 Weight: 20 Refine: false ViewSprite: 5385 diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 731a2d33..185ff414 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -306,5 +306,5 @@ 5378, Beeswax, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5380, Stone, 3, 1000, 500, 60, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5381, Brick, 3, 2000, 1000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5384, MountainCrystal, 3, 20000, 10000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5385, BlackQuarz, 3, 20000, 10000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5384, MountainCrystal, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5385, BlackQuarz, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} |