summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 14:14:36 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 14:14:36 -0300
commit497c820aa284f88a4d553a73dcfd92d0d9cc87a5 (patch)
tree5d032d100d6b1b843451b6795e06585b0a4b8215 /npc/functions/news.txt
parent6b800ae5ce3d58646423617debf3fb9ed2a265e4 (diff)
downloadserverdata-497c820aa284f88a4d553a73dcfd92d0d9cc87a5.tar.gz
serverdata-497c820aa284f88a4d553a73dcfd92d0d9cc87a5.tar.bz2
serverdata-497c820aa284f88a4d553a73dcfd92d0d9cc87a5.tar.xz
serverdata-497c820aa284f88a4d553a73dcfd92d0d9cc87a5.zip
Worker's Day event help
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 994d8cc91..f042da6b7 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -412,11 +412,22 @@ function script EventHelp {
mes l("Feeling lucky?");
mesc l("Location: North Woodlands, south of Nivalis."), 3;
/////////////////////////////////////////////////////////////////////////
+ } else if ($EVENT$ == "Worker Day") {
+ mesc ".:: " + l("Worker Day") + " ::.", 2;
+ mes "";
+ mes l("The International Worker Day is a traditional celebration,");
+ mes l("focused on lower level players, and to cherish those whom work hard everyday.");
+ mes "";
+ mes l("Visit the special event map, kill low level bosses, collect %s,", getitemlink(Pearl));
+ mes l("exchange them, and have fun!");
+ mes "";
+ mes l("Happy %s!", "@@https://en.wikipedia.org/wiki/International_Workers%27_Day|"+l("international worker day")+"@@");
+ mesc l("Location: Worker's Cave, access by Soul Menhir."), 3;
+ /////////////////////////////////////////////////////////////////////////
} else {
mesc l("There's no help available for this event.");
/////////////////////////////////////////////////////////////////////////
}
- ("Enable Worker's Day"),
("Enable Thanksgiving"),
("Enable Event Horizon"),
("Enable Christmas"),