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/_import.txt | 5 +++++ world/map/npc/051-1/_mobs.txt | 20 ++++++++++++++++++++ world/map/npc/051-1/_warps.txt | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 world/map/npc/051-1/_import.txt create mode 100644 world/map/npc/051-1/_mobs.txt create mode 100644 world/map/npc/051-1/_warps.txt (limited to 'world/map/npc/051-1') diff --git a/world/map/npc/051-1/_import.txt b/world/map/npc/051-1/_import.txt new file mode 100644 index 00000000..5c7a5118 --- /dev/null +++ b/world/map/npc/051-1/_import.txt @@ -0,0 +1,5 @@ +// Map 051-1: Illia outskirts +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 051-1.gat +npc: npc/051-1/_mobs.txt +npc: npc/051-1/_warps.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; +} diff --git a/world/map/npc/051-1/_warps.txt b/world/map/npc/051-1/_warps.txt new file mode 100644 index 00000000..2995487b --- /dev/null +++ b/world/map/npc/051-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Illia outskirts warps + -- cgit v1.2.3-70-g09d2