diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:21:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:21:53 -0300 |
commit | 68d057f1feab0f1056cc7e81ddd198b15dcd378b (patch) | |
tree | aa81bf994fe8bcb799da2bfac6a0f112e2983aa6 /npc/functions/news.txt | |
parent | f556467218fde111e3be7b679bbecff4be3973e5 (diff) | |
download | serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.gz serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.bz2 serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.xz serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.zip |
Some specification + Fishing event description (finally)
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 400fc4564..79e6b0abb 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -487,11 +487,12 @@ function script EventHelp { } else if ($EVENT$ == "Fishing") { mesc ".:: " + l("Catch the Golden Fish!") + " ::.", 2; mes ""; - mes l("yadda yadda yadda"); - mes l("While fishing you may randomly get a golden fish"); + mes l("A few times during the year, the \"golden wave\" migrates from the north pole to the south pole."); + mes l("As a result, while fishing you may randomly get a golden fish."); mes ""; - mes l("yadda yadda yadda"); - mes l("Return them at the event NPC in Tulimshar"); + mes l("These gold fishes multiply horribly and have no natural predator."); + mes l("If left unchecked for long, they will eventually become the only specie on the sea."); + mes l("Help controlling their population, and return those you fish to Aurora!"); mes ""; mes l("Catch the golden fish swarm!"); mesc l("Location: Fishing spots in the water."), 3; |