From dda076d8acecfe19ca8c46c069377366659b98bc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 08:19:27 -0300 Subject: Move Monster King Illusion kills code around --- npc/functions/mkbot.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions/mkbot.txt') diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index 4304f8f0a..dae226812 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -41,7 +41,10 @@ OnBourneAgain: channelmes("#world", strcharinfo(0)+" did an act worth of notice."); dispbottom l("Oh well, this sucks, but that was only an illusion."); dispbottom l("The real Monster King is probably on his fortress. It'll take more than that to take him down."); - getexp BaseLevel**3, 0; + if ($REBIRTH_WINNER$ == "" && TOP3AVERAGELVL() < 100) + getexp min(641500, BaseLevel**3), 0; + else + Mobpt+=max(13500, rand2(10000, BaseLevel*90)); Mobpt = Mobpt + 165; //$MOST_HEROIC$=strcharinfo(0); } -- cgit v1.2.3-60-g2f50