diff options
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |