diff options
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(); |