From 1356d6a81c735a20c1719bc7375b619480e0aa21 Mon Sep 17 00:00:00 2001 From: Wombat Date: Thu, 9 Dec 2010 15:16:03 -0500 Subject: mobs added to winter land and winter monsters to mob_db.txt mobs added to new Kaizei maps. Yeti and Ice Element added to mob_db.txt --- npc/030-1_Snow_field/_mobs.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'npc/030-1_Snow_field/_mobs.txt') diff --git a/npc/030-1_Snow_field/_mobs.txt b/npc/030-1_Snow_field/_mobs.txt index a614f4a2..ade0e354 100644 --- a/npc/030-1_Snow_field/_mobs.txt +++ b/npc/030-1_Snow_field/_mobs.txt @@ -1,7 +1,25 @@ // 030-1 Snow field mobs +030-1.gat,78,55,66,70 monster Santa Slime 1015,5,100000,30000,Mob030-1::On1015 +030-1.gat,84,57,66,70 monster Squirrel 1038,10,100000,30000,Mob030-1::On1038 +030-1.gat,84,57,66,70 monster Fluffy 1020,15,100000,30000,Mob030-1::On1020 030-1.gat,0,0,0 script Mob030-1 -1,{ +On1015: + set @mobID, 1015; + callfunc "MobPoints"; + break; + +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + break; + +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + break; + end; } -- cgit v1.2.3-60-g2f50