From 76359f9526f426243a09df520ace1c7fb0fe6ada Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Jan 2020 21:42:59 -0300 Subject: Okay this will do as a fake BR formula --- npc/functions/honor.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/functions/honor.txt b/npc/functions/honor.txt index 97a79a31c..3b470bf63 100644 --- a/npc/functions/honor.txt +++ b/npc/functions/honor.txt @@ -29,6 +29,13 @@ function script get_BR { // 1 BR for 5 DMG points (average) .@br+=(battleparam(UDT_ATKMIN)+battleparam(UDT_ATKMAX))/5; .@br+=battleparam(UDT_MATKMAX)/5; + + // 8 BR for each attack range + .@br+=battleparam(UDT_ATKRANGE)*8; + + // 1 BR for 10 DEF points + .@br+=battleparam(UDT_DEF)/10; + .@br+=battleparam(UDT_MDEF)/10; } else { Exception("GET_BR INVALID RID "+.@rid, RB_DEBUGMES|RB_IRCBROADCAST); } -- cgit v1.2.3-60-g2f50