Examples of refreshMasteryWeapPenality()


Examples of com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.refreshMasteryWeapPenality()

      L2Item it = item.getItem();
      if(it instanceof L2Weapon)
      {         
        // Check for Penality
        player.refreshExpertisePenalty();
        player.refreshMasteryWeapPenality();
        // If player get penality he will not recive SA bonus like retail
        if (player.getExpertisePenalty() == 0)
                { 
          // Passive skills from Weapon (SA)
                    passiveSkill = ((L2Weapon) it).getSkill();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.