Hey! It's been years since I tried this, just redownloaded everything for the nostalgia but I'm having the "mismatch" problem.
You were right, I used another system, not the one from the post! My bad!
Now I can't find the system that works with AuthGateD 🤣
I see you have found it and uploaded it but the link you provided no longer works. If you are still around, can you please reupload? Thank you!
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