diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 23:42:01 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 23:42:01 -0200 |
commit | 50d572893e7634610bca8d7d70825e4334080f79 (patch) | |
tree | 3f8c6d24855ffe4bc59d79d86fe4b2a2dece2292 | |
parent | 1ed2eb1b3b6349813825868e6428e0b0c05207b6 (diff) | |
download | serverdata-50d572893e7634610bca8d7d70825e4334080f79.tar.gz serverdata-50d572893e7634610bca8d7d70825e4334080f79.tar.bz2 serverdata-50d572893e7634610bca8d7d70825e4334080f79.tar.xz serverdata-50d572893e7634610bca8d7d70825e4334080f79.zip |
[XMAS 18] New drop rates, effective still today
-rw-r--r-- | npc/commands/event.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index de91dfb01..d6b4bf7d6 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -35,17 +35,18 @@ function script sChristmas { addmonsterdrop(WaterFairy, GingerBreadMan, 1000); - 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(Yeti, ClosedChristmasBox, 3500); + addmonsterdrop(WaterFairy, ClosedChristmasBox, 1080); + addmonsterdrop(AlphaMouboo, ClosedChristmasBox, 830); + addmonsterdrop(IcedFluffy, ClosedChristmasBox, 675); + addmonsterdrop(BlueSlime, ClosedChristmasBox, 420); + addmonsterdrop(Moggun, ClosedChristmasBox, 400); + addmonsterdrop(SantaSlime, ClosedChristmasBox, 360); addmonsterdrop(AzulSlime, ClosedChristmasBox, 200); - addmonsterdrop(Moggun, ClosedChristmasBox, 140); - addmonsterdrop(Fluffy, ClosedChristmasBox, 100); - addmonsterdrop(RudolphSlime,ClosedChristmasBox, 60); + addmonsterdrop(Fluffy, ClosedChristmasBox, 200); + addmonsterdrop(RudolphSlime,ClosedChristmasBox, 80); addmonsterdrop(WhiteSlime, ClosedChristmasBox, 30); + addmonsterdrop(GiantMaggot, ClosedChristmasBox, 15); // Change maps for Christmas Season (Specially LoF maps) addmapmask "003-1", MASK_CHRISTMAS; |