diff options
-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; |