From b06dd3998f88449ff9224482bd32b4d7e987c480 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 May 2020 15:55:31 -0300 Subject: Eh, and this is the first draft of Aurora Event Framework. Amen. Terrible balance plz don't blame me, it barely made into beta. --- npc/functions/aurora.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index e142490ab..421439be5 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -355,8 +355,12 @@ function script FYE_Expo { // Configure Fishing function script FYEConf_Fishing { - setarray $FYREWARD_PT, 100, 200; - // PS. Max Est. ????? pts (#?? - [????]) + 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; + // PS. Max Est. 14400 pts (#21 - Before 100 Strange Coins) FYE_Autoset(); $FYLOGIN_PTS=rand2(6,8); @@ -366,7 +370,7 @@ function script FYEConf_Fishing { // Modify Fishing function script FYE_Fishing { - // TODO: Merit-based random formula + // TODO: Merit-based random formula [AVG: 3.5] about 10pts/min getitem EventFish, rand2(1, 6); return; } -- cgit v1.2.3-60-g2f50