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; }
L2Fuss Posted September 29, 2024 Author Posted September 29, 2024 also edit the below in VillageMaster.java if (player.getSubClasses().size() >= 3) allowAddition = false;
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now