summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-13 17:48:29 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-13 17:48:29 -0300
commit5ad1bfdd36c27709073434a3c19935b559c8fcb5 (patch)
tree83a06828b8f7b34f1112aba40ad14c307e4ecca9 /npc/functions
parent1f6df1ade167adc7fb422d1b6bd7c5ad6e69ce9e (diff)
downloadserverdata-5ad1bfdd36c27709073434a3c19935b559c8fcb5.tar.gz
serverdata-5ad1bfdd36c27709073434a3c19935b559c8fcb5.tar.bz2
serverdata-5ad1bfdd36c27709073434a3c19935b559c8fcb5.tar.xz
serverdata-5ad1bfdd36c27709073434a3c19935b559c8fcb5.zip
Rebirth: grant 2 MSP
Diffstat (limited to 'npc/functions')
-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 ccc48a06d..3a745bd7a 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -661,8 +661,8 @@ function script sk_maxpoints {
.@val+=min(5, ((JobLevel-15)/12));
// 1 point per being a player
.@val+=1;
- // 1 point per Rebirth
- .@val+=REBIRTH;
+ // 2 points per Rebirth
+ .@val+=(REBIRTH*2);
// 1 point per skill permit level
.@val+=getskilllv(TMW2_SKILLPERMIT);
return .@val;