Examples of killedSiegeBoss()


Examples of l2p.gameserver.model.entity.siege.clanhall.ClanHallSiege.killedSiegeBoss()

  public void doDie(L2Character killer)
  {
    ClanHallSiege siege = ClanHallSiegeManager.getSiege(this);
    if(siege != null)
    {
      siege.killedSiegeBoss(this);
    }
    deleteMe();
  }

  public L2Clan getWinner()
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.