summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/news.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 0bb3be6dc..c95e2d06b 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -450,6 +450,19 @@ function script EventHelp {
mes l("Merry Christmas, and a happy new year! \\o/");
mesc l("Location: Christmas Workshop, Romantic Field, south of Nivalis."), 3;
/////////////////////////////////////////////////////////////////////////
+ } else if ($EVENT$ == "Anniversary") {
+ mesc ".:: " + l("Moubootaur Legends Anniversary") + " ::.", 2;
+ mes "";
+ mes l("Moubootaur Legends just got older! \o/");
+ mes l("Base Experience Rate is now %d%%.", $BCONFB_EXPR);
+ mes "";
+ mes l("Also known as TMW2 Day, it celebrates the server founding,");
+ mes l("in March 2nd 2018.");
+ mes l("New chars, and reborn chars, will also begin at level 10.");
+ mes "";
+ mes l("Invite your friends, and become a Moubootaur Legend!");
+ mesc l("Location: N/A"), 3;
+ /////////////////////////////////////////////////////////////////////////
} else {
mesc l("There's no help available for this event.");
/////////////////////////////////////////////////////////////////////////