summaryrefslogtreecommitdiff
path: root/world/map/npc
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc')
-rw-r--r--world/map/npc/033-1/kimarr.txt8
1 files 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)