diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:12:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:12:18 -0300 |
commit | 6a22617f4884355a164544c930ad0873d143bc38 (patch) | |
tree | 289dd9b23c29aa03048635256f20ac97e76b4d14 /db/re/mob_db.conf | |
parent | 601331444841c536f6b7323384a5ced8ba500e84 (diff) | |
download | serverdata-6a22617f4884355a164544c930ad0873d143bc38.tar.gz serverdata-6a22617f4884355a164544c930ad0873d143bc38.tar.bz2 serverdata-6a22617f4884355a164544c930ad0873d143bc38.tar.xz serverdata-6a22617f4884355a164544c930ad0873d143bc38.zip |
Monster Lords now drop Arcmage Boxset (it's also sold at Aeros Shop)
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e0092b7d5..cc8d6c458 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8844,6 +8844,7 @@ mob_db: ( Drops: { HastePotion: 500 StrengthPotion: 500 + ArcmageBoxset: 100 } WeaponAttacks: { All: 8000 @@ -8889,6 +8890,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + ArcmageBoxset: 500 HastePotion: 500 StrengthPotion: 500 } @@ -8936,6 +8938,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + ArcmageBoxset: 1000 HastePotion: 500 StrengthPotion: 500 } @@ -8983,6 +8986,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + ArcmageBoxset: 1750 HastePotion: 500 StrengthPotion: 500 } @@ -9030,6 +9034,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + ArcmageBoxset: 2250 HastePotion: 500 StrengthPotion: 500 } |