Examples of SummonMinions


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

    _log.info(" - Transform");
    ThreadPoolManager.getInstance().scheduleAi(new Transform(-1, "transform", "ai"), 800);
    _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");
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.