summaryrefslogtreecommitdiff
path: root/npc/027-4
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-18 21:58:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-19 14:19:55 -0700
commitbae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch)
tree4acc120f6a94cfbf9694bf344658493de5aaa67b /npc/027-4
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'npc/027-4')
-rw-r--r--npc/027-4/_import.txt7
-rw-r--r--npc/027-4/_mobs.txt8
-rw-r--r--npc/027-4/_warps.txt4
-rw-r--r--npc/027-4/mapflags.txt1
-rw-r--r--npc/027-4/reaper_script.txt15
5 files changed, 0 insertions, 35 deletions
diff --git a/npc/027-4/_import.txt b/npc/027-4/_import.txt
deleted file mode 100644
index d5638404..00000000
--- a/npc/027-4/_import.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// 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
deleted file mode 100644
index 26dbe342..00000000
--- a/npc/027-4/_mobs.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// 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
deleted file mode 100644
index 4611509a..00000000
--- a/npc/027-4/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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
deleted file mode 100644
index 1784cd64..00000000
--- a/npc/027-4/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 2f218f0d..00000000
--- a/npc/027-4/reaper_script.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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