Package net.sf.l2j.gameserver.templates

Examples of net.sf.l2j.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);
      }
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.