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.
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:
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?
Share this post
Link to post
Share on other sites