diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 1b1e51ae2..a1b999a07 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -306,6 +306,15 @@ function script EventHelp { mes l("Collect their %s as well, so our wizards can do their magic!", getitemlink(EventNaftalin)); mesc l("Location: The Mana Plane, Showdown Chamber"), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Olympics") { + mesc ".:: " + l("Magic Olympics") + " ::.", 2; + mes ""; + mes l("The Magic Olympics are held by the Academy Grand Masters roughly quarterly, and allow the brightest mages to acquire scholarships at the Magic Academy."); + mes l("Only one vouch can be acquired, and you cannot be vouched to Grand Master position. You need to have touched the Mana Stone to participate."); + mes ""; + mes l("Talk to Hocus in Porthos (via Menhir) to enroll."); + mesc l("Location: The Mana Plane, Porthos"), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |