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/011-4/_import.txt | 1 - world/map/npc/011-4/_mobs.txt | 4 +++- world/map/npc/011-4/monsters.txt | 20 -------------------- 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 world/map/npc/011-4/monsters.txt (limited to 'world/map/npc/011-4') diff --git a/world/map/npc/011-4/_import.txt b/world/map/npc/011-4/_import.txt index f2e5264f..b40334b4 100644 --- a/world/map/npc/011-4/_import.txt +++ b/world/map/npc/011-4/_import.txt @@ -4,4 +4,3 @@ map: 011-4.gat npc: npc/011-4/_mobs.txt npc: npc/011-4/_warps.txt npc: npc/011-4/bl_barrier.txt -npc: npc/011-4/monsters.txt diff --git a/world/map/npc/011-4/_mobs.txt b/world/map/npc/011-4/_mobs.txt index c4faef23..b3dd8813 100644 --- a/world/map/npc/011-4/_mobs.txt +++ b/world/map/npc/011-4/_mobs.txt @@ -1,8 +1,10 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Lake cave mobs -011-4.gat,51,29,39,39|monster|Shroom|1019,1,100000,30000,Mob011-4::On1019 +011-4.gat,52,30,39,39|monster|SpkiyMushroom|1019,1,100000,30000,Mob011-4::On1019 011-4.gat,93,114,39,39|monster|Lamp Snake|1021,1,100000,30000,Mob011-4::On1021 +011-4.gat,0,0,0,0|monster|CaveSnake|1021,40,0,0,Mob011-4::On1021 +011-4.gat,0,0,0,0|monster|SpikyMushroom|1019,15,0,0,Mob011-4::On1019 011-4.gat,0,0,0|script|Mob011-4|-1,{ diff --git a/world/map/npc/011-4/monsters.txt b/world/map/npc/011-4/monsters.txt deleted file mode 100644 index d3b78249..00000000 --- a/world/map/npc/011-4/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: 011-4 -// This is the Lake Cave, second level of the Hermit's Cave. -// - -011-4.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake -011-4.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom - -011-4.gat,0,0,0 script Mob17 -1,{ -OnCaveSnake: - set @mobID, 1021; - callfunc "MobPoints"; - break; - -OnSpikyMushroom: - set @mobID, 1019; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-60-g2f50