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/025-1/phoenix.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/025-1') diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index f700f3b5b..2c8da3271 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -6,6 +6,9 @@ 025-1,66,21,0 script Phoenix Rebirth NPC_BRGUARD_SPEAR,{ setpcblock(PCBLOCK_HARD, true); + .@phoenix = true; + +OnMain: mesn; mesq l("Hello there. My name is %s.", .name$); next; @@ -128,6 +131,8 @@ } // These operations can be delayed or fail StatusResetReinvest(); + if ($EVENT$ == "Rebirth" && .@phoenix) + BaseLevel = 3; // Open a new dialog clear; setnpcdialogtitle l("Rebirth Race Selection"); -- cgit v1.2.3-70-g09d2