From 946eb13947237b399e169610edb6acf8376b2910 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 31 Jul 2019 14:11:02 -0300 Subject: Fix bug --- npc/boss/throne.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/boss') diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt index c34cbf6cd..e9c82a488 100644 --- a/npc/boss/throne.txt +++ b/npc/boss/throne.txt @@ -31,11 +31,12 @@ OnBegin: monster("boss", 40, 50, strmobinfo(1, .@mobId), .@mobId, 1, "#SiegeCtrl::On"+.@ts$+"Death"); monster("boss", 50, 40, strmobinfo(1, .@mobId), .@mobId, 1, "#SiegeCtrl::On"+.@ts$+"Death"); + mapannounce("boss", "Begin!", bc_map|bc_npc); initnpctimer; end; function CheckFinalAssault { - if (!siege_calcdiff(5)) { + if (!siege_calcdiff("boss", 5)) { kamibroadcast("You noobs, you all deserve to die!", "Monster King"); stopnpctimer; $@MK_CHALLENGE=false; -- cgit v1.2.3-60-g2f50