diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 16:43:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 16:43:14 -0300 |
commit | 0dc771d2f2911e1cdbbb8a83de25c4108d5ae66a (patch) | |
tree | 25ea108b2760b15304477c6d227f40ebe47f2468 /npc | |
parent | bf095e47c438a0b943c53b16a5592b1ef20f4b73 (diff) | |
download | serverdata-0dc771d2f2911e1cdbbb8a83de25c4108d5ae66a.tar.gz serverdata-0dc771d2f2911e1cdbbb8a83de25c4108d5ae66a.tar.bz2 serverdata-0dc771d2f2911e1cdbbb8a83de25c4108d5ae66a.tar.xz serverdata-0dc771d2f2911e1cdbbb8a83de25c4108d5ae66a.zip |
Oh dear, I forgot Moubootaur Legends Anniversary
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 13 |
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."); ///////////////////////////////////////////////////////////////////////// |