From 7ad63bedb74759ec9a162b451455d2955d4e3823 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Feb 2020 12:19:54 -0300 Subject: Overpower is now based on level instead of BR. But the 30% rule still applies --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d95a18c0d..046eb7f40 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -270,7 +270,7 @@ function script HUB_PvP { // Prepare local variables .@atk=get_BR(getcharid(3)); .@def=get_BR(killedrid); - .@honor=calc_HR(.@atk, .@def); + .@honor=calc_HR(getcharid(3), killedrid); .@m$=getmap(); // This is an official PVP Map -- cgit v1.2.3-60-g2f50