diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:00:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:00:21 -0200 |
commit | 2d53be4b771aec1c91da67897b16d5b5d0b8c230 (patch) | |
tree | be35b19a9045572a8d029066ae9c7d1fa871c8f4 /npc/commands/event.txt | |
parent | 54710b25d4b858bd7e17dac69ecd583438fc36c4 (diff) | |
download | serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.gz serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.bz2 serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.xz serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.zip |
This is how Christmas 2018 (and all successors) are supposed to go.
Simple, yet elegant.
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index ba2f73448..2a48a7b09 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -35,16 +35,16 @@ function script sChristmas { addmonsterdrop(WaterFairy, GingerBreadMan, 1000); - addmonsterdrop(Yeti, ClosedChristmasBox, 1000); - addmonsterdrop(WaterFairy, ClosedChristmasBox, 900); - addmonsterdrop(AlphaMouboo, 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(Yeti, ClosedChristmasBox, 500); + addmonsterdrop(WaterFairy, ClosedChristmasBox, 480); + addmonsterdrop(AlphaMouboo, ClosedChristmasBox, 430); + addmonsterdrop(IcedFluffy, ClosedChristmasBox, 375); + addmonsterdrop(BlueSlime, ClosedChristmasBox, 320); + addmonsterdrop(SantaSlime, ClosedChristmasBox, 260); + addmonsterdrop(AzulSlime, ClosedChristmasBox, 200); + addmonsterdrop(Moggun, ClosedChristmasBox, 140); addmonsterdrop(Fluffy, ClosedChristmasBox, 100); + addmonsterdrop(RudolphSlime,ClosedChristmasBox, 60); addmonsterdrop(WhiteSlime, ClosedChristmasBox, 30); // Change maps for Christmas Season (Specially LoF maps) |