From f376c90cf010394888d4ca05b259bf8a9aa14a83 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 31 Aug 2019 15:42:22 -0300 Subject: Malindou: Update the bonus after level 3, 5, 7, 10~19. This will keep smoothness, summing up with the level difference adjustment. Impact at level 20 won't be so harsh, but it'll be a bumpy bonus reduction. Other levels (2, 4, 6, 8 and 9) won't have this adjustment: Noobs need EXP. --- npc/003-3/malindou.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 72b748b6c..ec7f54649 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -515,9 +515,19 @@ OnInit: // Level up events OnPCBaseLvUpEvent: switch (BaseLevel) { + case 3: case 5: + case 7: case 10: + case 11: + case 12: + case 13: + case 14: case 15: + case 16: + case 17: + case 18: + case 19: // Recalculate the bonus NewcomerEXPDROPUP(); break; -- cgit v1.2.3-60-g2f50