Benitoz Posted April 12, 2016 Posted April 12, 2016 Hello where can set only 1 subclass when not in config file.thx
0 xAddytzu Posted April 13, 2016 Posted April 13, 2016 (edited) Hello where can set only 1 subclass when not in config file.thx 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) Edited April 13, 2016 by xAddytzu
Question
Benitoz
Hello where can set only 1 subclass when not in config file.thx
3 answers to this question
Recommended Posts