summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-13 20:39:39 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-13 20:39:39 -0300
commitd207a260e10cc3cf54d8cd00279f6ea5fb07ed93 (patch)
treea4ae7d1b3466b87cfde8d8ec7f5a155679e3e5a1 /npc/functions/news.txt
parent3e9653011d31037238b99122b3c9dfd7b60315a4 (diff)
downloadserverdata-d207a260e10cc3cf54d8cd00279f6ea5fb07ed93.tar.gz
serverdata-d207a260e10cc3cf54d8cd00279f6ea5fb07ed93.tar.bz2
serverdata-d207a260e10cc3cf54d8cd00279f6ea5fb07ed93.tar.xz
serverdata-d207a260e10cc3cf54d8cd00279f6ea5fb07ed93.zip
Add some groundwork for Magic Olympics
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt9
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.");
/////////////////////////////////////////////////////////////////////////