RN1986 Posted May 29, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted May 29, 2012 how to disable 3rd job? Quote Link to comment Share on other sites More sharing options...
Magnetix Posted May 29, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted May 29, 2012 (edited) short way, remove 3rd class job change quests and remove ability to change job to 3rd class from job masters. EDIT It will take time to completely remove 3rd classes from rAthena's source. First disable 3rd class job change quests. look into npc folder and open scripts_jobs.conf find this line // -- 3-1 npc: npc/jobs/3-1/archbishop.txt npc: npc/jobs/3-1/mechanic.txt npc: npc/jobs/3-1/ranger.txt npc: npc/jobs/3-1/rune_knight.txt npc: npc/jobs/3-1/warlock.txt //npc: npc/jobs/3-1/guillotine.txt // -- 3-2 npc: npc/jobs/3-2/minstrel.txt npc: npc/jobs/3-2/wanderer.txt npc: npc/jobs/3-2/royal_guard.txt npc: npc/jobs/3-2/sorcerer.txt npc: npc/jobs/3-2/sura.txt //npc: npc/jobs/3-2/shadowchaser.txt npc: npc/jobs/3-2/genetic.txt replace them with // -- 3-1 //npc: npc/jobs/3-1/archbishop.txt //npc: npc/jobs/3-1/mechanic.txt //npc: npc/jobs/3-1/ranger.txt //npc: npc/jobs/3-1/rune_knight.txt //npc: npc/jobs/3-1/warlock.txt //npc: npc/jobs/3-1/guillotine.txt // -- 3-2 //npc: npc/jobs/3-2/minstrel.txt //npc: npc/jobs/3-2/wanderer.txt //npc: npc/jobs/3-2/royal_guard.txt //npc: npc/jobs/3-2/sorcerer.txt //npc: npc/jobs/3-2/sura.txt //npc: npc/jobs/3-2/shadowchaser.txt //npc: npc/jobs/3-2/genetic.txt if you're using a custom job changer npc, make sure to disable changing to 3rd class or you can use eAthena's custom job changer so your players will be limited to trans class job change. hope this will help. Edited May 29, 2012 by Magnetix Quote Link to comment Share on other sites More sharing options...
RN1986 Posted May 31, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted May 31, 2012 Magnetix thank you problem solve Quote Link to comment Share on other sites More sharing options...
Question
RN1986
how to disable 3rd job?
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.