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 | |
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')
-rw-r--r-- | npc/functions/aurora.txt | 3 | ||||
-rw-r--r-- | npc/functions/news.txt | 9 |
2 files changed, 8 insertions, 4 deletions
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; |