Adding +30 Skills To a Class

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Jcof1988
Posts: 19
Joined: Tue Aug 07, 2012 1:52 am

Adding +30 Skills To a Class

Post by Jcof1988 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5565m:
L2JDP Revision 9070:

So i am trying to add +30 Skill to a class i am adding dark panther to eva templer wheres what i got so far in classSkillTree.xml

<!-- Eva's Templar -->
<skillTree type="classSkillTree" classId="99" parentClassId="20">

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="1" getLevel="40" levelUpSp="30000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="2" getLevel="49" levelUpSp="70000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="3" getLevel="58" levelUpSp="141000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="4" getLevel="62" levelUpSp="250000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="5" getLevel="66" levelUpSp="440000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="6" getLevel="70" levelUpSp="520000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="7" getLevel="74" levelUpSp="1630000" learnedByNpc="true" />

<skill skillName="Summon Dark Panther" skillId="283" skillLvl="130" getLevel="75" levelUpSp="1630000" learnedByNpc="true" />


It works great i get the panther lvl 7, But i cant get the Skill 283 = Panther at level 130 = +30 Power
So what am i doing wrong here?? Thanks again
Post Reply