diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 00:41:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 00:41:01 -0300 |
commit | eb82f0471600a4e96a4abfffa83aba83231ac5ee (patch) | |
tree | c9ba57bfa780383048d65785e1d451f161d22c77 /db | |
parent | c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf (diff) | |
download | serverdata-eb82f0471600a4e96a4abfffa83aba83231ac5ee.tar.gz serverdata-eb82f0471600a4e96a4abfffa83aba83231ac5ee.tar.bz2 serverdata-eb82f0471600a4e96a4abfffa83aba83231ac5ee.tar.xz serverdata-eb82f0471600a4e96a4abfffa83aba83231ac5ee.zip |
Update Evil Scythe drops + allow Monster King to drop a Merc. Box
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3f7f95328..6b32055d7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1239,8 +1239,12 @@ mob_db: ( AttackMotion: 472 DamageMotion: 200 Drops: { - SpectralOrb: 2000 + StrangeCoin: 4000 + StrangeCoin: 700 + PlatinumOre: 500 + SpectralOrb: 200 DemonicSkull: 100 + BlackPearl: 5 } }, { @@ -7415,6 +7419,7 @@ mob_db: ( GoldenApple: 1000 DivineApple: 500 PrismGift: 300 + MercBoxB: 100 SupremeGift: 10 } }, |