summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 09:58:42 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 09:58:42 -0300
commite1d443ae550dfdab64470c1a336b66b5c74efa81 (patch)
tree7726a33eabb791a9fd34234c3014fb196343e4ef /npc/functions/util.txt
parent4df3fdd86e26090675d009640b753f926f4e8bec (diff)
downloadserverdata-e1d443ae550dfdab64470c1a336b66b5c74efa81.tar.gz
serverdata-e1d443ae550dfdab64470c1a336b66b5c74efa81.tar.bz2
serverdata-e1d443ae550dfdab64470c1a336b66b5c74efa81.tar.xz
serverdata-e1d443ae550dfdab64470c1a336b66b5c74efa81.zip
Trickmaster class is now Open For All. You now start with 1 MSP.
You can start with the following skills: Freecast, Backsliding, Fire Wall or Throttle. We advise Fire Wall, of course...
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 835eae988..fcec7a462 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -592,6 +592,8 @@ function script sk_maxpoints {
.@val+=(MAGIC_LVL/2);
// Excluding first 15, 1 point every 10 job levels
.@val+=((JobLevel-15)/10);
+ // 1 point per being a player
+ .@val+=1;
// 1 point per skill permit level
.@val+=getskilllv(TMW2_SKILLPERMIT);
return .@val;