coconutswt Posted March 30, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 32 Reputation: 0 Joined: 01/13/14 Last Seen: May 15, 2014 Share Posted March 30, 2014 job change for 2nd class without 3rd classs Quote Link to comment Share on other sites More sharing options...
NexusXVI Posted March 30, 2014 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share Posted March 30, 2014 (edited) "GOOGLE" is the best and most probably the awesomest friend you could ever have. /no1 and the rathena search box on the upper right side of the page under your name is quite helpful too.Here is Euphy's Job Changer Script:https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/jobmaster.txtJust modify it oki 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) Set the thirdclass to : set .ThirdClass,0; to disabled third class /whisp Edited March 30, 2014 by NexusXVI Quote Link to comment Share on other sites More sharing options...
coconutswt Posted March 30, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 32 Reputation: 0 Joined: 01/13/14 Last Seen: May 15, 2014 Author Share Posted March 30, 2014 (edited) I got some error in line 27 [Error]:script error on npc/custom/job.txt line 27 parse_simpleexpr: unmatch ')' 22 : mes "[Job Master]"; 23 : if (Class > 4049) { 24 : mes "No more jobs are available."; 25 : close; 26 : }* 27 : if (checkfalcon() || checkcart() || checkriding() || ismounting'(')) { 28 : mes "Please remove your "+((checkfalcon())?"falcon":"")+((checkcart())?"cart":"")+((checkriding())?"Peco":"")+((ismounting())?"mount":"")+" before proceeding."; 29 : close; 30 : } 31 : if (.SkillPointCheck && SkillPoint) { 32 : mes "Please use all your skill points before proceeding. Edited March 30, 2014 by coconutswt Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 30, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 30, 2014 http://eathena-project.googlecode.com/svn/trunk/npc/custom/jobs/jobmaster.txt Quote Link to comment Share on other sites More sharing options...
Question
coconutswt
job change for 2nd class without 3rd classs
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.