summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 10:00:07 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 10:00:07 -0300
commit4cdf3cbcb896acc17a35aeebab61afd772ce70a6 (patch)
tree903838e50a2ff7e31dbf2032b51b18cc743052c1 /npc/functions/util.txt
parente1d443ae550dfdab64470c1a336b66b5c74efa81 (diff)
downloadserverdata-4cdf3cbcb896acc17a35aeebab61afd772ce70a6.tar.gz
serverdata-4cdf3cbcb896acc17a35aeebab61afd772ce70a6.tar.bz2
serverdata-4cdf3cbcb896acc17a35aeebab61afd772ce70a6.tar.xz
serverdata-4cdf3cbcb896acc17a35aeebab61afd772ce70a6.zip
I think this should be trimmed.
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt4
1 files changed, 2 insertions, 2 deletions
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