Examples of ExRegistPartySubstitute


Examples of lineage2.gameserver.network.serverpackets.ExRegistPartySubstitute

      Player p = e.getKey();

      if (e.getValue() > 4)
      {
        PartySubstitute.getInstance().removePlayerReplace(p);
        p.getParty().getPartyLeader().sendPacket(new ExRegistPartySubstitute(p.getObjectId(), ExRegistPartySubstitute.REGISTER_TIMEOUT));
        continue;
      }

      for (Player pp : _wPartys)
      {
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExRegistPartySubstitute

    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.