diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:55:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:55:31 -0300 |
commit | 88907fba36dc6559ede5bd1c1d4977eefc0a5819 (patch) | |
tree | 99b7da5971471d0c1acf24a4a20cc34c1c0b2576 /npc/001-14 | |
parent | 0c89664363cd75d758b1b590329265408de167ea (diff) | |
download | serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.gz serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.bz2 serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.xz serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.zip |
Magic Olympics Tuition workaround
Diffstat (limited to 'npc/001-14')
-rw-r--r-- | npc/001-14/hocus.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/001-14/hocus.txt b/npc/001-14/hocus.txt index e1d1e886b..078892283 100644 --- a/npc/001-14/hocus.txt +++ b/npc/001-14/hocus.txt @@ -54,18 +54,19 @@ function showScores { mesc l("Reminder: "), 1; mesc l("Scores are updated every 6 hours."), 1; next; - parseScores("Energy Balls Challenge", "$@moly01_n$", "$@moly01_v"); - parseScores("Boss Fight Challenge", "$@moly02_n$", "$@moly02_v", 0); - parseScores("Fluffy Hunt Challenge", "$@moly03_n$", "$@moly03_v"); + //parseScores("Energy Balls Challenge", "$@moly01_n$", "$@moly01_v"); + //parseScores("Boss Fight Challenge", "$@moly02_n$", "$@moly02_v", 0); + //parseScores("Fluffy Hunt Challenge", "$@moly03_n$", "$@moly03_v"); parseScores("Chanting Challenge", "$@moly04_n$", "$@moly04_v"); parseScores("Alchemy Master Challenge", "$@moly05_n$", "$@moly05_v"); - parseScores("Magic Power Challenge", "$@moly06_n$", "$@moly06_v"); + //parseScores("Magic Power Challenge", "$@moly06_n$", "$@moly06_v"); parseScores("Mana Exp Challenge", "$@moly07_n$", "$@moly07_v"); - parseScores("Obstacle Race Challenge", "$@moly08_n$", "$@moly08_v", t()); - parseScores("Hocus Commands Challenge", "$@moly09_n$", "$@moly09_v"); - parseScores("Survive! Challenge", "$@moly10_n$", "$@moly10_v", t()); + //parseScores("Obstacle Race Challenge", "$@moly08_n$", "$@moly08_v", t()); + //parseScores("Hocus Commands Challenge", "$@moly09_n$", "$@moly09_v"); + //parseScores("Survive! Challenge", "$@moly10_n$", "$@moly10_v", t()); parseScores("Friendship Challenge", "$@moly11_n$", "$@moly11_v"); parseScores("Intensive Mage Challenge", "$@moly12_n$", "$@moly12_v"); + mes ""; mesc l("Reminder: "), 1; mesc l("Scores close at Sunday 23:59 - No scores will be given for last minute rushes!"), 1; return; |