diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 01:58:46 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 01:58:46 -0200 |
commit | 76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8 (patch) | |
tree | 869006db2cf8f2c122f0551f2d61792df3021379 /npc/commands | |
parent | 9402867428cef5ebacf0b65dff7b7739ca1f4bc2 (diff) | |
download | serverdata-76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8.tar.gz serverdata-76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8.tar.bz2 serverdata-76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8.tar.xz serverdata-76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8.zip |
Sketch new monster drops
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 14 |
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; |