Examples of doorAction()


Examples of lineage2.gameserver.model.entity.events.impl.FortressSiegeEvent.doorAction()

    if (cond == COND_CAN_OPEN)
    {
      if (player.consumeItem(ITEM_ID, 1))
      {
        FortressSiegeEvent event = getEvent(FortressSiegeEvent.class);
        event.doorAction(FortressSiegeEvent.MACHINE_DOORS, true);
        event.spawnAction(FortressSiegeEvent.OUT_POWER_UNITS, false);
      }
      else
      {
        showChatWindow(player, "residence2/fortress/fortress_controller002.htm");
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.