From 395ac771b4ab63c7937f3a88401b97b1e341304c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Jan 2019 14:46:09 -0200 Subject: Maximum exp for killing MK illusion is 700.000 (MVP). Update mob info after playtest. --- 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 dfdeb53a0..cc296f417 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 BaseLevel**3, 0; + getexp min(700000, BaseLevel**3), 0; } // Remove undue Job exp -- cgit v1.2.3-70-g09d2