Examples of banishForeigner()


Examples of lineage2.gameserver.model.entity.residence.ClanHall.banishForeigner()

    }
    else if (command.equalsIgnoreCase("banish"))
    {
      if (player.hasPrivilege(Privilege.CH_DISMISS))
      {
        clanHall.banishForeigner();
        showChatWindow(player, "residence2/clanhall/agitafterbanish.htm");
      }
      else
      {
        showChatWindow(player, "residence2/clanhall/noAuthority.htm");
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.