From b581370a74436674d69487ad25bbeeb7713cf8e4 Mon Sep 17 00:00:00 2001 From: Mumbles Date: Sat, 2 Aug 2014 04:44:38 -0700 Subject: Fixed Bug #8248 http://hercules.ws/board/tracker/issue-8248-job-master-bug/ - Job Master now properly resets Novice Basic Skill upon job change into Baby Novice. - Sparkles and thanks to @Ridley8819 for pointing out the issue. --- npc/custom/jobmaster.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npc/custom/jobmaster.txt b/npc/custom/jobmaster.txt index 346e3ddff..88a1897da 100644 --- a/npc/custom/jobmaster.txt +++ b/npc/custom/jobmaster.txt @@ -158,6 +158,10 @@ function Job_Menu { jobchange .@newjob; if (.@newjob == Job_Novice_High) resetlvl(1); + if (.@newjob == Job_Baby) { + resetlvl(4); + SkillPoint = 0; + } specialeffect2 EF_ANGEL2; specialeffect2 EF_ELECTRIC; if (.platinum) -- cgit v1.2.3-60-g2f50