From 4cdf3cbcb896acc17a35aeebab61afd772ce70a6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jul 2019 10:00:07 -0300 Subject: I think this should be trimmed. --- npc/functions/util.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index fcec7a462..6a8c20ca2 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -590,8 +590,8 @@ function script sk_maxpoints { .@val=(MAGIC_LVL)*2; // 1 point every twice magic level .@val+=(MAGIC_LVL/2); - // Excluding first 15, 1 point every 10 job levels - .@val+=((JobLevel-15)/10); + // Excluding first 15, 1 point every 12 job levels + .@val+=((JobLevel-15)/12); // 1 point per being a player .@val+=1; // 1 point per skill permit level -- cgit v1.2.3-60-g2f50