summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-21 15:18:46 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-21 15:18:46 -0200
commit9913c7ba5f00b4aca712b92bcb01c4413a535af2 (patch)
tree14df9f8b0a856fa8a560cdbd42bfe3952639c07c /npc/commands/event.txt
parent744088512d061746dd10f9a607b04f115dbdfd68 (diff)
downloadserverdata-9913c7ba5f00b4aca712b92bcb01c4413a535af2.tar.gz
serverdata-9913c7ba5f00b4aca712b92bcb01c4413a535af2.tar.bz2
serverdata-9913c7ba5f00b4aca712b92bcb01c4413a535af2.tar.xz
serverdata-9913c7ba5f00b4aca712b92bcb01c4413a535af2.zip
Christmas Rare drops (maybe should be even rarer, maybe not)
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt8
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;