From 6a22617f4884355a164544c930ad0873d143bc38 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 16 Jul 2019 17:12:18 -0300 Subject: Monster Lords now drop Arcmage Boxset (it's also sold at Aeros Shop) --- db/re/mob_db.conf | 5 +++++ npc/001-1/rewards.txt | 1 + 2 files changed, 6 insertions(+) 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; -- cgit v1.2.3-60-g2f50