diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 09:13:57 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 09:13:57 +0200 |
commit | 317b9c6bb9e17d314c755deae3cb50c21ea1e47e (patch) | |
tree | da993278506e5415d8a0f9b9f65f87a311386bd2 /db | |
parent | 6b2818c86686e327482d5ef9b5e54acd871e98a2 (diff) | |
download | serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.gz serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.bz2 serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.xz serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.zip |
Reduced the selling price of the fluffy furs.
Everyone was exploiting that in game to get tons of money.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5f1a45c3..d1218be6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2004,8 +2004,8 @@ item_db: ( AegisName: "FluffyFur" Name: "Flufy Fur" Type: "IT_ETC" - Buy: 250 - Sell: 15 + Buy: 200 + Sell: 8 Weight: 2 Atk: 0 Matk: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 4ec87c5c..8b8f68f9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -978,8 +978,8 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { - FluffyFur: 4000 - LettuceLeaf: 2000 + FluffyFur: 2500 + LettuceLeaf: 1500 Moss: 800 } }, |