From 497c820aa284f88a4d553a73dcfd92d0d9cc87a5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 May 2020 14:14:36 -0300 Subject: Worker's Day event help --- npc/functions/news.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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"), -- cgit v1.2.3-70-g09d2