diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/guards.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |