summaryrefslogtreecommitdiff
path: root/npc/014-3_Cave
diff options
context:
space:
mode:
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;
-}