diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 22:32:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 22:32:12 -0200 |
commit | 043b5726aa27b8043cdb023c68de070608101416 (patch) | |
tree | 7a0ae8a3ba8963bb733ae354c8a7bc44626d224b /npc/commands | |
parent | 9b4df1b7ef28781bcf9a601077986e8f24ced32b (diff) | |
download | serverdata-043b5726aa27b8043cdb023c68de070608101416.tar.gz serverdata-043b5726aa27b8043cdb023c68de070608101416.tar.bz2 serverdata-043b5726aa27b8043cdb023c68de070608101416.tar.xz serverdata-043b5726aa27b8043cdb023c68de070608101416.zip |
Christmas for Hurnscald
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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; |