summaryrefslogtreecommitdiff
path: root/npc/new_27-1-hill2/monsters.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-12 09:07:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-12 09:07:20 +0000
commit57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26 (patch)
treec70c6a801b4b47cac7c7ccb2150f20ea81ced13e /npc/new_27-1-hill2/monsters.txt
parentfa302a780f1873bcab253bf469b8be23fe4a43e0 (diff)
parent92edc7656445e89c7ce1d229970f03ff55708e5b (diff)
downloadserverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.gz
serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.bz2
serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.xz
serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.zip
Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline
Diffstat (limited to 'npc/new_27-1-hill2/monsters.txt')
-rw-r--r--npc/new_27-1-hill2/monsters.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/new_27-1-hill2/monsters.txt b/npc/new_27-1-hill2/monsters.txt
index 2121f594..bb0799bb 100644
--- a/npc/new_27-1-hill2/monsters.txt
+++ b/npc/new_27-1-hill2/monsters.txt
@@ -1,20 +1,20 @@
-// Map: new_27-1
-// This is the Caves beneath the North Woodland.
-//
-
-new_27-1.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat
-new_27-1.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake
-
-new_27-1.gat,0,0,0 script Mob27 -1,{
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-OnCaveSnake:
- set @mobID, 1021;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_27-1
+// This is the Caves beneath the North Woodland.
+//
+
+new_27-1.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat
+new_27-1.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake
+
+new_27-1.gat,0,0,0 script Mob27 -1,{
+OnBat:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ break;
+
+OnCaveSnake:
+ set @mobID, 1021;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}