Jump to content
  • 0

Duplicate Skill


Hyoru

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  122
  • Reputation:   11
  • Joined:  01/30/12
  • Last Seen:  

Hi,

It's possible to duplicate a normal skill?

I need duplicate LK Concentration to another class, same effect but different name.

Thanks Adv.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   11
  • Joined:  01/01/12
  • Last Seen:  

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

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