From b77def5fc18106739b42144d709371b485f74d2c Mon Sep 17 00:00:00 2001 From: coffee Date: Sun, 28 Aug 2011 22:01:26 -0300 Subject: Changes mob id from fluffy to Hungry fluffy --- world/map/npc/033-1/kimarr.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index dd27d850..ebeadacd 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -260,7 +260,7 @@ L_BeginHunting: if ($@Fluffy_Spawn > 100) set $@Fluffy_Spawn, 100; - areamonster "033-1.gat", 79, 29, 88, 42, "", 1020, $@Fluffy_Spawn, "Kimarr::OnFluffyDeath"; + areamonster "033-1.gat", 79, 29, 88, 42, "", 1089, $@Fluffy_Spawn, "Kimarr::OnFluffyDeath"; set $@Fluffy_Extra, 5 * @Fluffy_XmasCake + 3 * @Fluffy_Cake + 10 * BaseLevel; if ((BaseLevel > 40) && (rand($@Fluffy_Extra) > 500)) // Ice Goblin @@ -301,7 +301,7 @@ OnYetiDeath: end; OnFluffyDeath: - set @MobID, 1020; + set @MobID, 1089; if ($@Fluffy_Hunting == 0) end; if (getcharid(3) != $@Fluffy_FighterID) @@ -320,8 +320,8 @@ OnFluffyDeath: end; L_Punish: - if (@MobID == 1020) - areamonster "033-1.gat", 79, 29, 88, 42, "", 1020, 1, "Kimarr::OnFluffyDeath"; + if (@MobID == 1089) + areamonster "033-1.gat", 79, 29, 88, 42, "", 1089, 1, "Kimarr::OnFluffyDeath"; if (@MobID == 1058) areamonster "033-1.gat", 79, 29, 88, 42, "", 1058, 1, "Kimarr::OnIceGoblinDeath"; if (@MobID == 1015) -- cgit v1.2.3-60-g2f50