summaryrefslogtreecommitdiff
path: root/world/map/npc/043-1/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/043-1/_mobs.txt')
-rw-r--r--world/map/npc/043-1/_mobs.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/world/map/npc/043-1/_mobs.txt b/world/map/npc/043-1/_mobs.txt
deleted file mode 100644
index 3f601fce..00000000
--- a/world/map/npc/043-1/_mobs.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Beach mobs
-
-043-1.gat,0,0,0,0|monster|SeaSlime|1033,17,40000ms,30000ms,Mob043-1::On1033
-043-1.gat,0,0,0,0|monster|YellowSlime|1007,15,60000ms,60000ms,Mob043-1::On1007
-043-1.gat,0,0,0,0|monster|GreenSlime|1005,20,60000ms,60000ms,Mob043-1::On1005
-
-
-043-1.gat,0,0,0|script|Mob043-1|-1
-{
- end;
-
-On1005:
- set @mobID, 1005;
- callfunc "MobPoints";
- end;
-
-On1007:
- set @mobID, 1007;
- callfunc "MobPoints";
- end;
-
-On1033:
- set @mobID, 1033;
- callfunc "MobPoints";
- end;
-}