diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 8039a5ca3..4e72678fe 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -601,20 +601,6 @@ OnRespawn: makeitem StrangeCoin, 1, .@m$, .@x, .@y; end; -// Boss Death Labels -OnLieutenantDeath: - getitem StrangeCoin, 1; - mapannounce("012-1", l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map); - $MK_TEMPVAR+=1; - end; - -OnColonelDeath: - getitem StrangeCoin, 5; - $MOST_HEROIC$=strcharinfo(0); - mapannounce("012-1", l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map); - $MK_TEMPVAR+=10; - end; - // Begin Siege OnMKSiege: siege_setup("014-3"); @@ -699,7 +685,7 @@ OnTimer120000: } // Announce and spawn - siege_spawn("012-1", .@mobId, 1, "#HurnscaldSiege::On"+.@ts$+"Death"); + siege_spawn("012-1", .@mobId, 1, "#SiegeCtrl::On"+.@ts$+"Death"); mapannounce("012-1", "##1The Monster "+.@ts$+" arrived! It is a "+strmobinfo(1, .@mobId), bc_map); // Clear $@SIEGE_TMPMOBS and start casting |