L2Fuss Posted September 18, 2024 Posted September 18, 2024 Hey there, In case you need to increase the max amount of subclasses per character: Look for the below code in VillageMaster.java and change 3 to 5 (or whatever) if (player.getSubClasses().size() >= 3) { html.setFile("data/html/villagemaster/SubClass_Fail.htm"); break; } Quote
L2Fuss Posted September 29, 2024 Author Posted September 29, 2024 also edit the below in VillageMaster.java if (player.getSubClasses().size() >= 3) allowAddition = false; Quote
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.
Note: Your post will require moderator approval before it will be visible.