From c68c337756db2839802ad20d4bd6fd6fa5471db5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 07:56:51 -0300 Subject: Phoenix Rebirth: Record first player to rebirth Monster King: Do not give 641k EXP anymore when someone reborn or Top3 avg >= Lv 100 --- npc/025-2/phoenix.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/025-2') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 0d9904549..c99eab452 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -91,7 +91,15 @@ warp "005-1", 40, 117; LOCATION$="Candor"; kamibroadcast(strcharinfo(0)+" has been reborn."); - //$MOST_HEROIC$=strcharinfo(0); + // Maybe you were THE FIRST + if ($REBIRTH_WINNER$ == "") { + $REBIRTH_WINNER$=strcharinfo(0); + channelmes("#world", $REBIRTH_WINNER$+" is the first player to REBIRTH!! They are so OP! %%N"); + announce "All hail ##B"+$REBIRTH_WINNER$+"##b, first player to REBIRTH and become OP!", bc_all|bc_npc; + getitem SupremeGift, 1; + next; + } + // These operations can be delayed or fail StatusResetReinvest(); // Open a new dialog clear; -- cgit v1.2.3-60-g2f50