005 Posted November 30, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Share Posted November 30, 2014 i need npc job changer since my old job changer kinda bug some skill not showing on 3rd job 1st job-> 2nd job > Novice High > high 1st class > 2nd class > 3rd class Quote Link to comment Share on other sites More sharing options...
Radian Posted November 30, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted November 30, 2014 i need npc job changer since my old job changer kinda bug some skill not showing on 3rd job 1st job-> 2nd job > Novice High > high 1st class > 2nd class > 3rd class https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; } Quote Link to comment Share on other sites More sharing options...
005 Posted November 30, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Author Share Posted November 30, 2014 i need npc job changer since my old job changer kinda bug some skill not showing on 3rd job 1st job-> 2nd job > Novice High > high 1st class > 2nd class > 3rd class https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; } thankyou Quote Link to comment Share on other sites More sharing options...
Radian Posted November 30, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted November 30, 2014 i need npc job changer since my old job changer kinda bug some skill not showing on 3rd job 1st job-> 2nd job > Novice High > high 1st class > 2nd class > 3rd class https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; } how about if you still have points left how to remove I believe this one, if you set this to 0 it will ignore the extra skill points of the player. .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) 1 Quote Link to comment Share on other sites More sharing options...
Question
005
i need npc job changer since my old job changer kinda bug some skill not showing on 3rd job
1st job-> 2nd job > Novice High > high 1st class > 2nd class > 3rd class
Link to comment
Share on other sites
3 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.