bauwbas Posted July 1, 2010 Posted July 1, 2010 Hallo, i want to ask how need to add few more subclass to kamael class, i want add archer and dagger cuz they using too light armor set. Thank you :)
0 xAddytzu Posted July 1, 2010 Posted July 1, 2010 gameserver.model.base PlayerClass Check getAvailableSubclasses method.
0 bauwbas Posted July 1, 2010 Author Posted July 1, 2010 Can you help xAddytzu there is a code: public final Set<PlayerClass> getAvailableSubclasses(L2PcInstance player) { Set<PlayerClass> subclasses = null; if (_level == Third) { } return subclasses; } public static final EnumSet<PlayerClass> getSet(Race race, ClassLevel level) { EnumSet<PlayerClass> allOf = EnumSet.noneOf(PlayerClass.class); for (PlayerClass playerClass : EnumSet.allOf(PlayerClass.class)) { if (race == null || playerClass.isOfRace(race)) { if (level == null || playerClass.isOfLevel(level)) { allOf.add(playerClass); } } } return allOf; }
0 Madboy Posted July 2, 2010 Posted July 2, 2010 if you are smart you can make for all class and edit armorgrp.
0 bauwbas Posted July 2, 2010 Author Posted July 2, 2010 Lazy? I know that i must edit village or playerclass, but i don't know what exactly need to edit... What point of this forum help if no1 help... Only spaming.... BTW MadBoy i don't need kamael to wear heavy so i don't need edit armorgrp.......... I asking only one simple thing (for xAddytzu or Interpid)....................
0 bauwbas Posted July 2, 2010 Author Posted July 2, 2010 You need PlayerClass? There it go http://rapidshare.com/files/404521184/PlayerClass.java.html Thank you for helping.
Question
bauwbas
Hallo, i want to ask how need to add few more subclass to kamael class, i want add archer and dagger cuz they using too light armor set. Thank you :)
8 answers to this question
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