diff options
-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 959aefc56..0aa3fce32 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -330,10 +330,10 @@ function script FYEConf_Expo { $WORLDEXPO_ENEMY$=any("Xakabael the Dark", "Isbamuth", "Saulc", "SUSAN", "Terogan"); setarray $FYREWARD_PT, 100, 220, 440, 880, 1320, 1760, 2640, 3520, 5280, 7040, - 10560, 14080, 21120, 28160, 35200, - 42240, 56320, 70400, 84480, 112640, - 140800, 168960, 197120, 225280, 281160, - 337920, 394240, 450560, 550000, 675000; + 10560, 14080, 21120, 28160, 32000, + 36000, 40000, 45000, 50000, 55000, + 60000, 70000, 80000, 90000, 100000, + 112640, 140800, 168960, 200000, 225280; // PS. Max Est. 225280 pts (#24 - Before Ancient Blueprint) FYE_Autoset(); |