summaryrefslogtreecommitdiff
path: root/npc/027-3_Crypt
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
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')
-rwxr-xr-xnpc/027-3_Crypt/_import.txt13
-rwxr-xr-xnpc/027-3_Crypt/_mobs.txt10
-rwxr-xr-xnpc/027-3_Crypt/_warps.txt8
-rwxr-xr-xnpc/027-3_Crypt/entrance.txt12
-rwxr-xr-xnpc/027-3_Crypt/test.txt8
5 files changed, 20 insertions, 31 deletions
diff --git a/npc/027-3_Crypt/_import.txt b/npc/027-3_Crypt/_import.txt
index 82841eaa..9bf223cb 100755
--- a/npc/027-3_Crypt/_import.txt
+++ b/npc/027-3_Crypt/_import.txt
@@ -1,7 +1,6 @@
-map: 027-3.gat
-npc: npc/027-3_Crypt/_mobs.txt
-npc: npc/027-3_Crypt/_warps.txt
-npc: npc/027-3_Crypt/caskets.txt
-npc: npc/027-3_Crypt/entrance.txt
-npc: npc/027-3_Crypt/mapflags.txt
-npc: npc/027-3_Crypt/test.txt
+map: 027-3.gat
+npc: npc/027-3_Crypt/_mobs.txt
+npc: npc/027-3_Crypt/_warps.txt
+npc: npc/027-3_Crypt/mapflags.txt
+npc: npc/027-3_Crypt/entrance.txt
+npc: npc/027-3_Crypt/caskets.txt
diff --git a/npc/027-3_Crypt/_mobs.txt b/npc/027-3_Crypt/_mobs.txt
index 8aa8bd4a..2e423ee7 100755
--- a/npc/027-3_Crypt/_mobs.txt
+++ b/npc/027-3_Crypt/_mobs.txt
@@ -1,7 +1,3 @@
-// 027-3 Crypt mobs
-
-
-
-027-3.gat,0,0,0 script Mob027-3 -1,{
- end;
-}
+// 027-3 Crypt mobs
+
+//027-3.gat,40,38,0,0 monster TheLost 1063,1,8000,2000,0
diff --git a/npc/027-3_Crypt/_warps.txt b/npc/027-3_Crypt/_warps.txt
index 5bbff7ae..295215ca 100755
--- a/npc/027-3_Crypt/_warps.txt
+++ b/npc/027-3_Crypt/_warps.txt
@@ -1,3 +1,5 @@
-// 027-3 Crypt warps
-
-027-3.gat,127,44 warp toCryptLevel2 1,-1,027-4.gat,37,21
+// 027-3 Crypt warps
+
+027-3.gat,126,44,0 warp ToReaperL -1,-1,027-4.gat,36,21
+027-3.gat,127,44,0 warp ToReaperM -1,-1,027-4.gat,37,21
+027-3.gat,128,44,0 warp ToReaperR -1,-1,027-4.gat,38,21 \ No newline at end of file
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
diff --git a/npc/027-3_Crypt/test.txt b/npc/027-3_Crypt/test.txt
deleted file mode 100755
index 0f353a8d..00000000
--- a/npc/027-3_Crypt/test.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-027-3.gat,40,25,0 script zombifier 200,1,1{
- npctalk "If you die in the crypt, you are turned into a zombie";
- end;
-OnPCDieEvent:
- npctalk "The corpse of " + strcharinfo(0) + " has risen";
- monster "027-3.gat",41,25,"Corpse",1036,1,"Reaper::OnAvenged";
- end;
-}