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 | |
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)
-rw-r--r-- | db/re/mob_db.conf | 5 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 1 |
2 files changed, 6 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 } diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 53f741125..2845d793f 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -50,6 +50,7 @@ OnInit: sellitem MercBoxCC,1000; sellitem MercBoxBB,700; sellitem MercBoxC,600; + sellitem ArcmageBoxset,500; sellitem MercBoxB,400; sellitem LeatherShirt, 315; sellitem JeansShorts, 270; |