diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-09 15:16:03 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-09 15:16:03 -0500 |
commit | 1356d6a81c735a20c1719bc7375b619480e0aa21 (patch) | |
tree | c36d401ed8a2ca283bd99026ddc446ef8797cec0 /npc/019-3_Snow_field/_mobs.txt | |
parent | 0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d (diff) | |
download | serverdata-1356d6a81c735a20c1719bc7375b619480e0aa21.tar.gz serverdata-1356d6a81c735a20c1719bc7375b619480e0aa21.tar.bz2 serverdata-1356d6a81c735a20c1719bc7375b619480e0aa21.tar.xz serverdata-1356d6a81c735a20c1719bc7375b619480e0aa21.zip |
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
Diffstat (limited to 'npc/019-3_Snow_field/_mobs.txt')
-rw-r--r-- | npc/019-3_Snow_field/_mobs.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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; } |