How can I remove taekwon, Soul Linker and Star Gladiator from the jobmaster?
I've tried to remove Job_Taekwon:
if ((.@eac&EAJ_BASEMASK) == EAJ_NOVICE) { if (JobLevel < .jobchange_first) { mes "A job level of "+.jobchange_first+" is required to change into the 1st Class."; } else if (Class == Job_Novice_High && .linear_jobchange && lastJob) { mes "Switch classes now?"; next; Job_Menu(roclass((eaclass(lastJob)&EAJ_BASEMASK)|EAJL_UPPER)); } else if (Class == Job_Novice) { Job_Menu(Job_Swordman, Job_Mage, Job_Archer, Job_Acolyte, Job_Merchant, Job_Thief, Job_SuperNovice, Job_Taekwon, Job_Gunslinger, Job_Ninja, Job_Baby);
It works in parts, because novice can't change to taekwon, but a taekwon can change to Soul Linker and Star Gladiator..
My Server has a quest to those jobs, so I need to remove them from job master.
Thanks advanced.
Edited by Mhalicot Title Modified, Added specific information
Hello,
How can I remove taekwon, Soul Linker and Star Gladiator from the jobmaster?
I've tried to remove Job_Taekwon:
It works in parts, because novice can't change to taekwon, but a taekwon can change to Soul Linker and Star Gladiator..
Edited by MhalicotMy Server has a quest to those jobs, so I need to remove them from job master.
Thanks advanced.
Title Modified, Added specific information
Share this post
Link to post
Share on other sites