summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/alacrius2.txt
diff options
context:
space:
mode:
authorThe Kandiman <kandiman@kandiman.(none)>2011-03-26 21:30:33 -0400
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:26:42 +0200
commit8ef0339e829bb071f13ebee95ecfe8faf0183844 (patch)
tree0bf89a0ecd8ae650fbd5d362d84819eeeaf8c796 /npc/027-2_Caretakers_House/alacrius2.txt
parent00b70aee7958572b045112bd83660010d984519c (diff)
downloadserverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.gz
serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.bz2
serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.xz
serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.zip
More spelling and grammar corrections.
Diffstat (limited to 'npc/027-2_Caretakers_House/alacrius2.txt')
-rwxr-xr-xnpc/027-2_Caretakers_House/alacrius2.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/027-2_Caretakers_House/alacrius2.txt b/npc/027-2_Caretakers_House/alacrius2.txt
index aa5eda08..b48ebd3f 100755
--- a/npc/027-2_Caretakers_House/alacrius2.txt
+++ b/npc/027-2_Caretakers_House/alacrius2.txt
@@ -4,23 +4,23 @@
if ($@FIGHT_ALACRIUS_STATUS != 0) goto L_Enjoy;
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "\"Hello, I'm Alacrius. \"";
next;
- mes "[ALACRIUS]";
- mes "\"A very long time ago, I figured a way to cheat death and the limits of time and space. You may think it actually is evil, but I did it because of true love... \"";
+ mes "[Alacrius]";
+ mes "\"A very long time ago, I figured a way to cheat death and the limits of time and space. You may think it is evil, but I did it because of true love... \"";
next;
- mes "[ALACRIUS]";
- mes "\"The reaper kidnapped my beloved wife, and took her to the underworld, so I had to find a way to stop him, and as time went by, I became what you can see now... But if you dare to cheat death, time and space you'll have to pay a high price... \"";
+ mes "[Alacrius]";
+ mes "\"The reaper kidnapped my beloved wife, and took her to the underworld. I had to find a way to stop him, and as time went by, I became what you can see now... But if you dare to cheat death, time and space you'll have to pay a high price... \"";
next;
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "\"Being away from time and space doesn't allow me to try to save my beloved wife... I need your help. Do you think you have what it takes to handle the most powerful monsters over the world of Mana? \"";
next;
menu
- "Let's go",L_PLAY_OK,
- "No thank you",-;
+ "Let's go!",L_PLAY_OK,
+ "No, thank you.",-;
close;
@@ -36,12 +36,12 @@ L_PLAY_OK:
L_Enjoy:
if ($@MO_REAPER == 1) goto L_AllDead;
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "\"...Please hurry up, the time is running...\"";
goto L_Exit;
L_AlreadyStarted:
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "\"The Reaper is alive.\"";
goto L_Exit;
@@ -74,7 +74,7 @@ OnTimer120000:
stopnpctimer;
setnpctimer 0;
set @PRIZE, 0;
- npctalk "Oh my beloved wife, you could not have been rescued! I will have to purge my mistakes again...";
+ npctalk "Oh my beloved wife, you could not be rescued! I will have to purge my mistakes again...";
npctalk "Please, help my beloved wife!!";
end;
@@ -90,7 +90,7 @@ L_AllDead:
if (@inventorylist_count == 100) goto L_TooMany;
getitem "CasinoCoins", 1;
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "Thank you very much, you saved my love!! Here you are, a prize according to the dangers you've been exposed to.";
set @PRIZE , 0;
set $@MO_REAPER,0;
@@ -98,12 +98,12 @@ L_AllDead:
end;
L_TooMany:
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "You have no room for the reward.";
close;
L_NOHERO:
- mes "[ALACRIUS]";
+ mes "[Alacrius]";
mes "Sorry, but you didn't save my love... Try it again when you're ready...";
close;
end;