summaryrefslogtreecommitdiff
path: root/npc/027-4
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2011-06-01 15:27:26 -0600
committerJared Adams <jaxad0127@gmail.com>2011-06-01 15:37:09 -0600
commit3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch)
tree6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/027-4
parentc6e448824925eec18edffffc7342399b73b6feb4 (diff)
downloadserverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/027-4')
-rwxr-xr-xnpc/027-4/_import.txt7
-rwxr-xr-xnpc/027-4/_mobs.txt8
-rwxr-xr-xnpc/027-4/_warps.txt4
-rwxr-xr-xnpc/027-4/mapflags.txt1
-rwxr-xr-xnpc/027-4/reaper_script.txt15
5 files changed, 35 insertions, 0 deletions
diff --git a/npc/027-4/_import.txt b/npc/027-4/_import.txt
new file mode 100755
index 00000000..d5638404
--- /dev/null
+++ b/npc/027-4/_import.txt
@@ -0,0 +1,7 @@
+// Map 027-4: Inner Chamber
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 027-4.gat
+npc: npc/027-4/_mobs.txt
+npc: npc/027-4/_warps.txt
+npc: npc/027-4/mapflags.txt
+npc: npc/027-4/reaper_script.txt
diff --git a/npc/027-4/_mobs.txt b/npc/027-4/_mobs.txt
new file mode 100755
index 00000000..26dbe342
--- /dev/null
+++ b/npc/027-4/_mobs.txt
@@ -0,0 +1,8 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Inner Chamber mobs
+
+
+
+027-4.gat,0,0,0 script Mob027-4 -1,{
+ end;
+}
diff --git a/npc/027-4/_warps.txt b/npc/027-4/_warps.txt
new file mode 100755
index 00000000..4611509a
--- /dev/null
+++ b/npc/027-4/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Inner Chamber warps
+
+027-4.gat,37,19 warp toCryptLevel1 1,-1,027-3.gat,127,42
diff --git a/npc/027-4/mapflags.txt b/npc/027-4/mapflags.txt
new file mode 100755
index 00000000..1784cd64
--- /dev/null
+++ b/npc/027-4/mapflags.txt
@@ -0,0 +1 @@
+027-4.gat mapflag nosave 027-2,107,31;
diff --git a/npc/027-4/reaper_script.txt b/npc/027-4/reaper_script.txt
new file mode 100755
index 00000000..b09a2399
--- /dev/null
+++ b/npc/027-4/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