Blip 0 Posted June 15, 2015 (edited) I started using first/second job skills (I even use some Quest-Skills to make a Tree), and everything worked pretty well. Until... i tried to do the same with Third-Job skills. This is what i did on my client, after starting over again: lua filesskillinfozskilltreeview.lub [JOBID.JT_NOVICE] = { [0] = SKID.NV_BASIC, [7] = SKID.NV_FIRSTAID, [14] = SKID.NV_TRICKDEAD [15] = SKID.LG_EXEEDBREAK, [22] = SKID.RK_IGNITIONBREAK, }, lua filesskillinfoskilltreeview.lub [0] = { {"NV_BASIC", 1; Pos = 0, MaxLv = 9, NeedSkillList = {}}, {"NV_FIRSTAID", 142; Pos = 7, MaxLv = 1, NeedSkillList = {}}, {"NV_TRICKDEAD", 143; Pos = 14, MaxLv = 1, NeedSkillList = {}} {"LG_EXEEDBREAK", 2316; Pos = 15, MaxLv = 5, NeedSkillList = {}}, {"RK_IGNITIONBREAK", 2006; Pos = 22, MaxLv = 5, NeedSkillList = {15}}}, lua filesskillinfozskillinfolist.lub (Deleting the requirements) [SKID.LG_EXEEDBREAK] ={ "LG_EXEEDBREAK", SkillName = "Exceed Break", MaxLv = 5, SpAmount = { 20, 32, 44, 56, 68, }, bSeperateLv = true, AttackRange = { 1, 1, 1, 1, 1, },}, & (Adding new requirements) [SKID.RK_IGNITIONBREAK] ={ "RK_IGNITIONBREAK", SkillName = "Ignition Break", MaxLv = 5, SpAmount = { 35, 40, 45, 50, 55, }, bSeperateLv = true, AttackRange = { 1, 1, 1, 1, 1, }, _NeedSkillList = { { SKID.LG_EXEEDBREAK, 5 }, },}, Server changes (I dont think there is a problem here but im sure someone is going to ask for it): dbreskill_tree.conf Novice: { skills: { NV_BASIC: 9 NV_FIRSTAID: 1 NV_TRICKDEAD: 1 WE_BABY: 1 WE_CALLPARENT: 1 WE_CALLBABY: 1 ALL_INCCARRY: 1 LG_EXEEDBREAK: 5 RK_IGNITIONBREAK: { MaxLevel: 5 LG_EXEEDBREAK: 5 } }} And the results are: You can see than the leveling up works as intended, but the skills are in the Third Tab. This only happens when using Third-Job related skills. Also, i cant click on the Third Tab. I have to switch to a ThirdJob, clicking on the Third Tab and going back to Novice to see the tab. Anyone knows how to make them appear on the First/Second tab? Edited June 15, 2015 by Blip Quote Share this post Link to post Share on other sites
I started using first/second job skills (I even use some Quest-Skills to make a Tree), and everything worked pretty well.
Until... i tried to do the same with Third-Job skills.
This is what i did on my client, after starting over again:
lua filesskillinfozskilltreeview.lub
lua filesskillinfoskilltreeview.lub
lua filesskillinfozskillinfolist.lub (Deleting the requirements)
& (Adding new requirements)
Server changes (I dont think there is a problem here but im sure someone is going to ask for it):
dbreskill_tree.conf
And the results are:
You can see than the leveling up works as intended, but the skills are in the Third Tab. This only happens when using Third-Job related skills.
Also, i cant click on the Third Tab. I have to switch to a ThirdJob, clicking on the Third Tab and going back to Novice to see the tab.
Anyone knows how to make them appear on the First/Second tab?
Edited by BlipShare this post
Link to post
Share on other sites