Package com.l2jfrozen.gameserver.templates

Examples of com.l2jfrozen.gameserver.templates.L2PcTemplate.addItem()


        //5items must go here
        for(int x = 1; x < 6; x++)
        {
          if(rset.getInt("items" + x) != 0)
          {
            ct.addItem(rset.getInt("items" + x));
          }
        }
        _templates.put(ct.classId.getId(), ct);

        set = null;
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.