Package com.l2jfrozen.gameserver.ai.special

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


    ThreadPoolManager.getInstance().scheduleAi(new VarkaKetraAlly(-1, "Varka Ketra Ally", "ai"), 1600);
    _log.info(" - Barakiel");
    ThreadPoolManager.getInstance().scheduleAi(new Barakiel(-1, "Barakiel", "ai"), 1700);
   
    _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");
View Full Code Here

TOP

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

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.