Jump to content
  • 0

Editing client side skill trees


eaglefalcon

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

We are in the middle of a project for our server that brings our custom skill trees to the renewal format. The problem we have run into is that no matter what we do, all of the 3rd class skills stay on their own tab even after editing the job inherit tree. I am not sure if there is any way to stop this from happening.

Shameless self bump. Any ideas at all? Our developer team is fresh out of them.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

renewal uses lua to alter the skilltree you will have to edit skilltreeview.lua

[JOBID.JT_NOVICE] = {
[0] = SKID.NV_BASIC,
[7] = SKID.NV_FIRSTAID,
[14] = SKID.NV_TRICKDEAD
},

where as JT_NOVICE is the job

0,7,14 are the location (the squares in skilltree)

and SKID..... are skills

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

yea, we already edited the skilltreeview.lua file to match our planned out skill trees. The problem lies in the 3rd class skills that we are rearranging. Those skills are staying on their own '3rd class' tab even when the class is not a 3rd class.

For example, our priest plans on getting highness heal at 2nd class instead of 3rd class but it stays on the 3rd class tab and cannot be clicked on at all.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

For example, our priest plans on getting highness heal at 2nd class instead of 3rd class but it stays on the 3rd class tab and cannot be clicked on at all.

Did you edit it server side yet that adds that skill into the tree of a Priest?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

yea, server side is already setup.

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