diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-01 16:19:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-01 16:19:02 -0300 |
commit | 457724f14cf882852cb53ffc45b6b38fff709daa (patch) | |
tree | 81760e2d72adec7dedde812515ed2a47e975b213 | |
parent | 3800e31648c9bf0da794f065706754d2e2b0d68b (diff) | |
download | serverdata-457724f14cf882852cb53ffc45b6b38fff709daa.tar.gz serverdata-457724f14cf882852cb53ffc45b6b38fff709daa.tar.bz2 serverdata-457724f14cf882852cb53ffc45b6b38fff709daa.tar.xz serverdata-457724f14cf882852cb53ffc45b6b38fff709daa.zip |
Double Arcmage Boxset drop rate
-rw-r--r-- | db/re/mob_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a64dd6c92..fecfd244a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8861,7 +8861,7 @@ mob_db: ( Drops: { HastePotion: 500 StrengthPotion: 500 - ArcmageBoxset: 100 + ArcmageBoxset: 200 } WeaponAttacks: { All: 8000 @@ -8907,7 +8907,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - ArcmageBoxset: 500 + ArcmageBoxset: 1000 HastePotion: 500 StrengthPotion: 500 } @@ -8955,7 +8955,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - ArcmageBoxset: 1000 + ArcmageBoxset: 2000 HastePotion: 500 StrengthPotion: 500 } @@ -9003,7 +9003,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - ArcmageBoxset: 1750 + ArcmageBoxset: 3500 HastePotion: 500 StrengthPotion: 500 } @@ -9051,7 +9051,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - ArcmageBoxset: 2250 + ArcmageBoxset: 4500 HastePotion: 500 StrengthPotion: 500 } |