From c239c66a329835baeb9658a515affd821b6738d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Oct 2022 15:47:09 -0300 Subject: This dumb clause should do the trick --- npc/functions/mobpoint.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 016177f5b..89fd4f37b 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -26,6 +26,11 @@ function script mobpoint { // Penalty/Bonus .@base=(.@moblv-BaseLevel); + + // Rebirth exploit correction + if (.@base > 20 && REBIRTH && BaseLevel < 16) + .@base = 20; + if (BaseLevel < .@moblv) { // Target is stronger, +3% per monster level, capped at +75% .@addval = .@addval * limit(100, 100+(.@base*3), 175) / 100; -- cgit v1.2.3-70-g09d2