summaryrefslogtreecommitdiff
path: root/world/map/npc/056-1/_mobs.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-09-06 16:39:06 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2012-09-07 15:43:21 +0200
commitf3e8c38a61d2f3226382e88361f05011cadc24aa (patch)
tree51e72749ab148ed3bcb28d220dbf106b46ff1c40 /world/map/npc/056-1/_mobs.txt
parentcfb5d1f35e0456c7b0a14692a5e1e7f4eb1552ea (diff)
downloadserverdata-f3e8c38a61d2f3226382e88361f05011cadc24aa.tar.gz
serverdata-f3e8c38a61d2f3226382e88361f05011cadc24aa.tar.bz2
serverdata-f3e8c38a61d2f3226382e88361f05011cadc24aa.tar.xz
serverdata-f3e8c38a61d2f3226382e88361f05011cadc24aa.zip
Run 'make maps' for pentagram maps.
Diffstat (limited to 'world/map/npc/056-1/_mobs.txt')
-rw-r--r--world/map/npc/056-1/_mobs.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/world/map/npc/056-1/_mobs.txt b/world/map/npc/056-1/_mobs.txt
new file mode 100644
index 00000000..8c18e38a
--- /dev/null
+++ b/world/map/npc/056-1/_mobs.txt
@@ -0,0 +1,26 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Woods mobs
+
+056-1.gat,0,0,0,0|monster|Spawn Evil Mushroom|1013,10,10000,45000,Mob056-1::On1013
+056-1.gat,0,0,0,0|monster|Spawn Log Head|1025,10,10000,45000,Mob056-1::On1025
+056-1.gat,0,0,0,0|monster|Spawn Mauve Herb|1029,2,10000,85000,Mob056-1::On1029
+
+
+056-1.gat,0,0,0|script|Mob056-1|-1,{
+On1013:
+ set @mobID, 1013;
+ callfunc "MobPoints";
+ end;
+
+On1025:
+ set @mobID, 1025;
+ callfunc "MobPoints";
+ end;
+
+On1029:
+ set @mobID, 1029;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}