From 623c496aebb58b25c9ac0660b970922043c0d749 Mon Sep 17 00:00:00 2001 From: Darky Date: Tue, 14 Jun 2011 19:07:08 +0400 Subject: Removed isdead(0) from Battlecaves.txt --- npc/025-4/Battlecaves.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'npc') diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/Battlecaves.txt index 272f4c9b..df16b076 100644 --- a/npc/025-4/Battlecaves.txt +++ b/npc/025-4/Battlecaves.txt @@ -749,17 +749,11 @@ onInit: stopnpctimer; OnTimer5000: - if (isdead(0) && $@wave_cave10 == 5) goto L_Dead; attachrid(getcharid(3,$@cave10fighter$)); if (gettimetick(2) - $@cave10start >= $@CAVE10_TIME) goto L_Cleaning; if (PC_DIE_COUNTER > $@cave10fighterdeaths) goto L_Cleaning; if ($@wave_cave10 == 5) goto L_SummonBoss; setnpctimer 0; end; - -L_Dead: - set Boss_10, 2; - message strcharinfo(0), "You feel that you missed the very close goal."; - goto L_Cleaning; } -- cgit v1.2.3-70-g09d2