Jump to content
  • 0

Hide Quest Skills


FlosterSB

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  05/20/16
  • Last Seen:  

hi guys!

First post.

I'm "copying" a naruto-themed server, where all skills are acquired throungh quests. However, as i have to add the skills in skill_tree, the player has his skills tab full of that he will never use.
 

Currently the skill tab looks like this:

image.png.66d1cf163f61db0b853fe0de8c0e22f2.png

I Would like to put it like this:

 

image.png.d2e429ae68a6acb7d3b66603ce51b33d.png

Only show learned skills to the player, and the another skills remain hidden.

 

Thank you very much in advance!

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

try to check  data\luafiles514\lua files\skillinfo\skilltreeview.lua

add your custom job ID

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  05/20/16
  • Last Seen:  

 

Thanks for the reply, but it dont work, because i'm using knight (Job7).

This is my skilltreeview:

SKILL_TREEVIEW_FOR_JOB = {
	[JOBID.JT_NOVICE] = {
		[0] = SKID.NV_BASIC,

	},
	[JOBID.JT_SWORDMAN] = {

	},
	[JOBID.JT_MAGICIAN] = {

	},
	[JOBID.JT_ARCHER] = {

	},
	[JOBID.JT_ACOLYTE] = {

	},
	[JOBID.JT_MERCHANT] = {

	},
	[JOBID.JT_THIEF] = {

	},
	[JOBID.JT_KNIGHT] = {

	},
	[JOBID.JT_PRIEST] = {

	},
	[JOBID.JT_WIZARD] = {

	},
	[JOBID.JT_BLACKSMITH] = {

I need the player to be able to have all the skills of the game, but only the ones he already has appear.

 

All skills are by NPC like:

	if (checkquest(2020,HUNTING) == 2)
	skill 28,1,0;

 

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...