summaryrefslogtreecommitdiff
path: root/world/map/npc/027-7
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-03-02 20:48:20 -0500
committermekolat <mekolat@gmail.com>2015-03-02 20:48:20 -0500
commit7d86c6a7b874cb9126f7cfe24de55a35cf5d5083 (patch)
tree8ce02721367e103e7d17f7150ce04ff3c8341ee8 /world/map/npc/027-7
parent1ec55a146d18d500adef7c562b4246e3bea4ce41 (diff)
downloadserverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.gz
serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.bz2
serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.xz
serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.zip
fix deprecated asterisk in announcements
Diffstat (limited to 'world/map/npc/027-7')
-rw-r--r--world/map/npc/027-7/general_razha.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/world/map/npc/027-7/general_razha.txt b/world/map/npc/027-7/general_razha.txt
index 9a99e8b8..60886f78 100644
--- a/world/map/npc/027-7/general_razha.txt
+++ b/world/map/npc/027-7/general_razha.txt
@@ -169,7 +169,7 @@ OnPetDeath:
end;
L_CleanUpLosers:
- mapannounce "027-7", "General Razha:* Oh where did you all go, I was beginning to have fun here.", 0;
+ mapannounce "027-7", "General Razha : Oh where did you all go, I was beginning to have fun here.", 0;
mapannounce "027-4", "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", "General Razha:* How in all hells could that happen? I am lost forever.", 0;
+ mapannounce "027-7", "General Razha : How in all hells could that happen? I am lost forever.", 0;
mapannounce "027-4", "General Razha is defeated.", 0;
areatimer "027-7", 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;
}