Examples of ConditionCastleDark


Examples of lineage2.gameserver.stats.conditions.ConditionCastleDark

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