Examples of LureTemplate


Examples of lineage2.gameserver.templates.item.support.LureTemplate

        {
          Element chanceElement = elementIterator.next();
          chances.put(FishGroup.valueOf(chanceElement.attributeValue("type")), Integer.parseInt(chanceElement.attributeValue("value")));
        }
        map.put("chances", chances);
        getHolder().addLure(new LureTemplate(map));
      }
      else if ("distribution".equals(e.getName()))
      {
        int id = Integer.parseInt(e.attributeValue("id"));
        for (Iterator<Element> forLureIterator = e.elementIterator(); forLureIterator.hasNext();)
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.