Examples of ExAttributeEnchantResult


Examples of lineage2.gameserver.network.serverpackets.ExAttributeEnchantResult

      {
        activeChar.getInventory().equipItem(itemToEnchant);
        activeChar.getInventory().isRefresh = false;
      }
      activeChar.sendPacket(new InventoryUpdate().addModifiedItem(itemToEnchant));
      activeChar.sendPacket(new ExAttributeEnchantResult(value));
    }
    else
    {
      activeChar.sendPacket(Msg.YOU_HAVE_FAILED_TO_ADD_ELEMENTAL_POWER);
    }
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.