diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 79e6b0abb..18001b671 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -475,11 +475,12 @@ function script EventHelp { } 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 l("A few times during the year, an independent team organizes a world exposition of special relics."); + mes l("However, %s stole the treasures which were being showcased!", $WORLDEXPO_ENEMY$); + 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 l("While %s's reasons to do so remain unclear, a request was made.", $WORLDEXPO_ENEMY$); + mes l("Aurora will collect the crystals; And adventurers from the whole world shall look for them in the chests and return to Aurora!"); mes ""; mes l("This exposition has to be a success!"); mesc l("Location: Treasure Chests, hidden inside dungeons."), 3; |