teknical Posted November 15, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Share Posted November 15, 2015 Hi im looking for a job changer script that has everything but 3rd classes. Quote Link to comment Share on other sites More sharing options...
0 Haziel Posted November 15, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 15, 2015 There is in your folders npc/custom/jobmaster.txt.At the end of it, just configure what you want: 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...
0 teknical Posted November 15, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Author Share Posted November 15, 2015 There is in your folders npc/custom/jobmaster.txt. At the end of it, just configure what you want: 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; got it thanks Quote Link to comment Share on other sites More sharing options...
Question
teknical
Hi im looking for a job changer script that has everything but 3rd classes.
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.