diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 07:30:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 07:30:01 -0300 |
commit | ae6f2040210b9953a25b5956c1e09b34189aa4fa (patch) | |
tree | d38ef679c26b47a75d3b529e1ca7d5a7fe5d29a1 | |
parent | 90356ec4286d66e52968a3a9a4c96172e34dc8f7 (diff) | |
download | serverdata-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
-rw-r--r-- | npc/functions/util.txt | 1 |
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; |