From 7ee83b0c4277e50c473a70138f1fd8e1b99b8acd Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Sun, 16 Dec 2012 18:35:28 +0100 Subject: Run 'make maps' for the Illia maps --- world/map/npc/051-1/_mobs.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 world/map/npc/051-1/_mobs.txt (limited to 'world/map/npc/051-1/_mobs.txt') diff --git a/world/map/npc/051-1/_mobs.txt b/world/map/npc/051-1/_mobs.txt new file mode 100644 index 00000000..4635bed0 --- /dev/null +++ b/world/map/npc/051-1/_mobs.txt @@ -0,0 +1,20 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Illia outskirts mobs + +051-1.gat,42,35,42,24|monster|Log Head|1025,30,100000,30000,Mob051-1::On1025 +051-1.gat,42,35,41,22|monster|Spiky Mushroom|1019,10,100000,30000,Mob051-1::On1019 + + +051-1.gat,0,0,0|script|Mob051-1|-1,{ +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + end; + +On1025: + set @mobID, 1025; + callfunc "MobPoints"; + end; + + end; +} -- cgit v1.2.3-70-g09d2