summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 8a3d932f5..959aefc56 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -361,12 +361,12 @@ function script FYE_Expo {
function script FYEConf_Tower {
$DREAMTOWER_SAGE$=any("Jaxad", "Mr. Saves", "Tux", "Freeyorp", "Cassy", "Crush", "Rotonen", "Kage", "Bjorn", "The Elven Sage", "Hocus Pocus the Fidibus");
// Bertram? (https://forums.themanaworld.org/viewtopic.php?p=105296#p105296)
- setarray $FYREWARD_PT, 1, 3, 5, 7, 10,
- 15, 22, 30, 45, 60,
- 75, 100, 120, 150, 200,
- 250, 300, 400, 500, 600,
- 750, 1000, 1500, 2000, 2500,
- 3000, 3500, 4000, 4500, 5000;
+ setarray $FYREWARD_PT, 1, 4, 7, 10, 15,
+ 22, 30, 45, 60, 75,
+ 100, 120, 150, 175, 200,
+ 250, 300, 350, 400, 500,
+ 600, 700, 800, 900, 1000,
+ 1200, 1400, 1600, 1800, 2000;
// PS. Max Est. ?
FYE_Autoset();
@@ -503,7 +503,7 @@ function script FYE_Submit {
.@pts+=countitem(BrokenMedal)*1;
setq2 Q_AuroraEvent, .@pts;
- delitem EventFish, countitem(BrokenMedal);
+ delitem BrokenMedal, countitem(BrokenMedal);
} else {
// Wut? This is not an Aurora Event
Exception($EVENT$+" is NOT a valid Aurora Event; Misdefinition.\n\nPlease ensure that it is defined in utils, aurora, news, and command/event.\n\nFYE_Submit - FYEventUsesRanking - FYE_* - FYEConf_* - FYStopEvent", RB_DEFAULT|RB_ISFATAL);