Package lineage2.gameserver.model

Examples of lineage2.gameserver.model.Player.leaveParty()


    {
      Player player = member.getPlayer();
      if (player != null)
      {
        list.add(player);
        player.leaveParty();
      }
    }
    if (list.size() <= 1)
    {
      return;
View Full Code Here


    {
      player.standUp();
    }
    player.setTarget(null);
    player.setIsInOlympiadMode(true);
    player.leaveParty();
    Reflection ref = _game.getReflection();
    InstantZone instantZone = ref.getInstancedZone();
    Location tele = Location.findPointToStay(instantZone.getTeleportCoords().get(_side - 1), 50, 50, ref.getGeoIndex());
    player._stablePoint = _returnLoc;
    player.teleToLocation(tele, ref);
View Full Code Here

    {
      activeChar.sendMessage("Вы не можете �?ейча�? выйти из группы.");
    }
    else
    {
      activeChar.leaveParty();
    }
  }
}
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.