Package com.l2jfrozen.gameserver.network.serverpackets

Examples of com.l2jfrozen.gameserver.network.serverpackets.ExEnchantSkillList.addSkill()


      if (sk == null)
      {
        continue;
      }
      counts++;
      esl.addSkill(s.getId(), s.getLevel(), s.getSpCost(), s.getExp());
    }
    if (counts == 0)
    {
      player.sendPacket(new SystemMessage(SystemMessageId.THERE_IS_NO_SKILL_THAT_ENABLES_ENCHANT));
      NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
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.