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/019-3_Snow_field/_mobs.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/019-3_Snow_field/_mobs.txt') diff --git a/npc/019-3_Snow_field/_mobs.txt b/npc/019-3_Snow_field/_mobs.txt index d5d272ab..c4570bb3 100644 --- a/npc/019-3_Snow_field/_mobs.txt +++ b/npc/019-3_Snow_field/_mobs.txt @@ -1,7 +1,19 @@ // 019-3 Snow field mobs +019-3.gat,0,0,0,0 monster Moggun 1061,10,100000,30000,Mob019-3::On1061 +019-3.gat,0,0,0,0 monster Bats 1017,50,100000,30000,Mob019-3::On1017 019-3.gat,0,0,0 script Mob019-3 -1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + break; + +On1061: + set @mobID, 1061; + callfunc "MobPoints"; + break; + end; } -- cgit v1.2.3-60-g2f50