-
Posts
2,395 -
Credits
0 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Community Answers
-
xAddytzu's post in Subclass was marked as the answer
l2pcintance
public boolean addSubClass(int classId, int classIndex) { if (!_subclassLock.tryLock()) return false; if (EventManager.getInstance().players.contains(this)) return false; try { if (getTotalSubClasses() == 3 || classIndex == 0) return false; L2VillageMasterInstance
// Avoid giving player an option to add a new sub class, if they have three already. if (player.getTotalSubClasses() >= 3)