diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-17 19:53:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-17 19:53:35 -0300 |
commit | 9d2ccf61f2329ab385d7fc72cf6870dc726536b5 (patch) | |
tree | aca1ba4fae1219187c63802e244c64e019548320 /db | |
parent | 528c267938223a514b5aa3981212324fc8fa8662 (diff) | |
download | serverdata-9d2ccf61f2329ab385d7fc72cf6870dc726536b5.tar.gz serverdata-9d2ccf61f2329ab385d7fc72cf6870dc726536b5.tar.bz2 serverdata-9d2ccf61f2329ab385d7fc72cf6870dc726536b5.tar.xz serverdata-9d2ccf61f2329ab385d7fc72cf6870dc726536b5.zip |
Apply changes from client-data, allow some more mobs to drop Arcmage Boxset (boss mob)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2263c172f..8e3d67536 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3749,7 +3749,7 @@ item_db: ( Type: "IT_ETC" Buy: 114 Sell: 57 - Weight: 200 + Weight: 150 Refine: false ViewSprite: 726 }, @@ -3760,7 +3760,7 @@ item_db: ( Type: "IT_ETC" Buy: 500 Sell: 150 - Weight: 200 + Weight: 150 Refine: false ViewSprite: 727 }, diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a2a5e34f8..af6deb6e4 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2474,6 +2474,7 @@ mob_db: ( CactusPotion: 300 SharpKnife: 21 BlueManaPearl: 1 + ArcmageBoxset: 1 } }, { @@ -2887,6 +2888,7 @@ mob_db: ( CactusPotion: 2000 LeadOre: 400 Pearl: 100 + ArcmageBoxset: 20 BlackPearl: 3 } }, |