Examples of ExAirShipTeleportList


Examples of l2p.gameserver.serverpackets.ExAirShipTeleportList

    if(!airship.isDocked() || airship.getDriver() == null || airship.getDriver() != activeChar)
    {
      return;
    }
    // Открываем миникарту с выбором конечной точки
    activeChar.sendPacket(new ExAirShipTeleportList(airship));
  }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExAirShipTeleportList

            }
            break;
          case 69:
            if (activeChar.isClanAirShipDriver() && activeChar.getBoat().isDocked())
            {
              activeChar.sendPacket(new ExAirShipTeleportList((ClanAirShip) activeChar.getBoat()));
            }
            break;
          case 70:
            if (activeChar.isInBoat() && activeChar.getBoat().isAirShip() && activeChar.getBoat().isDocked())
            {
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.