From d028a634fb227e6ae30cbf51f09abfd0c578e142 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 21:03:47 -0300 Subject: Scholarship Class ready (amount of skills trimmed for release) --- 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 77d40e6d4..f41c343fc 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -590,6 +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); // 1 point per skill permit level .@val+=getskilllv(TMW2_SKILLPERMIT); return .@val; -- cgit v1.2.3-60-g2f50