diff options
Diffstat (limited to 'npc/042-2/boss.txt')
-rw-r--r-- | npc/042-2/boss.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index 9a68c435d..3cf49c91d 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -40,17 +40,6 @@ OnArrival: //debugmes "Timer Started"; end; -OnEmergency: - .@m$=instance_mapname("042-2"); - setd("$@GTEMP_PC_"+.@m$, $KAMELOT_PC[getcharid(2)]); - setd("$@GTEMP_MX_"+.@m$, $KAMELOT_MX[getcharid(2)]); - initnpctimer; - end; - -OnEmergency2: - dispbottom instance_npcname("#KDoor0422", $@KAMELOT_ID[.@g]); - end; - OnTimer1000: .@m$=instance_mapname("042-2"); mapannounce .@m$, "??? : What's this? Why do I hear a commotion up there??", 0; |