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/019-1/_mobs.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'world/map/npc/019-1/_mobs.txt') diff --git a/world/map/npc/019-1/_mobs.txt b/world/map/npc/019-1/_mobs.txt index a2273ce7..c9b69705 100644 --- a/world/map/npc/019-1/_mobs.txt +++ b/world/map/npc/019-1/_mobs.txt @@ -2,9 +2,21 @@ // Snow field mobs 019-1.gat,0,0,0,0|monster|Fluffy|1020,100,100000,30000,Mob019-1::On1020 +019-1.gat,0,0,0,0|monster|SantaSlime|1015,10,0,0,Mob019-1::On1015 +019-1.gat,0,0,0,0|monster|RudolphSlime|1016,25,0,0,Mob019-1::On1016 019-1.gat,0,0,0|script|Mob019-1|-1,{ +On1015: + set @mobID, 1015; + callfunc "MobPoints"; + end; + +On1016: + set @mobID, 1016; + callfunc "MobPoints"; + end; + On1020: set @mobID, 1020; callfunc "MobPoints"; -- cgit v1.2.3-60-g2f50