summaryrefslogtreecommitdiff
path: root/npc/new_38-1-woodland-mine/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_38-1-woodland-mine/monsters.txt')
-rw-r--r--npc/new_38-1-woodland-mine/monsters.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/new_38-1-woodland-mine/monsters.txt b/npc/new_38-1-woodland-mine/monsters.txt
new file mode 100644
index 00000000..7eb44908
--- /dev/null
+++ b/npc/new_38-1-woodland-mine/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_38-1
+// This is the Woodland Mines -- level 1.
+//
+
+new_38-1.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime
+
+new_38-1.gat,0,0,0 script Mob38 -1,{
+OnYellowSlime:
+ set @mobID, 1007;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}