Package l2p.extensions.scripts

Examples of l2p.extensions.scripts.Events


        ArmorSetsTable _armorSetsTable = ArmorSetsTable.getInstance();
        if (!_armorSetsTable.isInitialized()) {
            _log.severe("Could not find the ArmorSets files. Please Check Your Data.");
            throw new Exception("Could not initialize the armorSets table");
        }
        events = new Events();
        TradeController.getInstance();
        RecipeController.getInstance();
        SkillTreeTable.getInstance();
        SkillSpellbookTable.getInstance();
        CharTemplateTable.getInstance();
View Full Code Here

TOP

Related Classes of l2p.extensions.scripts.Events

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.