Examples of updatePledgeClass()


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

          Clan clan = ClanTable.getInstance().createClan(target, pledgeName);
          if (clan != null)
          {
            target.sendPacket(clan.listAll());
            target.sendPacket(new PledgeShowInfoUpdate(clan), Msg.CLAN_HAS_BEEN_CREATED);
            target.updatePledgeClass();
            target.sendUserInfo();
            return true;
          }
          activeChar.sendPacket(Msg.THIS_NAME_ALREADY_EXISTS);
          return false;
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.