Jump to content
  • 0

Third Job Skills are always on the Third Tab


DeusEx

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/16/15
  • Last Seen:  

It seems there is no useful info about this, and im fearing than this might be hard-coded.

 

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

 

584acd9c3c.png

 

Until... i tried to do the same with Third-Job skills.

 

This is what i did on my client, after starting over again:

 

 

\lua files\skillinfoz\skilltreeview.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 files\skillinfo\skilltreeview.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 files\skillinfoz\skillinfolist.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
		},
	},
},

And the results are:

 

490efc3467.png

 

1b043e0c9b.png

 

You can see than the leveling up works as intended (Server-side seems to works fine), 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? 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Dont forget if you are editing the skill make sure you edit  the skill_db.txt and all related files then recompiling and restart your server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/16/15
  • Last Seen:  

Dont forget if you are editing the skill make sure you edit  the skill_db.txt and all related files then recompiling and restart your server.

 

The skill is untouched; Im just moving the skill to another skilltree. I did recompile/restarted the server in my desperation, but it did nothing. Im pretty sure this is Client-Side related; the skills works like it should and can be level up like any other skill (If you meet the reqs), but it shows on the Third-Tab, even when you have it as a Novice.

 

Any other skill appears where it should, except the Thirdsjob skills. Special mention to the Oboro/Kageru, since their skills appear on the second tab.

 

Nobody knows how to fix this? Or maybe where i could find a solution, somewhere to search.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

 

Dont forget if you are editing the skill make sure you edit  the skill_db.txt and all related files then recompiling and restart your server.

 

The skill is untouched; Im just moving the skill to another skilltree. I did recompile/restarted the server in my desperation, but it did nothing. Im pretty sure this is Client-Side related; the skills works like it should and can be level up like any other skill (If you meet the reqs), but it shows on the Third-Tab, even when you have it as a Novice.

 

Any other skill appears where it should, except the Thirdsjob skills. Special mention to the Oboro/Kageru, since their skills appear on the second tab.

 

Nobody knows how to fix this? Or maybe where i could find a solution, somewhere to search.

 

 

 

I guess its yours luafiles  :meow:

What client date are you using?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/16/15
  • Last Seen:  

 

 

Dont forget if you are editing the skill make sure you edit  the skill_db.txt and all related files then recompiling and restart your server.

 

The skill is untouched; Im just moving the skill to another skilltree. I did recompile/restarted the server in my desperation, but it did nothing. Im pretty sure this is Client-Side related; the skills works like it should and can be level up like any other skill (If you meet the reqs), but it shows on the Third-Tab, even when you have it as a Novice.

 

Any other skill appears where it should, except the Thirdsjob skills. Special mention to the Oboro/Kageru, since their skills appear on the second tab.

 

Nobody knows how to fix this? Or maybe where i could find a solution, somewhere to search.

 

 

 

I guess its yours luafiles  :meow:

What client date are you using?

 

 

You mean the Ragexe? Im using 2014/02/05

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...