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 ++++++++++++++-- npc/017-7/_import.txt | 2 ++ npc/017-8/_import.txt | 2 ++ 4 files changed, 25 insertions(+), 5 deletions(-) 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" diff --git a/npc/017-7/_import.txt b/npc/017-7/_import.txt index fde6dbffe..65d2ab7dd 100644 --- a/npc/017-7/_import.txt +++ b/npc/017-7/_import.txt @@ -1,3 +1,5 @@ // Map 017-7: Real Estate // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/017-7/_warps.txt", +"npc/017-7/doorbell.txt", +"npc/017-7/utils.txt", diff --git a/npc/017-8/_import.txt b/npc/017-8/_import.txt index c9c0d9582..556bcbef7 100644 --- a/npc/017-8/_import.txt +++ b/npc/017-8/_import.txt @@ -1,3 +1,5 @@ // Map 017-8: Real Estate // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/017-8/_warps.txt", +"npc/017-8/doorbell.txt", +"npc/017-8/utils.txt", -- cgit v1.2.3-70-g09d2