Package net.sf.l2j.gameserver.handler.itemhandlers

Examples of net.sf.l2j.gameserver.handler.itemhandlers.SoulShots


    _log.config("AutoSpawnHandler: Loaded " + _autoSpawnHandler.size() + " handlers in total.");

    _itemHandler = ItemHandler.getInstance();
    _itemHandler.registerItemHandler(new ScrollOfEscape());
    _itemHandler.registerItemHandler(new ScrollOfResurrection());
    _itemHandler.registerItemHandler(new SoulShots());
    _itemHandler.registerItemHandler(new SpiritShot());
    _itemHandler.registerItemHandler(new BlessedSpiritShot());
        _itemHandler.registerItemHandler(new BeastSoulShot());
        _itemHandler.registerItemHandler(new BeastSpiritShot());
        _itemHandler.registerItemHandler(new ChestKey());
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.handler.itemhandlers.SoulShots

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.