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/015-1/_import.txt | 1 - world/map/npc/015-1/_mobs.txt | 48 ++++++++++++++++++++++++++++++++ world/map/npc/015-1/monsters.txt | 59 ---------------------------------------- 3 files changed, 48 insertions(+), 60 deletions(-) delete mode 100644 world/map/npc/015-1/monsters.txt (limited to 'world/map/npc/015-1') diff --git a/world/map/npc/015-1/_import.txt b/world/map/npc/015-1/_import.txt index 94963d0b..7e038c51 100644 --- a/world/map/npc/015-1/_import.txt +++ b/world/map/npc/015-1/_import.txt @@ -5,5 +5,4 @@ npc: npc/015-1/_mobs.txt npc: npc/015-1/_warps.txt npc: npc/015-1/alice.txt npc: npc/015-1/barrier.txt -npc: npc/015-1/monsters.txt npc: npc/015-1/sword.txt diff --git a/world/map/npc/015-1/_mobs.txt b/world/map/npc/015-1/_mobs.txt index a398b22b..44544f23 100644 --- a/world/map/npc/015-1/_mobs.txt +++ b/world/map/npc/015-1/_mobs.txt @@ -3,14 +3,62 @@ 015-1.gat,0,0,0,0|monster|Clover|1037,2,100000,1000,Mob015-1::On1037 015-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob015-1::On1055 +015-1.gat,0,0,0,0|monster|Squirrel|1038,30,20,10,Mob015-1::On1038 +015-1.gat,0,0,0,0|monster|LogHead|1025,40,0,0,Mob015-1::On1025 +015-1.gat,0,0,0,0|monster|SpikyMushroom|1019,20,0,0,Mob015-1::On1019 +015-1.gat,0,0,0,0|monster|PinkFlower|1014,20,0,0,Mob015-1::On1014 +015-1.gat,0,0,0,0|monster|Gamboge|1031,5,0,0,Mob015-1::On1031 +015-1.gat,0,0,0,0|monster|Alizarin|1032,5,0,0,Mob015-1::On1032 +015-1.gat,0,0,0,0|monster|Silkworm|1035,7,15000,7000,Mob015-1::On1035 +015-1.gat,0,0,0,0|monster|Mauve|1029,4,270000,180000,Mob015-1::On1029 015-1.gat,0,0,0|script|Mob015-1|-1,{ +On1014: + set @mobID, 1014; + callfunc "MobPoints"; + end; + +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + end; + +On1025: + set @mobID, 1025; + callfunc "MobPoints"; + end; + +On1029: + set @mobID, 1029; + callfunc "MobPoints"; + end; + +On1031: + set @mobID, 1031; + callfunc "MobPoints"; + end; + +On1032: + set @mobID, 1032; + callfunc "MobPoints"; + end; + +On1035: + set @mobID, 1035; + callfunc "MobPoints"; + end; + On1037: set @mobID, 1037; callfunc "MobPoints"; end; +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + end; + On1055: set @mobID, 1055; callfunc "MobPoints"; diff --git a/world/map/npc/015-1/monsters.txt b/world/map/npc/015-1/monsters.txt deleted file mode 100644 index b6ff0fd9..00000000 --- a/world/map/npc/015-1/monsters.txt +++ /dev/null @@ -1,59 +0,0 @@ -// Map: 015-1 -// This is South-West Woodland. -// - -015-1.gat,0,0,0,0 monster LogHead 1025,40,0,0,Mob31::OnLogHead -015-1.gat,0,0,0,0 monster SpikyMushroom 1019,20,0,0,Mob31::OnSpikyMushroom -015-1.gat,0,0,0,0 monster PinkFlower 1014,20,0,0,Mob31::OnPinkFlower - -015-1.gat,0,0,0,0 monster Gamboge 1031,5,0,0,Mob31::OnGamboge -015-1.gat,0,0,0,0 monster Alizarin 1032,5,0,0,Mob31::OnAlizarin -015-1.gat,0,0,0,0 monster Mauve 1029,4,270000,180000,Mob31::OnMauve - -015-1.gat,0,0,0,0 monster SilkWorm 1035,7,15000,7000,Mob31::onSilkWorm - -015-1.gat,0,0,0,0 monster Squirrel 1038,30,20,10,Mob31::OnSquirrel - -015-1.gat,0,0,0 script Mob31 -1,{ -OnLogHead: - set @mobID, 1025; - callfunc "MobPoints"; - break; - -OnSpikyMushroom: - set @mobID, 1019; - callfunc "MobPoints"; - break; - -OnPinkFlower: - set @mobID, 1014; - callfunc "MobPoints"; - break; - -OnMauve: - set @mobID, 1029; - callfunc "MobPoints"; - break; - -OnGamboge: - set @mobID, 1031; - callfunc "MobPoints"; - break; - -OnAlizarin: - set @mobID, 1032; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - -OnSquirrel: - set @mobID, 1038; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-60-g2f50