Package lineage2.gameserver.model.instances

Examples of lineage2.gameserver.model.instances.PetInstance.broadcastStatusUpdate()


    if ((pet != null) && pet.isPet() && PetDataTable.isVitaminPet(pet.getNpcId()))
    {
      PetInstance _pet = (PetInstance) pet;
      _pet.setLevel(getLevel());
      _pet.setExp(_pet.getExpForNextLevel());
      _pet.broadcastStatusUpdate();
    }
    WorldStatisticsManager.getInstance().updateStat(this, CategoryType.EXP_ADDED, addToExp);
    updateStats();
  }
 
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.