summaryrefslogtreecommitdiff
path: root/npc/014-3_Cave
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
commit1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch)
tree888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/014-3_Cave
parentc35d7a43946974cc85497980f4542f0b8abc1a56 (diff)
downloadserverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/014-3_Cave')
-rw-r--r--npc/014-3_Cave/_import.txt4
-rw-r--r--npc/014-3_Cave/_mobs.txt7
-rw-r--r--npc/014-3_Cave/_warps.txt6
-rw-r--r--npc/014-3_Cave/monsters.txt14
4 files changed, 31 insertions, 0 deletions
diff --git a/npc/014-3_Cave/_import.txt b/npc/014-3_Cave/_import.txt
new file mode 100644
index 00000000..f18b6e02
--- /dev/null
+++ b/npc/014-3_Cave/_import.txt
@@ -0,0 +1,4 @@
+map: 014-3.gat
+npc: npc/014-3_Cave/monsters.txt
+npc: npc/014-3_Cave/_warps.txt
+npc: npc/014-3_Cave/_mobs.txt
diff --git a/npc/014-3_Cave/_mobs.txt b/npc/014-3_Cave/_mobs.txt
new file mode 100644
index 00000000..417a4ef0
--- /dev/null
+++ b/npc/014-3_Cave/_mobs.txt
@@ -0,0 +1,7 @@
+// 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
new file mode 100644
index 00000000..39704f98
--- /dev/null
+++ b/npc/014-3_Cave/_warps.txt
@@ -0,0 +1,6 @@
+// 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
new file mode 100644
index 00000000..b0620568
--- /dev/null
+++ b/npc/014-3_Cave/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_30-1
+// This is the caves beneath West Woodland.
+//
+
+new_30-1.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat
+
+new_30-1.gat,0,0,0 script Mob30 -1,{
+OnBat:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}