Veiler Posted January 8, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 61 Reputation: 12 Joined: 10/19/13 Last Seen: February 23, 2014 Share Posted January 8, 2014 Hi rathena!I would like to request a script for Job master like this... From novice: 1st job -> 2nd job -> Rebirth -> 1st job high -> 2nd job trans -> 3rd job trans to make baby 3rd jobs will remain as it is... ^___^ THANK YOU!! <3 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 8, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted January 8, 2014 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 set .ThirdClass,1; // Enable third classes? (1: yes / 0: no) set .SNovice,45; // Minimum base level to turn into Super Novice set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no) set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no) set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no) end;instead of looking at the game screentry to focus your mind and search for some hint at the script ... there's a lot force power in this particular area ... 1 Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 8, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 8, 2014 Isn't that what npc/custom/jobmaster.txt does? 1 Quote Link to comment Share on other sites More sharing options...
Veiler Posted January 8, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 61 Reputation: 12 Joined: 10/19/13 Last Seen: February 23, 2014 Author Share Posted January 8, 2014 Isn't that what npc/custom/jobmaster.txt does? Ah! sorry sir... I miss explained ..I mean to remove this one-- sorry sorry.. for miss explaining... Quote Link to comment Share on other sites More sharing options...
Veiler Posted January 9, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 61 Reputation: 12 Joined: 10/19/13 Last Seen: February 23, 2014 Author Share Posted January 9, 2014 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 set .ThirdClass,1; // Enable third classes? (1: yes / 0: no) set .SNovice,45; // Minimum base level to turn into Super Novice set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no) set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no) set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no) end;instead of looking at the game screentry to focus your mind and search for some hint at the script ... there's a lot force power in this particular area ... Wow thanks about this i learned something new ^___^ about setarry and oninit THANK YOUUU!!! Quote Link to comment Share on other sites More sharing options...
Question
Veiler
Hi rathena!
I would like to request a script for Job master like this...
From novice:
1st job -> 2nd job -> Rebirth -> 1st job high -> 2nd job trans -> 3rd job trans
to make baby 3rd jobs will remain as it is... ^___^
THANK YOU!! <3
Link to comment
Share on other sites
4 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.