From 76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 01:58:46 -0200 Subject: Sketch new monster drops --- npc/commands/event.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 5b09732a1..5ea971aff 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -14,7 +14,7 @@ function script DelItemFromEveryPlayer { return; } -// Christmas cannot be on GEM because it affects seasons system +// Christmas cannot be on GlobalEventMenu because it affects seasons system function script sChristmas { // Add Christmas drops addmonsterdrop(Moggun, XmasCake, 800); @@ -35,6 +35,18 @@ function script sChristmas { addmonsterdrop(WaterFairy, GingerBreadMan, 1000); + addmonsterdrop(Yeti, ClosedChristmasBox, 1000); + addmonsterdrop(AlphaMouboo, ClosedChristmasBox, 900); + addmonsterdrop(WaterFairy, ClosedChristmasBox, 800); + addmonsterdrop(IcedFluffy, ClosedChristmasBox, 700); + addmonsterdrop(BlueSlime, ClosedChristmasBox, 600); + addmonsterdrop(SantaSlime, ClosedChristmasBox, 530); + addmonsterdrop(AzulSlime, ClosedChristmasBox, 400); + addmonsterdrop(Moggun, ClosedChristmasBox, 300); + addmonsterdrop(RudolphSlime,ClosedChristmasBox, 200); + addmonsterdrop(Fluffy, ClosedChristmasBox, 100); + addmonsterdrop(WhiteSlime, ClosedChristmasBox, 30); + // Change maps for Christmas Season (Specially LoF maps) addmapmask "009-1", MASK_CHRISTMAS; addmapmask "012-1", MASK_CHRISTMAS; -- cgit v1.2.3-60-g2f50