diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-01 16:17:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-01 16:17:17 -0300 |
commit | 3800e31648c9bf0da794f065706754d2e2b0d68b (patch) | |
tree | 75bd6f4d2f0f8f96baccab3b29d588e6e746cfd4 | |
parent | 34cc9e06787f02f462299785cc19e89fddb7afe4 (diff) | |
download | serverdata-3800e31648c9bf0da794f065706754d2e2b0d68b.tar.gz serverdata-3800e31648c9bf0da794f065706754d2e2b0d68b.tar.bz2 serverdata-3800e31648c9bf0da794f065706754d2e2b0d68b.tar.xz serverdata-3800e31648c9bf0da794f065706754d2e2b0d68b.zip |
Merge Monster King HP from Throne Room into Database.
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/boss/throne.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 1ae57e02c..a64dd6c92 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7713,7 +7713,7 @@ mob_db: ( SpriteName: "MonsterKing" Name: "The Monster King" Lv: 150 - Hp: 58713 + Hp: 108713 Sp: 1665 Exp: 65000 JExp: 2100 diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt index d3097992b..668fd0a86 100644 --- a/npc/boss/throne.txt +++ b/npc/boss/throne.txt @@ -20,8 +20,8 @@ OnBegin: $@MK_CHALLENGE=true; .MK=monster("boss", 45, 45, "The Monster King", MonsterKing, 1, .name$+"::OnVictory"); .@bhp=getunitdata(.MK, UDT_MAXHP); - setunitdata(.MK, UDT_MAXHP, .@bhp+50000+2000*.FAILS); - setunitdata(.MK, UDT_HP, .@bhp+50000+2000*.FAILS); + setunitdata(.MK, UDT_MAXHP, .@bhp+2000*.FAILS); + setunitdata(.MK, UDT_HP, .@bhp+2000*.FAILS); // Spawn reinforcements .@mobId=MonsterLieutenant; |