Jump to content

  •  

Photo

Skills placement on the Third Tab


  • Please log in to reply
1 reply to this topic

#1 Blip

Blip

    Member

  • Members
  • PipPip
  • 11 posts

Posted 15 June 2015 - 11:52 PM

I started using first/second job skills (I even use some Quest-Skills to make a Tree), and everything worked pretty well.

 

Posted Image

 

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:

 

Posted Image

 

Posted Image

 

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 Blip, 15 June 2015 - 11:53 PM.


#2 Blip

Blip

    Member

  • Members
  • PipPip
  • 11 posts

Posted 02 August 2015 - 10:52 PM

Bump






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 24 user(s)