Jump to content
  • 0

Adding +30 Skills To a Class


Question

Posted

Hi its me again lol 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

9 answers to this question

Recommended Posts

  • 0
Posted

Hi its me again lol 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

  • 0
Posted

I figured it out, i had to edit skill 00200-00299.xml

<table name="#npcIds"> 14799 14800 14801 14802 14803 14804 14835</table>

 

I replace 14805 with 14835, 14805 is lvl 7 panther, 14835 is +30 Power

  • 0
Posted

I figured it out, i had to edit skill 00200-00299.xml

<table name="#npcIds"> 14799 14800 14801 14802 14803 14804 14835</table>

 

I replace 14805 with 14835, 14805 is lvl 7 panther, 14835 is +30 Power

But if you enchant panther to +1 it will return to normal stats.

 

You have to change this one too:

		<table name="#enchantNpcIds"> 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 </table>

 

  • 0
Posted

But if you enchant panther to +1 it will return to normal stats.

 

You have to change this one too:

		<table name="#enchantNpcIds"> 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 </table>

 

I changed it to where you cant enchanct the panther, Hes skill level is 7, his level is 85 with good stats :D

Guest
This topic is now closed to further replies.


×
×
  • Create New...