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/007-1/_mobs.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/007-1/_mobs.txt') diff --git a/npc/007-1/_mobs.txt b/npc/007-1/_mobs.txt index ab7ade2f..7f7a266c 100644 --- a/npc/007-1/_mobs.txt +++ b/npc/007-1/_mobs.txt @@ -3,7 +3,7 @@ 007-1.gat,0,0,0,0 monster PinkFlower 1014,17,100000,30000,Mob007-1::On1014 007-1.gat,0,0,0,0 monster Spiky Mushroom 1019,15,100000,30000,Mob007-1::On1019 -007-1.gat,0,0,0,0 monster Fluffy 1020,25,100000,30000,Mob007-1::On1020 +007-1.gat,0,0,0,0 monster Snail 1041,25,100000,30000,Mob007-1::On1041 007-1.gat,0,0,0,0 monster Mauve 1029,3,270000,180000,Mob007-1::On1029 007-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob007-1::On1031 007-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob007-1::On1035 @@ -23,11 +23,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"; -- cgit v1.2.3-70-g09d2