From f3e8c38a61d2f3226382e88361f05011cadc24aa Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 6 Sep 2012 16:39:06 +0200 Subject: Run 'make maps' for pentagram maps. --- world/map/npc/056-1/_import.txt | 5 +++++ world/map/npc/056-1/_mobs.txt | 26 ++++++++++++++++++++++++++ world/map/npc/056-1/_warps.txt | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 world/map/npc/056-1/_import.txt create mode 100644 world/map/npc/056-1/_mobs.txt create mode 100644 world/map/npc/056-1/_warps.txt (limited to 'world/map/npc/056-1') diff --git a/world/map/npc/056-1/_import.txt b/world/map/npc/056-1/_import.txt new file mode 100644 index 00000000..8266df52 --- /dev/null +++ b/world/map/npc/056-1/_import.txt @@ -0,0 +1,5 @@ +// Map 056-1: Woods +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 056-1.gat +npc: npc/056-1/_mobs.txt +npc: npc/056-1/_warps.txt 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; +} diff --git a/world/map/npc/056-1/_warps.txt b/world/map/npc/056-1/_warps.txt new file mode 100644 index 00000000..35cb572e --- /dev/null +++ b/world/map/npc/056-1/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Woods warps + +056-1.gat,74,76|warp|To Woodland Hills|-1,-1,055-1.gat,74,21 +056-1.gat,23,29|warp|To Woodland Hills|-1,3,017-1.gat,134,56 -- cgit v1.2.3-70-g09d2