From 2c587e57882e485d272fd3624537c05676ac02cf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 19:05:57 -0300 Subject: Rebirth - 1 MSP per rebirth --- npc/functions/util.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 683beb917..725c1723e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -602,6 +602,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; // 1 point per skill permit level .@val+=getskilllv(TMW2_SKILLPERMIT); return .@val; -- cgit v1.2.3-70-g09d2