johnbond Posted June 3, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted June 3, 2015 Does somebody know where to get a good job changer script that has kagerou and oborro jobs but rebellion is disabled. 1. all baby jobs 2. all first, second, trans, 3rds jobs enabled. 3. expanded classes taekwon, soul linker etc enabled. 4. super novice, kagerou/oborro 5. no rebellion Mayeb somebody can link me to it. Thanks guys. Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 6, 2015 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 6, 2015 He searchs a job changer Emistry Try to replace if (Class == Job_Ninja || Class == Job_Gunslinger) by if (Class == Job_Ninja) setarray .@exp[0], ( Sex ? Job_Kagerou : Job_Oboro ), 70; 1 Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 3, 2015 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 3, 2015 What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line if (Class == Job_Ninja || Class == Job_Gunslinger) by the line if (Class == Job_Ninja) Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 5, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Author Share Posted June 5, 2015 What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line if (Class == Job_Ninja || Class == Job_Gunslinger) by the line if (Class == Job_Ninja) Is there any other good job changer script besides this one? What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line if (Class == Job_Ninja || Class == Job_Gunslinger) by the line if (Class == Job_Ninja) Also, it seems that this job changer is not working for the kagerou. It only says "No more jobs are available" even when ninja is 99/70 already. Any other good job changer? Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 5, 2015 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 5, 2015 I don't know I don't need another one Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 5, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Author Share Posted June 5, 2015 I don't know I don't need another one Because the kagerou job change is not working in https://github.com/r...m/jobmaster.txt Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 5, 2015 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 5, 2015 It's working for me on rathena Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 6, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Author Share Posted June 6, 2015 It's working for me on rathena Its not working on mine. I use rathena r12427. It only says "No more jobs are available" even when ninja is 99/70 already. Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 6, 2015 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 6, 2015 It's an old version, do you have the const EAJL_THIRD in const.txt? Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 6, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Author Share Posted June 6, 2015 It's an old version, do you have the const EAJL_THIRD in const.txt? Yes I have: EAJL_THIRD 0x4000 Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 6, 2015 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 June 6, 2015 post your script ... provide a steps that you did ... from which steps/conversations till which steps it stops ... etc... 1 Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 7, 2015 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Author Share Posted June 7, 2015 He searchs a job changer Emistry Try to replace if (Class == Job_Ninja || Class == Job_Gunslinger) by if (Class == Job_Ninja) setarray .@exp[0], ( Sex ? Job_Kagerou : Job_Oboro ), 70; This is already fixed. I think I used a different jobmaster from costums directory. I now used the default rathena and its already fixed. Thank you. Quote Link to comment Share on other sites More sharing options...
Question
johnbond
Does somebody know where to get a good job changer script that has kagerou and oborro jobs but rebellion is disabled.
1. all baby jobs
2. all first, second, trans, 3rds jobs enabled.
3. expanded classes taekwon, soul linker etc enabled.
4. super novice, kagerou/oborro
5. no rebellion
Mayeb somebody can link me to it.
Thanks guys.
Link to comment
Share on other sites
11 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.