summaryrefslogtreecommitdiff
path: root/world/map/npc/055-3/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/055-3/_mobs.txt')
-rw-r--r--world/map/npc/055-3/_mobs.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/world/map/npc/055-3/_mobs.txt b/world/map/npc/055-3/_mobs.txt
new file mode 100644
index 00000000..9499d05a
--- /dev/null
+++ b/world/map/npc/055-3/_mobs.txt
@@ -0,0 +1,44 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Cave mobs
+
+055-3.gat,45,44,20,14|monster|Spawn Red Slime|1008,13,10000,60000,Mob055-3::On1008
+055-3.gat,0,0,1,1|monster|Spawn Bats|1017,20,10000,45000,Mob055-3::On1017
+055-3.gat,53,75,28,40|monster|Spawn Yellow Slime|1007,13,10000,60000,Mob055-3::On1007
+055-3.gat,0,0,1,1|monster|Spawn Black Scorpion|1009,10,10000,35000,Mob055-3::On1009
+055-3.gat,0,0,1,1|monster|Spawn Spider|1012,10,10000,35000,Mob055-3::On1012
+055-3.gat,0,0,1,1|monster|Spawn Snake|1010,3,10000,20000,Mob055-3::On1010
+
+
+055-3.gat,0,0,0|script|Mob055-3|-1,{
+On1007:
+ set @mobID, 1007;
+ callfunc "MobPoints";
+ end;
+
+On1008:
+ set @mobID, 1008;
+ callfunc "MobPoints";
+ end;
+
+On1009:
+ set @mobID, 1009;
+ callfunc "MobPoints";
+ end;
+
+On1010:
+ set @mobID, 1010;
+ callfunc "MobPoints";
+ end;
+
+On1012:
+ set @mobID, 1012;
+ callfunc "MobPoints";
+ end;
+
+On1017:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}