Page 1 of 1

Clan Armors not dressable for none-clan-characters anymore

Posted: Sun May 10, 2009 1:34 pm
by Cresceus
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 2944
L2JDP Revision Number: 5991


Hello,

some revisions ago the clan armors (apella etc.) were able to be dressed by characters who are not in a clan.

You was able to enable and disable this in the Character.properties.

In the latest build this option is disappered.

May someone tell me the reason for that and maybe whether it can be setted that players who are not in a clan can dress with Clan Armor?

I used search, but i didn't find a suitable topic for this problem. Hope i didn't overlook something.

Regards

Re: Clan Armors not dressable for none-clan-characters anymore

Posted: Sun May 10, 2009 1:47 pm
by janiii
in data/stats/armor is the item restriction defined like

Code: Select all

<cond msgId="1518">    <player pledgeClass="1"/>  </cond>
search for the term "pledgeClass" and you will find all the armor that needs a clan. just remove the code of the condition to remove also the restriction. e.g. in data/stats/armor/7800-7899.xml is apella and oath armor defined.

Re: Clan Armors not dressable for none-clan-characters anymore

Posted: Sun May 10, 2009 2:03 pm
by Cresceus
Thank you very much, janiii!