Package l2p.gameserver.serverpackets

Examples of l2p.gameserver.serverpackets.ExPutItemResultForVariationCancel


    if(!item.isAugmented())
    {
      activeChar.sendPacket(Msg.AUGMENTATION_REMOVAL_CAN_ONLY_BE_DONE_ON_AN_AUGMENTED_ITEM);
      return;
    }
    activeChar.sendPacket(new ExPutItemResultForVariationCancel(_itemId, RequestRefineCancel.getRemovalPrice(item.getItem())));
  }
View Full Code Here

TOP

Related Classes of l2p.gameserver.serverpackets.ExPutItemResultForVariationCancel

Copyright © 2018 www.massapicom. 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.