summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-05 23:43:11 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-05 23:43:11 -0300
commit1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a (patch)
tree1c8822bb793793a9f76fe461b1c6e570453829c4 /npc/functions/news.txt
parent7c302366b43cf82ca2aa6ffa2d520f3789d21940 (diff)
downloadserverdata-1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a.tar.gz
serverdata-1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a.tar.bz2
serverdata-1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a.tar.xz
serverdata-1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a.zip
The final aurora event is the Rebirth Season, which increases Mobpt gain.
It also makes reborn characters spawn at level 3 if done via Fortress. Or, alternatively, you may rebirth in Tulimshar, but w/o the level bonus.
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index c11d36ffd..38120537f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -300,6 +300,15 @@ function script EventHelp {
mes l("Form your party and rescue Luvia Gemini from Isbamuth!");
mesc l("Location: Forsaken Inn, South Woodlands"), 3;
/////////////////////////////////////////////////////////////////////////
+ } else if ($EVENT$ == "Rebirth") {
+ mesc ".:: " + l("Rebirth Season") + " ::.", 2;
+ mes "";
+ mes l("During this season, monster point gain is increased in %d%%!", 10);
+ mes l("Not only that, but reborn characters will spawn at level %d!", 3);
+ mes "";
+ mes l("Also: You'll be able to rebirth at Tulimshar with Jakod. What are you waiting for?!");
+ mesc l("Location: Not applicable"), 3;
+ /////////////////////////////////////////////////////////////////////////
} else if ($EVENT$ == "Tower") {
mesc ".:: " + l("Dream Tower Appears") + " ::.", 2;
mes "";