From 794b92055b8bef974e3f30ce816d6365eac90ea7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 May 2020 06:28:01 -0300 Subject: World Expo's event description --- npc/functions/aurora.txt | 3 +++ npc/functions/news.txt | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index cab1be9c7..f93552d26 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -64,6 +64,7 @@ function script FYNewEvent { break; case 2: $EVENT$="Expo"; + $WORLDEXPO_ENEMY$=any("Xakabael the Dark", "Isbamuth", "Saulc", "SUSAN"); kamibroadcast("World Expo is now open!", "Aurora Events"); break; case 3: @@ -83,6 +84,7 @@ function script FYNewEvent { case 6: // FIXME: PLACEHOLDER $EVENT$="Expo"; + $WORLDEXPO_ENEMY$=any("Xakabael the Dark", "Isbamuth", "Saulc", "SUSAN"); kamibroadcast("World Expo is now open!", "Aurora Events"); break; case 7: @@ -104,6 +106,7 @@ function script FYNewEvent { case 10: // FIXME: PLACEHOLDER $EVENT$="Expo"; + $WORLDEXPO_ENEMY$=any("Xakabael the Dark", "Isbamuth", "Saulc", "SUSAN"); kamibroadcast("World Expo is now open!", "Aurora Events"); break; case 11: 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; -- cgit v1.2.3-60-g2f50