diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index d6b4bf7d6..afca2ca8c 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -48,6 +48,14 @@ function script sChristmas { addmonsterdrop(WhiteSlime, ClosedChristmasBox, 30); 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); + // Change maps for Christmas Season (Specially LoF maps) addmapmask "003-1", MASK_CHRISTMAS; addmapmask "005-1", MASK_CHRISTMAS; |