- 0
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..
Question
Akken
I still get mastery penalty even with this
if (!_bow_mastery && !_blunt_mastery && !_dagger_mastery && !_fist_mastery && !_dual_mastery && !_pole_mastery && !_sword_mastery && !_2hands_mastery) { // not completed 1st class transfer or not acquired yet the mastery skills newMasteryPenalty = 0; } else { for (L2ItemInstance item : getInventory().getItems()) { if (item != null && item.isEquipped() && item.getItem() instanceof L2Weapon && !isCursedWeaponEquiped()) { // No penality for cupid's bow +if (item.isCupidBow() || item.getItemId() == 10010 || item.getItemId() == 10011) continue;Edited by Akken13 answers to this question
Recommended Posts