summaryrefslogtreecommitdiff
path: root/world/map/npc/001-3/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-3/monsters.txt')
-rw-r--r--world/map/npc/001-3/monsters.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/world/map/npc/001-3/monsters.txt b/world/map/npc/001-3/monsters.txt
new file mode 100644
index 00000000..04e6b11d
--- /dev/null
+++ b/world/map/npc/001-3/monsters.txt
@@ -0,0 +1,14 @@
+// Map: 001-3
+// This is the Tulimshar Arena -- below Tulimshar.
+//
+
+001-3.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot
+
+001-3.gat,0,0,0 script Mob6 -1,{
+OnMaggot:
+ set @mobID, 1002;
+ callfunc "MobPoints";
+ break;
+
+ end;
+} \ No newline at end of file