summaryrefslogtreecommitdiff
path: root/npc/006-3_Desert_mountain_caves/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-3_Desert_mountain_caves/monsters.txt')
-rw-r--r--npc/006-3_Desert_mountain_caves/monsters.txt14
1 files changed, 14 insertions, 0 deletions
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..5aee03a4
--- /dev/null
+++ b/npc/006-3_Desert_mountain_caves/monsters.txt
@@ -0,0 +1,14 @@
+// Map: 006-3
+// This is the Desert Mountains Caves.
+//
+
+006-3.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake
+
+006-3.gat,0,0,0 script Mob25 -1,{
+OnMountainSnake:
+ set @mobID, 1026;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}