diff options
Diffstat (limited to 'npc/functions/news.txt')
-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 ab5be1b52..1b1e51ae2 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -288,13 +288,24 @@ function script EventHelp { mes l("The dream towers have shown up. They have several floors filled with treasure and dangerous monsters."); mes l("Every day, they disappear and a new one shows up on its place."); mes ""; - mes l("You need a %s for each floor, and defeat the gatekeeper to advance.", "Dream Ticket"); + mes l("You need a %s for each floor, and defeat the gatekeeper to advance.", getitemlink(EventDreamTicket)); mes l("Floors cannot be re-visited, and rewards increase at each floor."); mes ""; mes l("These towers must hold unfathomable secrets from %s.", $DREAMTOWER_SAGE$); mes l("We must find out what lies at the top, whatever the cost!"); mesc l("Location: The Mana Plane, Dream Tower"), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Raid") { + mesc ".:: " + l("Boss Raid") + " ::.", 2; + mes ""; + mes l("This is terrible - a fiend from a parallel dimension has broken in ours!"); + mes l("We are unsure of the cause, but they must be repelled at any cost!"); + mes l("Meanwhile, the sages of destiny will prepare a way to kick them back to wherever they belong!"); + mes ""; + mes l("Can we keep %s at bay long enough?", $RAIDING_BOSS$); + mes l("Collect their %s as well, so our wizards can do their magic!", getitemlink(EventNaftalin)); + mesc l("Location: The Mana Plane, Showdown Chamber"), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |