Package net.sf.l2j.gameserver.model

Examples of net.sf.l2j.gameserver.model.L2PledgeSkillLearn


                int itemId = skilltree4.getInt("itemId");

                if (prevSkillId != id)
                    prevSkillId = id;

                L2PledgeSkillLearn skill = new L2PledgeSkillLearn(id, lvl, baseLvl, name, sp, itemId);

                _pledgeSkillTrees.add(skill);
            }

            skilltree4.close();
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.model.L2PledgeSkillLearn

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.