diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:18:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:18:12 -0300 |
commit | 8ea3978f73bbab191495d991b27aa1987497dc50 (patch) | |
tree | 673220556283c861fb84e346f58f028314d722b3 /npc | |
parent | 551820e7f96fd36a4b30f18b0adf8489f1c312ad (diff) | |
download | serverdata-8ea3978f73bbab191495d991b27aa1987497dc50.tar.gz serverdata-8ea3978f73bbab191495d991b27aa1987497dc50.tar.bz2 serverdata-8ea3978f73bbab191495d991b27aa1987497dc50.tar.xz serverdata-8ea3978f73bbab191495d991b27aa1987497dc50.zip |
Monster King MobPt retweak
Diffstat (limited to 'npc')
-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 |