diff options
author | Bernhardt <orgzfrgh@gmail.com> | 2014-04-20 23:25:00 +0200 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-04-22 01:10:46 +0200 |
commit | 788daba0876214aae02f96b30d6911d6c0581723 (patch) | |
tree | 513c9de895163381a9b79731a80982970ee62729 /world/map/npc | |
parent | 95b7f5cafb91d0aea5e2cbd20dbba6a41a1b5411 (diff) | |
download | serverdata-788daba0876214aae02f96b30d6911d6c0581723.tar.gz serverdata-788daba0876214aae02f96b30d6911d6c0581723.tar.bz2 serverdata-788daba0876214aae02f96b30d6911d6c0581723.tar.xz serverdata-788daba0876214aae02f96b30d6911d6c0581723.zip |
Add Verbosity to Battle Ending
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/027-7/general_razha.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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; |