diff options
-rw-r--r-- | npc/functions/news.txt | 13 |
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"), |