Skip to content

Commit

Permalink
Merge pull request #267 from RadianFord/patch-4
Browse files Browse the repository at this point in the history
Custom Job Master Fixed
  • Loading branch information
Atemo committed Feb 4, 2015
2 parents 1f147f2 + dba0ab0 commit af9d5e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions npc/custom/jobmaster.txt
Expand Up @@ -187,8 +187,11 @@ function Job_Menu {
jobchange .@i;
if (.@i == Job_Novice_High)
resetlvl(1);
else if (.@i == Job_Baby)
else if (.@i == Job_Baby) {
resetstatus;
resetskill;
set SkillPoint,0;
}
specialeffect2 EF_ANGEL2;
specialeffect2 EF_ELECTRIC;
if (.Platinum)
Expand Down Expand Up @@ -300,4 +303,4 @@ OnInit:
.SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no)
.Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no)
end;
}
}

0 comments on commit af9d5e8

Please sign in to comment.