From f38226b945e34683395ef272cb843f9f25d11031 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 20:51:11 -0300 Subject: Update trickster --- npc/functions/util.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 51f366b4b..77d40e6d4 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -588,6 +588,8 @@ function script max_subclass { function script sk_maxpoints { // 2 points per magic level .@val=(MAGIC_LVL)*2; + // 1 point every twice magic level + .@val+=(MAGIC_LVL/2); // 1 point per skill permit level .@val+=getskilllv(TMW2_SKILLPERMIT); return .@val; -- cgit v1.2.3-60-g2f50