From 1e3f71f272aaf512c1435e6a551220eca932f822 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 4 Nov 2021 20:57:32 -0300 Subject: Thanksgiving now uses the average between your level and top 3 levels. If you are a top 3, you'll get less EXP/JEXP/GP/MP/RES from Thanksgiving. Otherwise, you'll get more. This also allows better global scaling. --- npc/001-1/eventmaster.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/001-1') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index dfa17978c..92719d77f 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -726,6 +726,7 @@ OnAutoSched: freeloop(true); for (.@i = 0; .@i < ($@AEROS_AUTOSPAWN * 5); .@i++) { .@r=rand2(5, 12); + // FIXME: Use TOP3AVERAGELVL() instead of a full list .@m=any(Piou, Piousse, Ratto, LittleBlub, Croc, PlushroomField, Tipiu, CaveMaggot, Bat, Scorpion, Duck, Maggot, RedScorpion, ManaBug, ManaGhost, HouseMaggot, RedSlime, WhiteSlime, -- cgit v1.2.3-60-g2f50