From 7a47b2aa26342c120381cb8e6f64a080b759314a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Dec 2018 15:19:52 -0200 Subject: Drop these rare drop chances to half. Base: Bhop Mob. --- npc/commands/event.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/commands/event.txt') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index afca2ca8c..9113fac8a 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -49,12 +49,12 @@ function script sChristmas { addmonsterdrop(GiantMaggot, ClosedChristmasBox, 15); // Should not last over two weeks - addmonsterdrop(WaterFairy, XmasGift, 108); - addmonsterdrop(AlphaMouboo, XmasGift, 83); - addmonsterdrop(IcedFluffy, XmasGift, 67); - addmonsterdrop(SantaSlime, XmasGift, 36); - addmonsterdrop(Fluffy, XmasGift, 21); - addmonsterdrop(AzulSlime, XmasGift, 20); + addmonsterdrop(WaterFairy, XmasGift, 54); + addmonsterdrop(AlphaMouboo, XmasGift, 42); + addmonsterdrop(IcedFluffy, XmasGift, 34); + addmonsterdrop(SantaSlime, XmasGift, 18); + addmonsterdrop(Fluffy, XmasGift, 11); + addmonsterdrop(AzulSlime, XmasGift, 10); // Change maps for Christmas Season (Specially LoF maps) addmapmask "003-1", MASK_CHRISTMAS; -- cgit v1.2.3-70-g09d2