From 4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Jan 2019 14:47:04 -0200 Subject: 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 --- npc/functions/mobpoint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') 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 -- cgit v1.2.3-70-g09d2