summaryrefslogtreecommitdiff
path: root/world/map/npc/027-7/general_razha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/027-7/general_razha.txt')
-rw-r--r--world/map/npc/027-7/general_razha.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/world/map/npc/027-7/general_razha.txt b/world/map/npc/027-7/general_razha.txt
index 869c4684..cad3e4cb 100644
--- a/world/map/npc/027-7/general_razha.txt
+++ b/world/map/npc/027-7/general_razha.txt
@@ -2,7 +2,7 @@
// Based off Cindy Fight
// General Razha Fight
-027-7.gat,39,25,0|script|General Razha|400,
+027-7.gat,39,25,0|script|General Razha|400
{
if ($@CRYPT_FIGHT2 != 0)
end;
@@ -169,7 +169,7 @@ 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-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;
@@ -184,7 +184,7 @@ 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-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;
@@ -219,17 +219,17 @@ L_End:
OnInit:
setarray $@CRYPT_FIGHT2_MESSAGES$,
- "General Razha : Haha, Thank you mortal. You have released me from my prison. To show my graditude you can die swiftly at my hands and become part of my undead army. MUhahahahaha! Minions, Dispose of these Adventurers!",
- "General Razha : Ha, Looks like your tougher then I thought.",
- "General Razha : and here I thought I wasn't going to enjoy this.",
- "General Razha : More of them are coming!",
- "General Razha : Minions! Kill them already!",
- "General Razha : *facepalm* I knew I should have hired better help.",
- "General Razha : Well at least you will make a good addition to my army.",
- "General Razha : To the Abyss with you already!",
- "General Razha : How about you try a different approach and kill them already!",
- "General Razha : Minions! Last chance or it's back to being part of an ossuary for you!",
- "General Razha : Looks like if you want something done right you have to do it yourself.",
- "General Razha : Charge!.";
+ "General Razha:* Haha, Thank you mortal. You have released me from my prison. To show my graditude you can die swiftly at my hands and become part of my undead army. MUhahahahaha! Minions, Dispose of these Adventurers!",
+ "General Razha:* Ha, Looks like your tougher then I thought.",
+ "General Razha:* and here I thought I wasn't going to enjoy this.",
+ "General Razha:* More of them are coming!",
+ "General Razha:* Minions! Kill them already!",
+ "General Razha:* *facepalm* I knew I should have hired better help.",
+ "General Razha:* Well at least you will make a good addition to my army.",
+ "General Razha:* To the Abyss with you already!",
+ "General Razha:* How about you try a different approach and kill them already!",
+ "General Razha:* Minions! Last chance or it's back to being part of an ossuary for you!",
+ "General Razha:* Looks like if you want something done right you have to do it yourself.",
+ "General Razha:* Charge!.";
end;
}