Package com.l2jfrozen.gameserver.ai.special

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


   
    _log.info(" - Orfen");
    ThreadPoolManager.getInstance().scheduleAi(new Orfen(-1, "Orfen", "ai"), 1800);
   
    _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");
View Full Code Here

TOP

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

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.