From 56422e691b333222dc9b7c7e8c9cc5a9c0e828ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 20:27:58 -0300 Subject: Rebalance the Monster King (not really but oh well) --- db/re/mob_db.conf | 10 +++++++--- db/re/mob_skill_db.conf | 16 ++++++++++++++-- 2 files changed, 21 insertions(+), 5 deletions(-) (limited to 'db/re') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e8bc0f4f2..5189e658d 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1214,7 +1214,6 @@ mob_db: ( Mdef: 0 WalkMask: "WALK_AIR" Stats: { - Str: 100 Agi: 250 Vit: 1 Int: 1 @@ -7408,10 +7407,15 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { + BronzeGift: 10000 + SilverGift: 5000 IridiumOre: 3000 PlatinumOre: 2000 - GoldenApple: 2000 - DivineApple: 1000 + GoldenGift: 1500 + GoldenApple: 1000 + DivineApple: 500 + PrismGift: 300 + SupremeGift: 10 } }, { diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 70d7eefb3..0735e024d 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -844,12 +844,24 @@ SKILL_COND2 = { } } MonsterKing: { + NPC_SUMMONSLAVE: { + SkillState: "MSS_ANYTARGET" + SkillLevel: 1 + Rate: 10000 + CastTime: 10000 + Delay: 180000 + Cancelable: false + SkillTarget: "MST_SELF" + CastCondition: "MSC_MYHPLTMAXRATE" + ConditionData: 10 + val0: 1179 + } NPC_SUMMONSLAVE: { SkillState: "MSS_ANYTARGET" SkillLevel: 7 Rate: 10000 - CastTime: 700 - Delay: 60000 + CastTime: 7000 + Delay: 120000 Cancelable: false SkillTarget: "MST_SELF" CastCondition: "MSC_MYHPLTMAXRATE" -- cgit v1.2.3-70-g09d2