diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 07:56:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 07:56:51 -0300 |
commit | c68c337756db2839802ad20d4bd6fd6fa5471db5 (patch) | |
tree | d789004170e80a8f3f0491747e7bb35ce8863689 /npc/025-2/phoenix.txt | |
parent | 64b9152d91c2f80a9c2396566d9bd6289c1e2a9c (diff) | |
download | serverdata-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/025-2/phoenix.txt')
-rw-r--r-- | npc/025-2/phoenix.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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; |