Default jobchanger is buggy

ShadowLight

New member
Messages
46
Points
0
Hi all,

I'm new to Hercules, I realized that the job-changer is allowing me to change job regardless of my job level. I was able to change job from novice->swordsman->knight->high novice with a level 1/1 character. I am not sure what am I doing wrong. (I am using my GM account - not sure if it matters)

These has already been set:

OnInit: .rebirth_blevel = 99; // Minimum base level to reborn OR change to third class .rebirth_jlevel = 50; // Minimum base job level to reborn OR change to third class .jobchange_first = 10; // Minimum job level to turn into 1st class .jobchange_second = 50; // Minimum job level to turn into 2nd class .third_classes = 0; // Enable third classes? (1: yes / 0: no) .supernovice_level = 45; // Minimum base level to turn into Super Novice .linear_jobchange = 1; // Enforce linear class changes? (1: yes / 0: no) .skill_point_check = 1; // Force player to use up all skill points? (1: yes / 0: no) .platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end;
Looking forward to your help.

Thanks,

ShadowLight

Nevermind, I found out why. I added this script as a function, so OnInit doesn't function well.

 
Last edited by a moderator:
Back
Top