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/055-3/_import.txt | 5 +++++ world/map/npc/055-3/_mobs.txt | 44 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/055-3/_warps.txt | 9 +++++++++ 3 files changed, 58 insertions(+) create mode 100644 world/map/npc/055-3/_import.txt create mode 100644 world/map/npc/055-3/_mobs.txt create mode 100644 world/map/npc/055-3/_warps.txt (limited to 'world/map/npc/055-3') diff --git a/world/map/npc/055-3/_import.txt b/world/map/npc/055-3/_import.txt new file mode 100644 index 00000000..52181f7e --- /dev/null +++ b/world/map/npc/055-3/_import.txt @@ -0,0 +1,5 @@ +// Map 055-3: Cave +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 055-3.gat +npc: npc/055-3/_mobs.txt +npc: npc/055-3/_warps.txt diff --git a/world/map/npc/055-3/_mobs.txt b/world/map/npc/055-3/_mobs.txt new file mode 100644 index 00000000..9499d05a --- /dev/null +++ b/world/map/npc/055-3/_mobs.txt @@ -0,0 +1,44 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave mobs + +055-3.gat,45,44,20,14|monster|Spawn Red Slime|1008,13,10000,60000,Mob055-3::On1008 +055-3.gat,0,0,1,1|monster|Spawn Bats|1017,20,10000,45000,Mob055-3::On1017 +055-3.gat,53,75,28,40|monster|Spawn Yellow Slime|1007,13,10000,60000,Mob055-3::On1007 +055-3.gat,0,0,1,1|monster|Spawn Black Scorpion|1009,10,10000,35000,Mob055-3::On1009 +055-3.gat,0,0,1,1|monster|Spawn Spider|1012,10,10000,35000,Mob055-3::On1012 +055-3.gat,0,0,1,1|monster|Spawn Snake|1010,3,10000,20000,Mob055-3::On1010 + + +055-3.gat,0,0,0|script|Mob055-3|-1,{ +On1007: + set @mobID, 1007; + callfunc "MobPoints"; + end; + +On1008: + set @mobID, 1008; + callfunc "MobPoints"; + end; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + end; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + end; + +On1012: + set @mobID, 1012; + callfunc "MobPoints"; + end; + +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/055-3/_warps.txt b/world/map/npc/055-3/_warps.txt new file mode 100644 index 00000000..cc320f4e --- /dev/null +++ b/world/map/npc/055-3/_warps.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave warps + +055-3.gat,77,40|warp|To Woodland Hills|0,-1,055-1.gat,137,97 +055-3.gat,30,26|warp|To Woodland Hills|-1,-1,055-1.gat,100,81 +055-3.gat,50,42|warp|To Outside|-1,-1,055-1.gat,100,90 +055-3.gat,96,71|warp|To Woodland Hills|0,-1,055-1.gat,60,94 +055-3.gat,58,96|warp|To Cave|0,-1,055-3.gat,98,115 +055-3.gat,98,114|warp|To Cave|-1,-1,055-3.gat,57,94 -- cgit v1.2.3-60-g2f50