summaryrefslogtreecommitdiff
path: root/npc/new_30-1-west-woodland-cave/monsters.txt
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_30-1-west-woodland-cave/monsters.txt
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_30-1-west-woodland-cave/monsters.txt')
-rw-r--r--npc/new_30-1-west-woodland-cave/monsters.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/new_30-1-west-woodland-cave/monsters.txt b/npc/new_30-1-west-woodland-cave/monsters.txt
deleted file mode 100644
index b0620568..00000000
--- a/npc/new_30-1-west-woodland-cave/monsters.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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;
-}