Jump to content
  • 0

Duplicate Skill


Question

1 answer to this question

Recommended Posts

Posted

I'm pretty sure giving it another name would be difficult you would probably have to duplicate the skill in the source .

Each skill get's it's name from skillnametable.txt

Such as:

// Lord_Knight Skills \\
LK_AURABLADE#Aura_Blade#
LK_BERSERK#Berserk#
LK_CONCENTRATION#Concentration#

Changing that would change the name of the entire skill so it change it for LK as well.

So I guess the only way would to too make a duplicate then make a entire new skill via rA's source.

With a different ID and such then add another line in skillnametable.txt

But you can give concentration to another class easily:

JOB_ID_HERE,357,5,4,5,55,5,63,1,0,0,0,0 //LK_CONCENTRATION#Concentration#

under another job in skill_tree

For example let's give Concentration to High Priests.

//HighPriest
4009,357,5,4,5,55,5,63,1,0,0,0,0 //LK_CONCENTRATION#Concentration#
4009,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill#
...
...
...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...