summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoffee <coffee@coffee-EP45-UD3L.(none)>2011-08-28 22:01:26 -0300
committercoffee <coffee@coffee-EP45-UD3L.(none)>2011-08-28 22:01:26 -0300
commitb77def5fc18106739b42144d709371b485f74d2c (patch)
treeeff6d9a5e12c4dacbb2b41e05d9871f988555fce
parent2189b77e995b05e98d42494e5c66b689b4de30f9 (diff)
downloadserverdata-b77def5fc18106739b42144d709371b485f74d2c.tar.gz
serverdata-b77def5fc18106739b42144d709371b485f74d2c.tar.bz2
serverdata-b77def5fc18106739b42144d709371b485f74d2c.tar.xz
serverdata-b77def5fc18106739b42144d709371b485f74d2c.zip
Changes mob id from fluffy to Hungry fluffy
-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)