{
packets.add(new ExGetOnAirShip(activeChar, (L2AirShip) activeChar.getVehicle(), activeChar.getInVehiclePosition()));
}
else
{
packets.add(new GetOnVehicle(activeChar, (L2Ship) activeChar.getVehicle(), activeChar.getInVehiclePosition()));
}
}
if(activeChar.isMoving || activeChar.isFollow)
{
packets.add(new CharMoveToLocation(activeChar));