From 8ea3978f73bbab191495d991b27aa1987497dc50 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 08:18:12 -0300 Subject: Monster King MobPt retweak --- npc/functions/mobpoint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index d0fe5c10b..ab6c2587c 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -57,7 +57,7 @@ OnNPCKillEvent: if ($REBIRTH_WINNER$ == "" && TOP3AVERAGELVL() < 100) getexp min(641500, BaseLevel**3), 0; else - Mobpt+=min(1000, BaseLevel*11); + Mobpt+=max(13500, rand2(10000, BaseLevel*90)); } // Remove undue Job exp -- cgit v1.2.3-70-g09d2