Kinkykids Posted February 25, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 05/16/18 Last Seen: June 15, 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 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 15 hours ago 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 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 05/16/18 Last Seen: June 15, 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...
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; ?
Link to comment
Share on other sites
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.