Examples of ZombieGatekeepers


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

    _log.info(" - Fairy Trees");
    ThreadPoolManager.getInstance().scheduleAi(new FairyTrees(-1, "FairyTrees", "ai"), 900);
    _log.info(" - Summon Minions");
    ThreadPoolManager.getInstance().scheduleAi(new SummonMinions(-1, "SummonMinions", "ai"), 1000);
    _log.info(" - Zombie Gatekeepers");
    ThreadPoolManager.getInstance().scheduleAi(new ZombieGatekeepers(-1, "ZombieGatekeepers", "ai"), 1100);
    //_log.info(" - Ice Fairy Sirra");
    //ThreadPoolManager.getInstance().scheduleAi(new IceFairySirra(-1, "IceFairySirra", "ai"), 1200);
    _log.info(" - Golkonda");
    ThreadPoolManager.getInstance().scheduleAi(new Golkonda(-1, "Golkonda", "ai"), 1300);
    _log.info(" - Hallate");
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.