Examples of KamalokaDvC


Examples of com.l2jfrozen.gameserver.ai.custom.KamalokaDvC

      ThreadPoolManager.getInstance().scheduleAi(new KamalokaCoT(-1, "KamalokaCoT", "ai"), 2000)
    }
   
    if (Config.K2_ENABLE_KAMALOKA) {
      _log.info(" - Kamaloka - DvC");
      ThreadPoolManager.getInstance().scheduleAi(new KamalokaDvC(-1, "KamalokaDvC", "ai"), 2000)
    }
          
    if (Config.K3_ENABLE_KAMALOKA) {
      _log.info(" - Kamaloka - Gc");
      ThreadPoolManager.getInstance().scheduleAi(new KamalokaGc(-1, "KamalokaGc", "ai"), 2000)
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.