[question]where allow all class for retail sub

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

[question]where allow all class for retail sub

Post by darknessneo »

Hello, all is in the question,
i wan to allow all class for retail, or just add some class, cuz spoiler cant add retail sub for crafter, and i wanted to add that.
Whats file i need to edit?
I checked alot of them, and checked config files, i found nothing.
Thx
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: [question]where allow all class for retail sub

Post by AntV »

Afaik there is no option to enable all subclasses, mostly because currently Kamael restrictions are based on Race and not on class.
This means that a Kamael that Subs into Gladiator cannot equip Heavy Armor (although it doesn't have Guilted Body skill) and a human that subs into Trickster cannot equip a Crossbow (it still can equip a bow and change it though and use it normally until he decides to unequip it :P )
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

Re: [solved]where allow all class for retail sub

Post by darknessneo »

ok, cant add all class for sub retail, but whats about add 1 class for dwarf for ex?

Ok, found. Thx for nothing...
If someone wan to edit too, go in the core, in playerclass.java (com.l2jserver.gameserver.model.base)

Code: Select all

    private static final Set<PlayerClass> neverSubclassed = EnumSet.of(Overlord); 
i removed Warsmith after Overlord, and tadaaa...
User avatar
Ithil
Posts: 15
Joined: Tue Nov 16, 2010 4:39 pm

Re: [question]where allow all class for retail sub

Post by Ithil »

Nice, but now anyone can sub to crafer. ^^
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

Re: [question]where allow all class for retail sub

Post by darknessneo »

Ithil wrote:Nice, but now anyone can sub to crafer. ^^
yes, but its not realy a problem if ppl wan make a crafter in retail.
I added all retail elf for DE and retail DE for elf too ^^
im curious too see a DE sps =)
Post Reply