Package lineage2.gameserver.model

Examples of lineage2.gameserver.model.Party.containsMember()


    if (!p.isLeader(player))
      return;

    Player chp = GameObjectsStorage.getPlayer(_changeCharId);

    if (!p.containsMember(chp))
      return;

    PartySubstitute.getInstance().addPlayerToReplace(chp);

    player.sendPacket(new ExRegistPartySubstitute(_changeCharId, ExRegistPartySubstitute.REGISTER_OK));
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.