diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 10:28:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 10:28:43 -0300 |
commit | 36e1a667c9045920ea5ceea1bbb0b0a04490c0ed (patch) | |
tree | d06db0f56ce1d4ef7c929d39afd5bd172cb6f7f9 | |
parent | 88313b595f0e19c6d94741c00ba713240da1ae27 (diff) | |
download | serverdata-36e1a667c9045920ea5ceea1bbb0b0a04490c0ed.tar.gz serverdata-36e1a667c9045920ea5ceea1bbb0b0a04490c0ed.tar.bz2 serverdata-36e1a667c9045920ea5ceea1bbb0b0a04490c0ed.tar.xz serverdata-36e1a667c9045920ea5ceea1bbb0b0a04490c0ed.zip |
Nerf Aurora top reward and fishing scoreboards as well.
-rw-r--r-- | npc/functions/aurora.txt | 8 |
1 files 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(); |