Examples of chargeSoulShot()


Examples of l2p.gameserver.model.L2Summon.chargeSoulShot()

        if(item.getCount() < consumption)
        {
          player.sendPacket(Msg.YOU_DONT_HAVE_ENOUGH_SOULSHOTS_NEEDED_FOR_A_PET_SERVITOR);
          return;
        }
        pet.chargeSoulShot();
        skillid = 2033;
        break;
      case 6646:
      case 20333:
        if(pet.getChargedSpiritShot() > 0)
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.