summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-24 13:12:02 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-24 13:12:02 -0300
commitcabca69675f0166b1d361ff72e2b79d06fc8e506 (patch)
tree21ac5adef4d6abd4dbc3e10ce8d756ba656f2e6e /npc/functions/news.txt
parent6656999ab4c701327f6934f52b0305710d448cae (diff)
downloadserverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.gz
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.bz2
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.xz
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.zip
Initial, untested version of Boss Raid
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 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.");
/////////////////////////////////////////////////////////////////////////