summaryrefslogtreecommitdiff
path: root/npc/006-3_Desert_mountain_caves
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/006-3_Desert_mountain_caves
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/006-3_Desert_mountain_caves')
-rw-r--r--npc/006-3_Desert_mountain_caves/_import.txt4
-rw-r--r--npc/006-3_Desert_mountain_caves/_mobs.txt7
-rw-r--r--npc/006-3_Desert_mountain_caves/_warps.txt20
-rw-r--r--npc/006-3_Desert_mountain_caves/monsters.txt14
4 files changed, 45 insertions, 0 deletions
diff --git a/npc/006-3_Desert_mountain_caves/_import.txt b/npc/006-3_Desert_mountain_caves/_import.txt
new file mode 100644
index 00000000..90fb5864
--- /dev/null
+++ b/npc/006-3_Desert_mountain_caves/_import.txt
@@ -0,0 +1,4 @@
+map: 006-3.gat
+npc: npc/006-3_Desert_mountain_caves/monsters.txt
+npc: npc/006-3_Desert_mountain_caves/_warps.txt
+npc: npc/006-3_Desert_mountain_caves/_mobs.txt
diff --git a/npc/006-3_Desert_mountain_caves/_mobs.txt b/npc/006-3_Desert_mountain_caves/_mobs.txt
new file mode 100644
index 00000000..fd6e317b
--- /dev/null
+++ b/npc/006-3_Desert_mountain_caves/_mobs.txt
@@ -0,0 +1,7 @@
+// 006-3 Desert mountain caves mobs
+
+
+
+006-3.gat,0,0,0 script Mob006-3 -1,{
+ end;
+}
diff --git a/npc/006-3_Desert_mountain_caves/_warps.txt b/npc/006-3_Desert_mountain_caves/_warps.txt
new file mode 100644
index 00000000..9c40defc
--- /dev/null
+++ b/npc/006-3_Desert_mountain_caves/_warps.txt
@@ -0,0 +1,20 @@
+// 006-3 Desert mountain caves warps
+
+006-3.gat,40,26 warp CavesExit -1,-1,006-1.gat,40,27
+006-3.gat,55,27 warp CavesExit -1,-1,006-1.gat,55,28
+006-3.gat,62,30 warp CavesExit -1,-1,006-1.gat,62,31
+006-3.gat,86,24 warp CavesExit -1,-1,006-1.gat,86,25
+006-3.gat,91,24 warp CavesExit -1,-1,006-1.gat,91,25
+006-3.gat,122,24 warp CavesExit -1,-1,006-1.gat,122,25
+006-3.gat,114,49 warp CavesExit -1,-1,006-1.gat,114,50
+006-3.gat,104,44 warp CavesExit -1,-1,006-1.gat,104,45
+006-3.gat,60,68 warp CavesExit -1,-1,006-1.gat,60,59
+006-3.gat,92,63 warp CavesExit -1,-1,006-1.gat,92,64
+006-3.gat,112,74 warp CavesExit -1,-1,006-1.gat,112,75
+006-3.gat,110,56 warp CavesExit -1,-1,006-1.gat,110,57
+006-3.gat,125,59 warp CavesExit -1,-1,006-1.gat,125,60
+006-3.gat,74,90 warp CavesExit -1,-1,006-1.gat,74,91
+006-3.gat,51,90 warp CavesExit -1,-1,006-1.gat,51,91
+006-3.gat,38,121 warp CavesExit -1,-1,006-1.gat,38,122
+006-3.gat,79,120 warp CavesExit -1,-1,006-1.gat,79,121
+006-3.gat,121,110 warp CavesExit -1,-1,006-1.gat,121,111
diff --git a/npc/006-3_Desert_mountain_caves/monsters.txt b/npc/006-3_Desert_mountain_caves/monsters.txt
new file mode 100644
index 00000000..b24d2e7c
--- /dev/null
+++ b/npc/006-3_Desert_mountain_caves/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_25-1
+// This is the Desert Mountains Caves.
+//
+
+new_25-1.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake
+
+new_25-1.gat,0,0,0 script Mob25 -1,{
+OnMountainSnake:
+ set @mobID, 1026;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}