From 66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 4 Sep 2011 21:46:40 +0200 Subject: Replacing spawns from monsters.txt with spawn objects in maps. Converter ran. Submodule pointer updated. --- world/map/npc/012-3/_import.txt | 1 - world/map/npc/012-3/_mobs.txt | 12 ++++++++++++ world/map/npc/012-3/monsters.txt | 20 -------------------- 3 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 world/map/npc/012-3/monsters.txt (limited to 'world/map/npc/012-3') diff --git a/world/map/npc/012-3/_import.txt b/world/map/npc/012-3/_import.txt index 6e5ac13a..78b3bcca 100644 --- a/world/map/npc/012-3/_import.txt +++ b/world/map/npc/012-3/_import.txt @@ -4,5 +4,4 @@ map: 012-3.gat npc: npc/012-3/_mobs.txt npc: npc/012-3/_warps.txt npc: npc/012-3/mana-seed.txt -npc: npc/012-3/monsters.txt npc: npc/012-3/warningsigns.txt diff --git a/world/map/npc/012-3/_mobs.txt b/world/map/npc/012-3/_mobs.txt index 0a204e84..924e8ebb 100644 --- a/world/map/npc/012-3/_mobs.txt +++ b/world/map/npc/012-3/_mobs.txt @@ -15,9 +15,21 @@ 012-3.gat,268,138,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 012-3.gat,188,51,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 012-3.gat,164,105,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 +012-3.gat,0,0,0,0|monster|Bat|1017,100,0,0,Mob012-3::On1017 +012-3.gat,0,0,0,0|monster|CaveSnake|1021,75,0,0,Mob012-3::On1021 012-3.gat,0,0,0|script|Mob012-3|-1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + +On1021: + set @mobID, 1021; + callfunc "MobPoints"; + end; + On1061: set @mobID, 1061; callfunc "MobPoints"; diff --git a/world/map/npc/012-3/monsters.txt b/world/map/npc/012-3/monsters.txt deleted file mode 100644 index e6f4cf79..00000000 --- a/world/map/npc/012-3/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: 012-3 -// This is the Caves beneath the North Woodland. -// - -012-3.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat -012-3.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake - -012-3.gat,0,0,0 script Mob27 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - -OnCaveSnake: - set @mobID, 1021; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-60-g2f50