diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 14:47:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 14:47:04 -0200 |
commit | 4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25 (patch) | |
tree | 8c74f77b519a0861314a187a383bd1056a54ec48 /npc/functions | |
parent | 395ac771b4ab63c7937f3a88401b97b1e341304c (diff) | |
download | serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.gz serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.bz2 serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.xz serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.zip |
Move 58.500 xp from Monster King MVP to be split among all attackers.
New monster shared exp: 65.000xp. New MVP exp: BaseLevel**3.
When MVP level is >= 87: 641.000 MVP xp
Diffstat (limited to 'npc/functions')
-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 cc296f417..c89903b3f 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -22,7 +22,7 @@ function script mobpoint { OnNPCKillEvent: if (killedrid == MonsterKing) { announce "An illusionary monster king was killed.", bc_all | bc_pc; - getexp min(700000, BaseLevel**3), 0; + getexp min(641500, BaseLevel**3), 0; } // Remove undue Job exp |