Package l2p.gameserver.model

Examples of l2p.gameserver.model.AutoSpawnHandler$AutoDespawner


        MonsterRace.getInstance();
        StaticObjectsTable.getInstance();
        SevenSigns _sevenSignsEngine = SevenSigns.getInstance();
        SevenSignsFestival.getInstance();
        _sevenSignsEngine.updateFestivalScore();
        AutoSpawnHandler _autoSpawnHandler = AutoSpawnHandler.getInstance();
        _log.info("AutoSpawnHandler: Loaded " + _autoSpawnHandler.size() + " handlers in total.");
        AutoChatHandler _autoChatHandler = AutoChatHandler.getInstance();
        _log.info("AutoChatHandler: Loaded " + _autoChatHandler.size() + " handlers in total.");
        _sevenSignsEngine.spawnSevenSignsNPC();
        if (Config.ENABLE_OLYMPIAD) {
            Olympiad.load();
View Full Code Here

TOP

Related Classes of l2p.gameserver.model.AutoSpawnHandler$AutoDespawner

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.