From 46c21cacad23eb59db829d09180e7fc9108b9eef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Feb 2020 09:21:47 -0300 Subject: Change limits on Honor Points gain/loss --- npc/functions/honor.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/honor.txt b/npc/functions/honor.txt index 0bb0d0803..c9c7f76fc 100644 --- a/npc/functions/honor.txt +++ b/npc/functions/honor.txt @@ -69,9 +69,9 @@ function script calc_HR { // Dishonorable: You used 15 levels above target, or target < level 30 if (.@overpower > 15 || .@def < 30) { - .@honor=-(limit(1, .@overpower-15, 15)); + .@honor=-(limit(1, .@overpower-15, 12)); } else { - .@honor=limit(1, -(.@overpower)+15, 20); + .@honor=limit(3, -(.@overpower)+15, 20); } // Log cooldown (30 minutes) -- cgit v1.2.3-60-g2f50