Cronia Posted February 10, 2014 Posted February 10, 2014 Go to Eclipse Found this : com.l2jfrozen.gameserver.model.actor.instance.L2VillageMasterInstance.java Found : - final PlayerRace npcRace = getVillageMasterRace(); - final ClassType npcTeachType = getVillageMasterTeachType(); + getVillageMasterRace(); + getVillageMasterTeachType(); Next Remove That : -if(npcRace == PlayerRace.Human || npcRace == PlayerRace.LightElf) - { - // If the master is human or light elf, ensure that fighter-type - // masters only teach fighter classes, and priest-type masters - // only teach priest classes etc. - if(!availSub.isOfType(npcTeachType)) - { - availSubs.remove(availSub); - } - else if(!availSub.isOfRace(PlayerRace.Human) && !availSub.isOfRace(PlayerRace.LightElf)) - { - availSubs.remove(availSub); - } - } - else - { - // If the master is not human and not light elf, - // then remove any classes not of the same race as the master. - if(npcRace != PlayerRace.Human && npcRace != PlayerRace.LightElf && !availSub.isOfRace(npcRace)) - { - availSubs.remove(availSub); - } - } If Now Would You like to Inside Dominator For All Characters go to : com.l2jfrozen.model.base.PlayerClass.java And Delete this : - - private static final Set<PlayerClass> neverSubclassed = EnumSet.of(Overlord, Warsmith); this : - subclasses.removeAll(neverSubclassed); - And this : - - subclasses.removeAll(neverSubclassed); Poio analitika den ginete...!!
elias0204 Posted July 1, 2020 Posted July 1, 2020 On 10/2/2014 at 0:41, Cronia said: com.l2jfrozen.gameserver.model.actor.instance.L2VillageMasterInstance.java
xRelic Posted December 21, 2021 Posted December 21, 2021 26 minutes ago, Kusaty said: its work?? Yes 1
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