diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-31 14:11:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-31 14:11:02 -0300 |
commit | 946eb13947237b399e169610edb6acf8376b2910 (patch) | |
tree | b0e85acfb2b30ec83f0d2a14911d05b2189e5495 /npc | |
parent | ffc20f531e6e6a43f3f6368b512c48e177bfe479 (diff) | |
download | serverdata-946eb13947237b399e169610edb6acf8376b2910.tar.gz serverdata-946eb13947237b399e169610edb6acf8376b2910.tar.bz2 serverdata-946eb13947237b399e169610edb6acf8376b2910.tar.xz serverdata-946eb13947237b399e169610edb6acf8376b2910.zip |
Fix bug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/boss/throne.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; |