From 788daba0876214aae02f96b30d6911d6c0581723 Mon Sep 17 00:00:00 2001 From: Bernhardt Date: Sun, 20 Apr 2014 23:25:00 +0200 Subject: Add Verbosity to Battle Ending --- world/map/npc/027-7/general_razha.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/027-7') diff --git a/world/map/npc/027-7/general_razha.txt b/world/map/npc/027-7/general_razha.txt index ddd66d84..869c4684 100644 --- a/world/map/npc/027-7/general_razha.txt +++ b/world/map/npc/027-7/general_razha.txt @@ -169,6 +169,8 @@ OnPetDeath: end; L_CleanUpLosers: + mapannounce "027-7.gat", "General Razha : Oh where did you all go, I was beginning to have fun here.", 0; + mapannounce "027-4.gat", "The battle is lost.", 0; set $@CRYPT_FIGHT2, 0; set $@CRYPT_FIGHT2_PLAYER_COUNT, 0; set $@CRYPT_FIGHT2_WAVE, 0; @@ -182,6 +184,8 @@ L_CleanUpLosers: end; L_CleanUp: + mapannounce "027-7.gat", "General Razha : How in all hells could that happen? I am lost forever.", 0; + mapannounce "027-4.gat", "General Razha is defeated.", 0; areatimer "027-7.gat", 0, 0, 79, 84, 10, "General Razha::OnReward"; set $@CRYPT_FIGHT2, 0; set $@CRYPT_FIGHT2_PLAYER_COUNT, 0; -- cgit v1.2.3-60-g2f50