summaryrefslogtreecommitdiff
path: root/npc/014-3_Cave
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/014-3_Cave
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/014-3_Cave')
-rw-r--r--npc/014-3_Cave/_import.txt5
-rw-r--r--npc/014-3_Cave/_mobs.txt8
-rw-r--r--npc/014-3_Cave/_warps.txt7
-rw-r--r--npc/014-3_Cave/monsters.txt14
4 files changed, 0 insertions, 34 deletions
diff --git a/npc/014-3_Cave/_import.txt b/npc/014-3_Cave/_import.txt
deleted file mode 100644
index 6b15d275..00000000
--- a/npc/014-3_Cave/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-map: 014-3.gat
-npc: npc/014-3_Cave/_mobs.txt
-npc: npc/014-3_Cave/_warps.txt
-npc: npc/014-3_Cave/monsters.txt
diff --git a/npc/014-3_Cave/_mobs.txt b/npc/014-3_Cave/_mobs.txt
deleted file mode 100644
index c8452fdd..00000000
--- a/npc/014-3_Cave/_mobs.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// 014-3 Cave mobs
-
-
-
-014-3.gat,0,0,0 script Mob014-3 -1,{
- end;
-}
diff --git a/npc/014-3_Cave/_warps.txt b/npc/014-3_Cave/_warps.txt
deleted file mode 100644
index 73a05160..00000000
--- a/npc/014-3_Cave/_warps.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// 014-3 Cave warps
-
-014-3.gat,35,32 warp ToOutside -1,-1,014-1.gat,76,39
-014-3.gat,57,173 warp ToOutside 0,-1,014-1.gat,93,59
-014-3.gat,91,108 warp ToCave -1,-1,014-3.gat,103,53
-014-3.gat,103,54 warp ToCave -1,-1,014-3.gat,91,109
diff --git a/npc/014-3_Cave/monsters.txt b/npc/014-3_Cave/monsters.txt
deleted file mode 100644
index 2237ea42..00000000
--- a/npc/014-3_Cave/monsters.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// Map: 014-3
-// This is the caves beneath West Woodland.
-//
-
-014-3.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat
-
-014-3.gat,0,0,0 script Mob30 -1,{
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
- end;
-}