summaryrefslogtreecommitdiff
path: root/npc/001-1/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/_mobs.txt')
-rw-r--r--npc/001-1/_mobs.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/npc/001-1/_mobs.txt b/npc/001-1/_mobs.txt
index 42001525..13ff81f1 100644
--- a/npc/001-1/_mobs.txt
+++ b/npc/001-1/_mobs.txt
@@ -1,5 +1,5 @@
-// Map 001-1: Artis
-// mapID,x,y,sizex,sizey monster Name mobID,number,eAdeath,eAspawn,script
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 001-1: Artis mobs
001-1,0,0,0,0 monster Piou 1002,2,15000,60000
001-1,0,0,0,0 monster Piousse 1003,1,15000,150000
001-1,174,34,23,30 monster Fluffy 1022,6,18000,100000,Mobs#001-1::OnFluffyDeath
@@ -14,7 +14,7 @@
001-1,34,130,0,0 monster Manana Tree 1017,1,420000,240000
001-1,41,129,0,0 monster Manana Tree 1017,1,420000,240000
001-1,36,77,0,0 monster Manana Tree 1017,1,420000,240000
-001-1,35,74,0,0 monster Manana Tree 1017,1,420000,240000
+001-1,37,79,0,0 monster Manana Tree 1017,1,420000,240000
001-1,39,73,0,0 monster Manana Tree 1017,1,420000,240000
001-1,43,70,0,0 monster Manana Tree 1017,1,420000,240000
001-1,48,71,0,0 monster Manana Tree 1017,1,420000,240000
@@ -30,14 +30,3 @@
001-1,185,65,0,0 monster Manana Tree 1017,1,420000,240000
001-1,191,63,0,0 monster Manana Tree 1017,1,420000,240000
001-1,200,66,0,0 monster Manana Tree 1017,1,420000,240000
-
-001-1,0,0,0 script Mobs#001-1 NPC_HIDDEN,{
- end;
-
-OnFluffyDeath:
- if (playerattached())
- {
- set ArtisFluffyKilled, ArtisFluffyKilled + 1;
- }
- end;
-}