From 36e1a667c9045920ea5ceea1bbb0b0a04490c0ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Sep 2021 10:28:43 -0300 Subject: Nerf Aurora top reward and fishing scoreboards as well. --- npc/functions/aurora.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 0aa3fce32..d02f7747c 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -197,7 +197,7 @@ function script FYT { case 4: return any(TitaniumIngot, TerraniteIngot); case 5: - return any(IridiumIngot, PlatinumIngot); + return any(IridiumIngot, IridiumIngot, PlatinumIngot); case 6: return any(Diamond, Ruby, Emerald, Sapphire, Topaz, Amethyst); } @@ -213,7 +213,7 @@ function script FYT { case 4: return PrismGift; case 5: - return SupremeGift; + return any(SupremeGift, MysteriousFruit, PrismGift, HousingLetterIII, PrismGift); } break; // Single cases doesn't needs break @@ -400,8 +400,8 @@ function script FYEConf_Fishing { setarray $FYREWARD_PT, 42, 63, 94, 141, 212, 318, 478, 717, 1076, 1345, 1614, 2020, 2421, 3026, 3632, - 4540, 5449, 6811, 8174, 10217, - 12261, 15326, 18391, 21456, 24522; + 4540, 5000, 6000, 7000, 8500, + 10000, 11000, 12000, 13500, 15000; // PS. Max Est. 14400 pts (#21 - Before 100 Strange Coins) FYE_Autoset(); -- cgit v1.2.3-60-g2f50