diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-27 21:08:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-27 21:08:36 -0300 |
commit | ea947785ae4672d890e16b72d8aafad96c293b6d (patch) | |
tree | 178d4dd358c78d48ec6d4ae236f4ecf0e2ea9986 /npc | |
parent | aae8de18a51fafb90e9c679b6ab30759a8af17e5 (diff) | |
download | serverdata-ea947785ae4672d890e16b72d8aafad96c293b6d.tar.gz serverdata-ea947785ae4672d890e16b72d8aafad96c293b6d.tar.bz2 serverdata-ea947785ae4672d890e16b72d8aafad96c293b6d.tar.xz serverdata-ea947785ae4672d890e16b72d8aafad96c293b6d.zip |
Magic Olympics new point table
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index d9dcd9580..737ccdf0e 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -554,12 +554,12 @@ function script FYE_Mining { // Configure Magic Olympics function script FYEConf_Olympics { - setarray $FYREWARD_PT, 100, 220, 440, 880, 1320, - 1760, 2640, 3520, 5275, 7040, - 10560, 14080, 21120, 28160, 35200, - 42240, 57000, 70400, 85000, 112640, - 140800, 169000, 197120, 225300, 281160, - 337920, 394240, 450560, 550000, 675000; + setarray $FYREWARD_PT, 10, 22, 44, 88, 132, + 176, 264, 352, 527, 704, + 1056, 1408, 2112, 2816, 3520, + 4224, 5700, 7040, 8500, 11264, + 14080, 16900, 19712, 22530, 28116, + 33792, 39424, 45056, 55000, 67500; // PS. Max Est. ? pts FYE_Autoset(); |