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/functions/clientversion.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 0a33f2a7b..0272aa752 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -825,6 +825,13 @@ function script clientupdater { dispbottom l("Crafting rules changed! Your crafting skill was lowered to Level 5, talk to Craftmaster to recover it!"); } + // Rebirth Heroics + if (strcharinfo(0) == "Crazyfefe") { + getitem SupremeGift, 1; + 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; + } + // Mass Provoke replacement if (getskilllv(EVOL_AREA_PROVOKE)) { getitembound ScholarshipBadge, getskilllv(EVOL_AREA_PROVOKE), 4; -- cgit v1.2.3-60-g2f50