Kinkykids Posted February 25, 2020 Share 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 Link to comment Share on other sites More sharing options...
1 BeWan Posted February 26, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Kinkykids Posted February 25, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
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; ?
Link to comment
Share on other sites