summaryrefslogtreecommitdiff
path: root/npc/027-3_Crypt/entrance.txt
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-05 16:29:03 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-05 16:29:03 -0500
commitbdd11263ead3e706eb79a5e54bc1201b98bd6641 (patch)
treed5d33b149e7ab097bd5e76bd8602e24e12fc653d /npc/027-3_Crypt/entrance.txt
parent6f1a1abe10064a7ca100f61e7556a2883e44c059 (diff)
downloadserverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.gz
serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.bz2
serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.xz
serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.zip
updated reaper quest info, fixed a few warps in Hurnscald and lake cave, and an update to mod_db and mob_skill_db.
Diffstat (limited to 'npc/027-3_Crypt/entrance.txt')
-rwxr-xr-xnpc/027-3_Crypt/entrance.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/027-3_Crypt/entrance.txt b/npc/027-3_Crypt/entrance.txt
index f8da11b8..0ba3def5 100755
--- a/npc/027-3_Crypt/entrance.txt
+++ b/npc/027-3_Crypt/entrance.txt
@@ -1,8 +1,8 @@
// Effects for opening and closing the gate. Also set it so no new player can't be warped in once the gate is opened.
027-3.gat,40,57,0 script #gatecontrol 127, 2, 1{
- mes "Once you pass this point I cannot warp anyone else to help.";
- mes "Are you sure you are ready to go?";
+ mes "Once you pass this point I cannot warp anyone else to help. "
+ + "Are you sure you are ready to go?";
menu
"Let's go",L_BEGIN,
"No thank you",-;
@@ -33,9 +33,9 @@ OnTimer2000:
// Effects for the exit.
027-3.gat,40,78,0 script #cryptexit2 127, 3, 3{
- mes "Unfortunately, once I bring you to this pocket";
- mes "in time you cannot leave through its normal exit.";
- mes "The only way to get out is to defeat the reaper";
- mes "or die...";
+ mes "Unfortunately, once I bring you to this time pocket"
+ + "you cannot leave through its normal exit."
+ + "The only way to get out is to defeat the reaper"
+ + "or die...";
close;
} \ No newline at end of file