summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorMumbles <datmumbles@icloud.com>2014-08-02 04:44:38 -0700
committerMumbles <datmumbles@icloud.com>2014-08-02 04:44:38 -0700
commitb581370a74436674d69487ad25bbeeb7713cf8e4 (patch)
tree48edf188963232d7a3b957a09dd313ff8baa93ec /npc/custom
parent279ec10fc01f72bf8bf5e1e8c4ffbf9e5a810278 (diff)
downloadhercules-b581370a74436674d69487ad25bbeeb7713cf8e4.tar.gz
hercules-b581370a74436674d69487ad25bbeeb7713cf8e4.tar.bz2
hercules-b581370a74436674d69487ad25bbeeb7713cf8e4.tar.xz
hercules-b581370a74436674d69487ad25bbeeb7713cf8e4.zip
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.
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/jobmaster.txt4
1 files changed, 4 insertions, 0 deletions
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)