Examples of ConditionCastleLightClanLeader


Examples of lineage2.gameserver.stats.conditions.ConditionCastleLightClanLeader

      {
        cond = joinAnd(cond, new ConditionCastleLight());
      }
      else if (name.equalsIgnoreCase("castleLightClanLeader"))
      {
        cond = joinAnd(cond, new ConditionCastleLightClanLeader());
      }
      else if (name.equalsIgnoreCase("castleDark"))
      {
        cond = joinAnd(cond, new ConditionCastleDark());
      }
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.