summaryrefslogtreecommitdiff
path: root/npc/027-4_Inner_Chamber
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-29 07:08:49 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-29 07:08:49 -0500
commit5068c23aaf3557cbef08a8344d6f4f1733d149a5 (patch)
tree892b81bdc9eca22e4f5690f4c2dd280e24aab5b8 /npc/027-4_Inner_Chamber
parentbcadebe2268deb92e7392efc9e29790b3c1d5a9f (diff)
downloadserverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.gz
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.bz2
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.xz
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.zip
second last commit: crypt tileset and other misc graphic updates.
Removed windows CR from some files to comply with unix EOL. Removed debugroom completely. Someone keeps pushing 027-4_Inner_Chanmber instead of 027-4_Reaper. I just switched my working directories to match the inner chamber naming.
Diffstat (limited to 'npc/027-4_Inner_Chamber')
-rwxr-xr-x[-rw-r--r--]npc/027-4_Inner_Chamber/_import.txt2
-rwxr-xr-x[-rw-r--r--]npc/027-4_Inner_Chamber/_mobs.txt8
-rwxr-xr-x[-rw-r--r--]npc/027-4_Inner_Chamber/_warps.txt8
-rwxr-xr-xnpc/027-4_Inner_Chamber/mapflags.txt1
-rwxr-xr-xnpc/027-4_Inner_Chamber/reaper_script.txt15
5 files changed, 24 insertions, 10 deletions
diff --git a/npc/027-4_Inner_Chamber/_import.txt b/npc/027-4_Inner_Chamber/_import.txt
index 460e6396..da04b18c 100644..100755
--- a/npc/027-4_Inner_Chamber/_import.txt
+++ b/npc/027-4_Inner_Chamber/_import.txt
@@ -1,3 +1,5 @@
map: 027-4.gat
npc: npc/027-4_Inner_Chamber/_mobs.txt
npc: npc/027-4_Inner_Chamber/_warps.txt
+npc: npc/027-4_Inner_Chamber/mapflags.txt
+npc: npc/027-4_Inner_Chamber/reaper_script.txt
diff --git a/npc/027-4_Inner_Chamber/_mobs.txt b/npc/027-4_Inner_Chamber/_mobs.txt
index e2c36ab5..50c5d033 100644..100755
--- a/npc/027-4_Inner_Chamber/_mobs.txt
+++ b/npc/027-4_Inner_Chamber/_mobs.txt
@@ -1,7 +1 @@
-// 027-4 Inner Chamber mobs
-
-
-
-027-4.gat,0,0,0 script Mob027-4 -1,{
- end;
-}
+// 027-4 Reaper mobs
diff --git a/npc/027-4_Inner_Chamber/_warps.txt b/npc/027-4_Inner_Chamber/_warps.txt
index b6adf1f4..ca462cbe 100644..100755
--- a/npc/027-4_Inner_Chamber/_warps.txt
+++ b/npc/027-4_Inner_Chamber/_warps.txt
@@ -1,3 +1,5 @@
-// 027-4 Inner Chamber warps
-
-027-4.gat,37,19 warp toCryptLevel1 1,-1,027-3.gat,127,42
+// 027-4 Reaper warps
+
+027-4.gat,36,19,0 warp ToCryptL -1,-1,027-3.gat,126,42
+027-4.gat,37,19,0 warp ToCryptM -1,-1,027-3.gat,127,42
+027-4.gat,38,19,0 warp ToCryptR -1,-1,027-3.gat,128,42
diff --git a/npc/027-4_Inner_Chamber/mapflags.txt b/npc/027-4_Inner_Chamber/mapflags.txt
new file mode 100755
index 00000000..1784cd64
--- /dev/null
+++ b/npc/027-4_Inner_Chamber/mapflags.txt
@@ -0,0 +1 @@
+027-4.gat mapflag nosave 027-2,107,31;
diff --git a/npc/027-4_Inner_Chamber/reaper_script.txt b/npc/027-4_Inner_Chamber/reaper_script.txt
new file mode 100755
index 00000000..b09a2399
--- /dev/null
+++ b/npc/027-4_Inner_Chamber/reaper_script.txt
@@ -0,0 +1,15 @@
+// The scripts associated with the reaper mob summoned by Alacrius in the 027-2
+
+027-4.gat,0,0,0 script Reaper -1,{
+OnDead:
+ mes "you won!";
+ mapwarp "027-4.gat", "027-2.gat",104,41;
+ close;
+
+OnPCDieEvent:
+ // summon a zombie and give a message and sfx
+ end;
+OnAvenged:
+ // tell players your fallen comrad has been avenged
+ end;
+} \ No newline at end of file