summaryrefslogtreecommitdiff
path: root/world/map/npc/027-7/general_razha.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2014-11-07 08:42:44 -0600
committerWushin <pasekei@gmail.com>2014-11-07 08:42:44 -0600
commit63c2f12d64ab327d60fc41bfa37fd12b5f7e7649 (patch)
treefd9087fa7497649a1f4defc4cf8e9b1c241fe0b0 /world/map/npc/027-7/general_razha.txt
parent95c0fa59d5ab80b96500a89aa9d28fe87e544dc6 (diff)
parent4cc9ace3c293a6592bcca06db2a558e01308372a (diff)
downloadserverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.gz
serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.bz2
serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.xz
serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.zip
Merge pull request #206 from wushin/AST-FIX
AST script fix
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;
}