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/014-3/_import.txt | 1 - world/map/npc/014-3/_mobs.txt | 6 ++++++ world/map/npc/014-3/monsters.txt | 14 -------------- 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 world/map/npc/014-3/monsters.txt (limited to 'world/map/npc/014-3') diff --git a/world/map/npc/014-3/_import.txt b/world/map/npc/014-3/_import.txt index d2d03e67..581e3648 100644 --- a/world/map/npc/014-3/_import.txt +++ b/world/map/npc/014-3/_import.txt @@ -3,4 +3,3 @@ map: 014-3.gat npc: npc/014-3/_mobs.txt npc: npc/014-3/_warps.txt -npc: npc/014-3/monsters.txt diff --git a/world/map/npc/014-3/_mobs.txt b/world/map/npc/014-3/_mobs.txt index bc868d9d..e805bd02 100644 --- a/world/map/npc/014-3/_mobs.txt +++ b/world/map/npc/014-3/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Cave mobs +014-3.gat,0,0,0,0|monster|Bat|1017,50,0,0,Mob014-3::On1017 014-3.gat,0,0,0|script|Mob014-3|-1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + end; } diff --git a/world/map/npc/014-3/monsters.txt b/world/map/npc/014-3/monsters.txt deleted file mode 100644 index 2237ea42..00000000 --- a/world/map/npc/014-3/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 014-3 -// This is the caves beneath West Woodland. -// - -014-3.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat - -014-3.gat,0,0,0 script Mob30 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-60-g2f50