Examples of killedCommander()


Examples of l2p.gameserver.model.entity.siege.fortress.FortressSiege.killedCommander()

  public void doDie(L2Character killer)
  {
    FortressSiege siege = FortressSiegeManager.getSiege(this);
    if(siege != null)
    {
      siege.killedCommander(this);
      if(siege.getSiegeUnit().getType() == ResidenceType.Fortress && killer.isPlayable())
      {
        L2Character topdam = getTopDamager(getAggroList());
        if(topdam == null)
        {
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.