Jump to content
  • 0

Grade Penalty


Question

Posted

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

4 answers to this question

Recommended Posts

  • 0
Posted

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="239" lvl="4" sp="0" minLvl="61" />
<skill id="239" lvl="5" sp="0" minLvl="76" />
 
but is not working i will have 1 lvl in passive skills i have Expertise B but when i equip d c or b grade weapon or armor i have grade penalty
  • 0
Posted

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
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..