line 159
if (.@newjob == Job_Novice_High)resetlvl(1);
add below
if (.@newjob == Job_Baby) {resetlvl(4);SkillPoint = 0;}
think this is added in the git already. you can also use the latest version there
Posted by Ink on 09 October 2014 - 01:15 PM
line 159
if (.@newjob == Job_Novice_High)resetlvl(1);
add below
if (.@newjob == Job_Baby) {resetlvl(4);SkillPoint = 0;}
think this is added in the git already. you can also use the latest version there