summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/event.txt14
1 files changed, 13 insertions, 1 deletions
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;