Examples of ExPutItemResultForVariationCancel


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

Examples of lineage2.gameserver.network.serverpackets.ExPutItemResultForVariationCancel

    if (!item.isAugmented())
    {
      activeChar.sendPacket(Msg.AUGMENTATION_REMOVAL_CAN_ONLY_BE_DONE_ON_AN_AUGMENTED_ITEM);
      return;
    }
    activeChar.sendPacket(new ExPutItemResultForVariationCancel(item));
  }
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.