Good night, I'm working on creating a new skill for a class ninja.
do all the procedures, but when it comes to distributing the points it just doesn't open.
follows as settings if anyone can help me I will be grateful. (I'm a layman in creating new skills).
points are distributed but not saved
----Skill_tree.conf
NJ_SENBON:{
MaxLevel: 1
NJ_KUNAI: 1
}
---skilltreeview.lub
[38] = SKID.KO_BAKURETSU,
[40] = SKID.NJ_SENBON
---skilltreeview_web.lub
[38] = SKID.KO_BAKURETSU,
[40] = SKID.NJ_SENBON
---skillinfolist.lub
[SKID.NJ_SENBON] = {
"NJ_SENBON",
SkillName = "Senbon",
MaxLv = 1,
SpAmount = { 2 },
bSeperateLv = true,
AttackRange = { 9 },
_NeedSkillList = {
{ SKID.NJ_KUNAI, 1 }
}
},
----skill_id.lub
NJ_SENBON = 8443
----skill_db.conf
{
Id: 8443
Name: "NJ_SENBON"
Description: "Senbon"
MaxLevel: 1
Range: 9
Hit: "BDT_MULTIHIT"
NumberOfHits: {
Lv1: 2
}
SkillType: {
Enemy: true
}
AttackType: "Weapon"
Element: "Ele_Weapon"
DamageType: {
IgnoreFlee: true
}
Requirements: {
SPCost: 2
}
},