From d2298fda9af74981d3b85095f8c4927f9d31c13c Mon Sep 17 00:00:00 2001 From: Ali-G Date: Sat, 4 Jun 2011 10:03:17 +0200 Subject: Removed the fluffies from Woodland areas and replaced them by snails. Also decreased the hp given by some food. Amendment by Wombat: snail attack power increased --- npc/010-1/_mobs.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/010-1/_mobs.txt') diff --git a/npc/010-1/_mobs.txt b/npc/010-1/_mobs.txt index b918a278..785bafed 100644 --- a/npc/010-1/_mobs.txt +++ b/npc/010-1/_mobs.txt @@ -4,7 +4,7 @@ 010-1.gat,82,63,19,19 monster Scorpion 1003,1,100000,30000,Mob010-1::On1003 010-1.gat,49,71,31,19 monster Shroom 1019,1,100000,30000,Mob010-1::On1019 010-1.gat,0,0,0,0 monster PinkFlower 1014,30,50,0,Mob010-1::On1014 -010-1.gat,0,0,0,0 monster Fluffy 1020,20,50,0,Mob010-1::On1020 +010-1.gat,0,0,0,0 monster Snail 1041,20,50,0,Mob010-1::On1041 010-1.gat,0,0,0,0 monster SpikyMushroom 1019,45,50,0,Mob010-1::On1019 010-1.gat,0,0,0,0 monster LogHead 1025,40,100,0,Mob010-1::On1025 010-1.gat,0,0,0,0 monster Mouboo 1028,15,0,10,Mob010-1::On1028 @@ -32,11 +32,6 @@ On1019: callfunc "MobPoints"; break; -On1020: - set @mobID, 1020; - callfunc "MobPoints"; - break; - On1025: set @mobID, 1025; callfunc "MobPoints"; @@ -72,6 +67,11 @@ On1038: callfunc "MobPoints"; break; +On1041: + set @mobID, 1041; + callfunc "MobPoints"; + break; + On1055: set @mobID, 1055; callfunc "MobPoints"; -- cgit v1.2.3-70-g09d2