summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 07:56:51 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 07:56:51 -0300
commitc68c337756db2839802ad20d4bd6fd6fa5471db5 (patch)
treed789004170e80a8f3f0491747e7bb35ce8863689 /npc/functions/clientversion.txt
parent64b9152d91c2f80a9c2396566d9bd6289c1e2a9c (diff)
downloadserverdata-c68c337756db2839802ad20d4bd6fd6fa5471db5.tar.gz
serverdata-c68c337756db2839802ad20d4bd6fd6fa5471db5.tar.bz2
serverdata-c68c337756db2839802ad20d4bd6fd6fa5471db5.tar.xz
serverdata-c68c337756db2839802ad20d4bd6fd6fa5471db5.zip
Phoenix Rebirth: Record first player to rebirth
Monster King: Do not give 641k EXP anymore when someone reborn or Top3 avg >= Lv 100
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt7
1 files changed, 7 insertions, 0 deletions
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;