summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-23 07:30:01 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-23 07:30:01 -0300
commitae6f2040210b9953a25b5956c1e09b34189aa4fa (patch)
treed38ef679c26b47a75d3b529e1ca7d5a7fe5d29a1 /npc/functions/util.txt
parent90356ec4286d66e52968a3a9a4c96172e34dc8f7 (diff)
downloadserverdata-ae6f2040210b9953a25b5956c1e09b34189aa4fa.tar.gz
serverdata-ae6f2040210b9953a25b5956c1e09b34189aa4fa.tar.bz2
serverdata-ae6f2040210b9953a25b5956c1e09b34189aa4fa.tar.xz
serverdata-ae6f2040210b9953a25b5956c1e09b34189aa4fa.zip
[skip ci] Right now, it is possible to get 30/43 MSP
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index dbe80e46e..d766bee62 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -698,6 +698,7 @@ function script max_subclass {
// MAGIC_PTS → Amount of used Magic Skill Points
// sk_maxpoints() → Max Magic Skill Points you may use
// Returns how many points you can use
+// Current maximum as of 2020-06-21: (pratic) 30 ~ 43 (theoric)
function script sk_maxpoints {
// 2 points per magic level
.@val=(MAGIC_LVL)*2;