summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-16 22:06:18 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-16 22:06:18 -0300
commitf901c5df63409aded3e92e7002e9bb3acb66875e (patch)
tree922cb939ec0d1761e017dc3bbe264d6c603b832c /npc/functions/news.txt
parentfd73c82c7f4412ee8c4870ff9db826564b6b9575 (diff)
downloadserverdata-f901c5df63409aded3e92e7002e9bb3acb66875e.tar.gz
serverdata-f901c5df63409aded3e92e7002e9bb3acb66875e.tar.bz2
serverdata-f901c5df63409aded3e92e7002e9bb3acb66875e.tar.xz
serverdata-f901c5df63409aded3e92e7002e9bb3acb66875e.zip
Small, simple loop for Fishing
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 786183189..6593e9fd0 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -484,6 +484,18 @@ function script EventHelp {
mes l("This exposition has to be a success!");
mesc l("Location: Treasure Chests, hidden inside dungeons."), 3;
/////////////////////////////////////////////////////////////////////////
+ } 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 "";
+ mes l("yadda yadda yadda");
+ mes l("Return them at the event NPC in Tulimshar");
+ mes "";
+ mes l("Catch the golden fish swarm!");
+ mesc l("Location: Fishing spots in the water."), 3;
+ /////////////////////////////////////////////////////////////////////////
} else {
mesc l("There's no help available for this event.");
/////////////////////////////////////////////////////////////////////////