From 043b5726aa27b8043cdb023c68de070608101416 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 22:32:12 -0200 Subject: Christmas for Hurnscald --- npc/commands/event.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index a41af175f..b8df7eb7d 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -16,7 +16,7 @@ function script DelItemFromEveryPlayer { // Christmas cannot be on GEM because it affects seasons system function script sChristmas { - // Add drops? + // Add Christmas drops addmonsterdrop(Moggun, XmasCake, 800); addmonsterdrop(AlphaMouboo, XmasCake, 920); addmonsterdrop(BlueSlime, XmasCake, 1000); @@ -35,8 +35,9 @@ function script sChristmas { addmonsterdrop(WaterFairy, GingerBreadMan, 1000); - // Change maps? + // Change maps for Christmas Season (Specially LoF maps) addmapmask "009-1", MASK_CHRISTMAS; + addmapmask "012-1", MASK_CHRISTMAS; addmapmask "017-2", MASK_CHRISTMAS; addmapmask "017-2-1", MASK_CHRISTMAS; addmapmask "017-3", MASK_CHRISTMAS; -- cgit v1.2.3-70-g09d2