Examples of LvlUpData


Examples of lineage2.gameserver.templates.player.LvlUpData

                    {
                      int lvl = Integer.parseInt(e3.attributeValue("lvl"));
                      double hp = Double.parseDouble(e3.attributeValue("hp"));
                      double mp = Double.parseDouble(e3.attributeValue("mp"));
                      double cp = Double.parseDouble(e3.attributeValue("cp"));
                      lvl_up_data.put(lvl, new LvlUpData(hp, mp, cp));
                    }
                  }
                }
              }
            }
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.