Package com.l2jfrozen.gameserver.ai.special

Examples of com.l2jfrozen.gameserver.ai.special.Valakas


   
    _log.info(" - Frintezza");
    ThreadPoolManager.getInstance().scheduleAi(new Frintezza_l2j(-1, "Frintezza", "ai"), 2000);
   
    _log.info(" - Valakas");
    ThreadPoolManager.getInstance().scheduleAi(new Valakas(-1, "valakas", "ai"), 2100);
   
    if (Config.K1_ENABLE_KAMALOKA) {
      _log.info(" - Kamaloka - CoT");
      ThreadPoolManager.getInstance().scheduleAi(new KamalokaCoT(-1, "KamalokaCoT", "ai"), 2000)
    }
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.ai.special.Valakas

Copyright © 2018 www.massapicom. 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.