From 1a3a1835e41451d5e3d27899bc7f0a2c8f9b437a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Jun 2022 23:43:11 -0300 Subject: 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. --- npc/003-1/jakod.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'npc/003-1/jakod.txt') diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index ccc8ba7b6..bc3d70333 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -7,12 +7,20 @@ // magic and is their tutor on the matters of the Mana Stone. 003-1,109,129,0 script Jakod NPC_PLAYER_TONORI,{ - - mesn; if (BaseLevel < $MANA_BLVL) mesq l("Hello there. I am looking for strong people, but you are not strong enough."); if (BaseLevel < $MANA_BLVL) close; + if ($EVENT$ == "Rebirth") { + mesc l("Are you looking for Rebirth? Limited time only!"), 1; + if (askyesno() == ASK_YES) { + doevent "Phoenix Rebirth::OnMain"; + closeclientdialog; + end; + } + clear; + } + mes l("\"Ah, hello there, @@. You've grown quite skilled lately.", strcharinfo(0)); if (MAGIC_LVL) { mes l("I also see you have a level @@ magic skill!\"", MAGIC_LVL); -- cgit v1.2.3-60-g2f50