diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:28:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:28:01 -0300 |
commit | 794b92055b8bef974e3f30ce816d6365eac90ea7 (patch) | |
tree | 045cc4cf694a0fdd0370f3fccf139f80e302292d /npc/functions/news.txt | |
parent | 68d057f1feab0f1056cc7e81ddd198b15dcd378b (diff) | |
download | serverdata-794b92055b8bef974e3f30ce816d6365eac90ea7.tar.gz serverdata-794b92055b8bef974e3f30ce816d6365eac90ea7.tar.bz2 serverdata-794b92055b8bef974e3f30ce816d6365eac90ea7.tar.xz serverdata-794b92055b8bef974e3f30ce816d6365eac90ea7.zip |
World Expo's event description
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; |