Kinkykids Posted February 25, 2020 Posted February 25, 2020 Hi guys, what should I do for the jobmaster.txt so that it will do a Basic Skill Level 9 check even if you set it to .SkillPointCheck = false; ? Quote
1 BeWan Posted February 26, 2020 Posted February 26, 2020 On 2/26/2020 at 6:41 AM, Kinkykids said: I need the npc to check the Novice Skill "Basic Skill" if it is Level 9 to allow job changing. it will work. anyway here if (getskilllv("NV_BASIC") == 9) { mes "message"; close; }else{ mes "message"; close; } try this. if (.SkillPointCheck && SkillPoint) { mes "Please use all your skill points before proceeding."; close; } 1 Quote
0 Kinkykids Posted February 25, 2020 Author Posted February 25, 2020 On 2/26/2020 at 1:21 AM, BeWan said: try this. if (.SkillPointCheck && SkillPoint) { mes "Please use all your skill points before proceeding."; close; } I need the npc to check the Novice Skill "Basic Skill" if it is Level 9 to allow job changing. Had to slightly change it, but thanks Quote
Question
Kinkykids
Hi guys, what should I do for the jobmaster.txt so that it will do a Basic Skill Level 9 check even if you set it to .SkillPointCheck = false; ?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.