I did try to find solutions, but there was nothing whatsoever
Code:
[filemask="skilltree.bin"]
struct SkillTrees
{
child SkillTree [count=740];
}
struct SkillTree[preload=1, tableview=1]
{
i8 dwClass;
u16 dwSkillIdx;
u16 dwParentSkillIdx;
i8 nPoint;
i8 nReqPoint;
}






