Examples of upgradeDoor()


Examples of l2p.gameserver.model.entity.residence.Castle.upgradeDoor()

      {
        player.sendPacket(Msg.YOU_DO_NOT_HAVE_ENOUGH_ADENA);
        return;
      }
      player.getClan().getWarehouse().destroyItem(57, price);
      castle.upgradeDoor(id, upgradeHp, true);
    }
    else if(actualCommand.equalsIgnoreCase("report")) // Report page
    {
      if(!isHaveRigths(player, L2Clan.CP_CS_USE_FUNCTIONS))
      {
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.