From 67e9237d25bc0967ce161151bd603077a5386e1f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Feb 2020 21:00:42 -0300 Subject: Level Cap +10 (global) --- npc/functions/honor.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/functions/honor.txt') diff --git a/npc/functions/honor.txt b/npc/functions/honor.txt index 1606d6a10..6fdc86e67 100644 --- a/npc/functions/honor.txt +++ b/npc/functions/honor.txt @@ -68,6 +68,7 @@ function script calc_HR { .@overpower=.@atk-.@def; // Dishonorable: You used 15 levels above target, or target < level 30 + // TODO: Fixed honor points (eg. honorable = 10 points, dishonorable = -5) if (.@overpower > 15 || .@def < 30) { .@honor=-(BaseLevel/4); } else { -- cgit v1.2.3-60-g2f50