Examples of Frintezza_l2j


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

   
    _log.info(" - Zaken");
    ThreadPoolManager.getInstance().scheduleAi(new Zaken(-1, "Zaken", "ai"), 1900);
   
    _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) {
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.