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 8b274aaf0..51ab61488 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -463,6 +463,15 @@ function script EventHelp { mes l("Invite your friends, and become a Moubootaur Legend!"); mesc l("Location: N/A"), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Regnum") { + mesc ".:: " + l("Regnum Blessing") + " ::.", 2; + mes ""; + mes l("The regnum blessing causes all monsters in an area"); + mes l("to give double experience!"); + mes ""; + mes l("Farm there and get the best experience value!"); + mesc l("Location: %s", $@REGNUM_BLESSMAP_H$), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |