diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 15:56:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 15:56:28 -0300 |
commit | a848c3b595c63111b6cbe95bb4738668d5671e34 (patch) | |
tree | 9b7fb7d71f760c4fb328bc5c1ba0bff4e3ee8a23 /npc/functions/news.txt | |
parent | d86605b17166e8da846cdef38297dfa3c5b3e45e (diff) | |
download | serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.gz serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.bz2 serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.xz serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.zip |
This sketch can give birth to World Expo Aurora Event
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 9fbb3ed6f..786183189 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -472,6 +472,18 @@ function script EventHelp { mes l("Farm there and get the best experience value!"); mesc l("Location: %s", $@REGNUM_BLESSMAP_H$), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Expo") { + mesc ".:: " + l("World Expo") + " ::.", 2; + mes ""; + mes l("yadda yadda yadda"); + mes l("Collect the treasured crystals from treasure chests"); + mes ""; + mes l("yadda yadda yadda"); + mes l("Return them at the event NPC in Tulimshar"); + mes ""; + mes l("This exposition has to be a success!"); + mesc l("Location: Treasure Chests, hidden inside dungeons."), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |