summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-22 15:55:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-22 15:55:31 -0300
commitb06dd3998f88449ff9224482bd32b4d7e987c480 (patch)
tree90ced75a4e03d37737360af4841ecd4158d9b2d6 /npc
parent5240b9ae883ffb21def2f01750160cd8483749c6 (diff)
downloadserverdata-b06dd3998f88449ff9224482bd32b4d7e987c480.tar.gz
serverdata-b06dd3998f88449ff9224482bd32b4d7e987c480.tar.bz2
serverdata-b06dd3998f88449ff9224482bd32b4d7e987c480.tar.xz
serverdata-b06dd3998f88449ff9224482bd32b4d7e987c480.zip
Eh, and this is the first draft of Aurora Event Framework.
Amen. Terrible balance plz don't blame me, it barely made into beta.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/aurora.txt10
1 files changed, 7 insertions, 3 deletions
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;
}