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/016-1/monsters.txt | 48 ---------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 world/map/npc/016-1/monsters.txt (limited to 'world/map/npc/016-1/monsters.txt') diff --git a/world/map/npc/016-1/monsters.txt b/world/map/npc/016-1/monsters.txt deleted file mode 100644 index d9d0de4f..00000000 --- a/world/map/npc/016-1/monsters.txt +++ /dev/null @@ -1,48 +0,0 @@ -// Map: 016-1 -// This is Southernmost Woodlands. -// - -016-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob32::OnMouboo -016-1.gat,0,0,0,0 monster Scorpion 1003,15,0,0,Mob32::OnScorpion - -016-1.gat,0,0,0,0 monster Mauve 1029,3,0,0,Mob32::OnMauve -016-1.gat,0,0,0,0 monster Cobalt 1030,3,0,0,Mob32::OnCobalt -016-1.gat,0,0,0,0 monster Mauve 1029,4,270000,180000,Mob32::OnMauve - -016-1.gat,0,0,0,0 monster SilkWorm 1035,7,15000,7000,Mob32::onSilkWorm - -016-1.gat,0,0,0,0 monster Squirrel 1038,30,20,10,Mob32::OnSquirrel - -016-1.gat,0,0,0 script Mob32 -1,{ -OnMouboo: - set @mobID, 1028; - callfunc "MobPoints"; - break; - -OnScorpion: - set @mobID, 1003; - callfunc "MobPoints"; - break; - -OnMauve: - set @mobID, 1029; - callfunc "MobPoints"; - break; - -OnCobalt: - set @mobID, 1030; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - -OnSquirrel: - set @mobID, 1038; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-60-g2f50