summaryrefslogtreecommitdiff
path: root/npc/new_37-1-woodland-mine
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/new_37-1-woodland-mine
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/new_37-1-woodland-mine')
-rw-r--r--npc/new_37-1-woodland-mine/miners.txt6
-rw-r--r--npc/new_37-1-woodland-mine/monsters.txt39
-rw-r--r--npc/new_37-1-woodland-mine/passages.txt5
3 files changed, 0 insertions, 50 deletions
diff --git a/npc/new_37-1-woodland-mine/miners.txt b/npc/new_37-1-woodland-mine/miners.txt
deleted file mode 100644
index 99bba7fb..00000000
--- a/npc/new_37-1-woodland-mine/miners.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-
-new_37-1.gat,78,59,0 script Miner 109,1,1,{
- mes "[Miner]";
- mes "\"I'm sorry, but this area is closed off.\"";
-}
diff --git a/npc/new_37-1-woodland-mine/monsters.txt b/npc/new_37-1-woodland-mine/monsters.txt
deleted file mode 100644
index d38d2695..00000000
--- a/npc/new_37-1-woodland-mine/monsters.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-// Map: new_37-1
-// This is the Woodland Mines.
-//
-
-new_37-1.gat,0,0,0,0 monster LogHead 1025,5,500,600,Mob37::OnLogHead
-new_37-1.gat,136,77,20,35 monster SeaSlime 1033,5,1000,500,Mob37::OnSeaSlime
-new_37-1.gat,0,0,0,0 monster Bat 1017,2,4000,3000,Mob37::OnBat
-new_37-1.gat,79,59,0,0 monster YellowSlime 1007,1,120000,60000,Mob37::OnYellowSlime
-
-new_37-1.gat,57,63,4,4 monster SilkWorm 1035,2,60000,30000,Mob37::OnSilkWorm
-
-new_37-1.gat,0,0,0 script Mob37 -1,{
-OnLogHead:
- set @mobID, 1025;
- callfunc "MobPoints";
- break;
-
-OnSeaSlime:
- set @mobID, 1033;
- callfunc "MobPoints";
- break;
-
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-OnYellowSlime:
- set @mobID, 1007;
- callfunc "MobPoints";
- break;
-
-OnSilkWorm:
- set @mobID, 1035;
- callfunc "MobPoints";
- break;
-
- end;
-}
diff --git a/npc/new_37-1-woodland-mine/passages.txt b/npc/new_37-1-woodland-mine/passages.txt
deleted file mode 100644
index be98b28c..00000000
--- a/npc/new_37-1-woodland-mine/passages.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// To village
-new_37-1.gat,79,97 warp woodland 2,-1,new_18-1.gat,78,18
-
-// To camp building
-new_37-1.gat,65,73 warp inside -1,-1,new_38-1.gat,50,27