diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:47:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:47:53 -0300 |
commit | e2695c3f7ff02533f6911fdbb03bf0f507386f35 (patch) | |
tree | 22e1cd9ae24891a60f59d1dc414cad7e66c455d3 /npc/functions/news.txt | |
parent | 205f482cfd70eb95441fa71937ddc53f912b1012 (diff) | |
download | serverdata-e2695c3f7ff02533f6911fdbb03bf0f507386f35.tar.gz serverdata-e2695c3f7ff02533f6911fdbb03bf0f507386f35.tar.bz2 serverdata-e2695c3f7ff02533f6911fdbb03bf0f507386f35.tar.xz serverdata-e2695c3f7ff02533f6911fdbb03bf0f507386f35.zip |
Mining Union's Research Request Aurora Event
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 18001b671..b6eb85d2c 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -498,6 +498,19 @@ function script EventHelp { mes l("Catch the golden fish swarm!"); mesc l("Location: Fishing spots in the water."), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Mining") { + mesc ".:: " + l("Miners Union Research Request!") + " ::.", 2; + mes ""; + mes l("While mining bifs, a strange powder appeared."); + mes l("The effects and uses - if any - are still unknown."); + mes ""; + mes l("The Miners Union is trying to research this powder."); + mes l("A reward is promised to those whom cooperate."); + mes l("Collaborate by giving this powder to Aurora, before it vanishes!"); + mes ""; + mes l("Mysterious Powder expires after some time!"); + mesc l("Location: All bifs in the world."), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |