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/011-6 | |
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/011-6')
-rw-r--r-- | npc/011-6/_mobs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/011-6/_mobs.txt b/npc/011-6/_mobs.txt index 9b6fc0a5..01a44dc6 100644 --- a/npc/011-6/_mobs.txt +++ b/npc/011-6/_mobs.txt @@ -2,7 +2,7 @@ 011-6.gat,0,0,0,0 monster Spiky Mushroom 1019,30,30000,100000,Mob011-6::On1019 011-6.gat,0,0,0,0 monster Evil Mushroom 1013,15,30000,100000,Mob011-6::On1013 -011-6.gat,115,79,191,110 monster Bandit 1063,8,30000,100000,Mob011-6::On1063 +011-6.gat,115,79,191,110 monster Bandit 1064,8,30000,100000,Mob011-6::On1064 011-6.gat,0,0,0,0 monster Bat 1017,30,30000,100000,Mob011-6::On1017 @@ -22,8 +22,8 @@ On1019: callfunc "MobPoints"; break; -On1063: - set @mobID, 1063; +On1064: + set @mobID, 1064; callfunc "MobPoints"; break; |