diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-04 10:03:17 +0200 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-04 07:22:31 -0400 |
commit | d2298fda9af74981d3b85095f8c4927f9d31c13c (patch) | |
tree | 080a9ccc71f42dd8312c0f718b730aa57e95a76a /npc/008-1/_mobs.txt | |
parent | 891f95e2252714b7a80b1da6e330200860c3ce73 (diff) | |
download | serverdata-d2298fda9af74981d3b85095f8c4927f9d31c13c.tar.gz serverdata-d2298fda9af74981d3b85095f8c4927f9d31c13c.tar.bz2 serverdata-d2298fda9af74981d3b85095f8c4927f9d31c13c.tar.xz serverdata-d2298fda9af74981d3b85095f8c4927f9d31c13c.zip |
Removed the fluffies from Woodland areas and replaced them by snails. Also decreased the hp given by some food.v2011.06.04
Amendment by Wombat: snail attack power increased
Diffstat (limited to 'npc/008-1/_mobs.txt')
-rw-r--r-- | npc/008-1/_mobs.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/008-1/_mobs.txt b/npc/008-1/_mobs.txt index 4aaccfdf..a4d8c3cf 100644 --- a/npc/008-1/_mobs.txt +++ b/npc/008-1/_mobs.txt @@ -4,7 +4,7 @@ 008-1.gat,0,0,0,0 monster PinkFlower 1014,10,20,0,Mob008-1::On1014 008-1.gat,0,0,0,0 monster Pinkie 1018,18,20,0,Mob008-1::On1018 008-1.gat,0,0,0,0 monster SpikyMushroom 1019,18,20,0,Mob008-1::On1019 -008-1.gat,0,0,0,0 monster Fluffy 1020,5,30,0,Mob008-1::On1020 +008-1.gat,0,0,0,0 monster Snail 1041,5,30,0,Mob008-1::On1041 008-1.gat,0,0,0,0 monster Mauve 1029,2,270000,180000,Mob008-1::On1029 008-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob008-1::On1035 008-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob008-1::On1037 @@ -28,11 +28,6 @@ On1019: callfunc "MobPoints"; break; -On1020: - set @mobID, 1020; - callfunc "MobPoints"; - break; - On1029: set @mobID, 1029; callfunc "MobPoints"; @@ -53,6 +48,11 @@ On1038: callfunc "MobPoints"; break; +On1041: + set @mobID, 1041; + callfunc "MobPoints"; + break; + On1055: set @mobID, 1055; callfunc "MobPoints"; |