Remove skills from classe

Alayne

New member
Messages
345
Points
0
Hi guys,

I don't really know if that's the right place to ask about it but, I'd like to remove the Class 1 skills from 3rd classes skill tree.

For instance, I'd like the Rune Knight to NOT have the skills from Knight.

How can I do that?

I've tried to modify the skills from skill_tree.conf for this:

Rune_Knight: {
inherit: ( "Swordman" );
 
skills: {
RK_ENCHANTBLADE: {
MaxLevel: 5
RK_RUNEMASTERY: 2
}
RK_SONICWAVE: {
MaxLevel: 5
RK_ENCHANTBLADE: 3
}
RK_DEATHBOUND: {
MaxLevel: 10
RK_ENCHANTBLADE: 2
}
RK_HUNDREDSPEAR: {
MaxLevel: 10
RK_PHANTOMTHRUST: 3
}
RK_WINDCUTTER: {
MaxLevel: 5
RK_ENCHANTBLADE: 5
}
RK_IGNITIONBREAK: {
MaxLevel: 5
RK_SONICWAVE: 2
RK_DEATHBOUND: 5
RK_WINDCUTTER: 3
}
RK_DRAGONTRAINING: {
MaxLevel: 5
}
RK_DRAGONBREATH: {
MaxLevel: 10
RK_DRAGONTRAINING: 2
}
RK_DRAGONHOWLING: {
MaxLevel: 5
RK_DRAGONTRAINING: 2
}
RK_RUNEMASTERY: 10
RK_PHANTOMTHRUST: {
MaxLevel: 5
}
}
}
But the skills still are available in the skill window...

I know how to remove one skill from a skill tree classes (for instance, I've removed Full Throtle from RK class by modifying skilltreeview.lua), but I don't how to remove a complete "class" tree from another one.

Is that even possible? Any idea?

 
try to edit the jobinheritclass also under skillinfoz,, if you remove inherit from a job,, skills for that job will now show,, 

 
Hello,

perfect, that's what I was looking for.

It doesn't work as I wanted, thought, cause the skills windows mixed together, but thanks anyway ^^

 
Back
Top