Hi all,
When I enter the game, the AutoLearnSkills option is turned off, so I don't get any skills, everything works great. When I add or change a subclass, e.g. to Necro, I automatically get all skills up to level 40. How to turn it off? I would like to be able to buy skills on each sub from zero.
It would be nice to get help.
Best regards.
ok found it. In L2PcInstance.java need to change:
private static final int[] EXPERTISE_LEVELS =
{
0, // NONE
1, // D
1, // C
1, // B
61, // A
76, // S
};
Thank u anyway. Lock it
i think i change it already. Look there is Grade Penalty skill i think i can not change here nothing: <skill id="4267" levels="1" name="Grade Penalty"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="DEBUFF" /> <set name="operateType" val="OP_PASSIVE" /> <set name="stayAfterDeath" val="true" /> </skill>
then in xml folder in classes for example human_fighter.xml
<skill id="239" lvl="1" sp="0" minLvl="1" />
<skill id="239" lvl="2" sp="0" minLvl="1" />
<skill id="239" lvl="3" sp="0" minLvl="1" />
<skill id="23
Hi. How i can make Grade Penalty:
1-60 d,c,b grade
61 a grade
76 s grade
l2jacis i will edit xml classes and delete Expertise d and c grade then edit b grade from lvl 1. but is not working i will equip in game b grade weapon and i have grade penalty.
Thank u