Examples of ExGetCrystalizingEstimation


Examples of lineage2.gameserver.network.serverpackets.ExGetCrystalizingEstimation

    temp.add(new CrystallizationItem(crystalId, crystalAmount, 100.0D));
    if (((item.getTemplate().getItemGrade() == Grade.R) || (item.getTemplate().getItemGrade() == Grade.R95) || (item.getTemplate().getItemGrade() == Grade.R99)) && (CrystallizationManager.isItemExistInTable(item)))
    {
      temp.addAll(CrystallizationManager.getProductsForItem(item));
    }
    player.sendPacket(new ExGetCrystalizingEstimation(temp));
  }
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.