Jump to content
  • 0

Adding +30 Skills To a Class


lowrider88

Question

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

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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>

 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock