From 88eefdab967e08886f4307fe2f5bd7e8a00241fc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 17:50:33 -0300 Subject: Hurnscald Liberation Day: Make the boss have 100k HP. This is to compensate the GM intervention during the official event. --- npc/012-1/guards.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 6875fbb85..9a469a2cc 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -372,7 +372,10 @@ OnTimer240000: bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Lieutenant", NightScorpion, "Hurnsguard::OnXtreem"); } else if (.CYCLES == 3) { mapannounce("012-1", "Monster Admiral appears! Kill it to liberate Hurns!", bc_map); - bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Admiral", GiantMutatedBat, "Hurnsguard::OnVictory"); + .@boss=bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Admiral", GiantMutatedBat, "Hurnsguard::OnVictory"); + // Give huge amounts of health to the boss (Default: 43310) + setunitdata(.@boss, UDT_MAXHP, 100000); + setunitdata(.@boss, UDT_HP, 100000); } // One monster per user alive -- cgit v1.2.3-60-g2f50