Package l2p.gameserver.model.L2Multisell

Examples of l2p.gameserver.model.L2Multisell.MultiSellListContainer


    String[] SELLPETS = Config.SERVICES_SELLPETS.split(";");
    if(SELLPETS.length == 0)
    {
      return;
    }
    list = new MultiSellListContainer();
    list.setNoTax(true);
    list.setShowAll(true);
    list.setKeepEnchant(false);
    list.setNoKey(true);
    int entId = 1;
View Full Code Here

TOP

Related Classes of l2p.gameserver.model.L2Multisell.MultiSellListContainer

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.