Hyoru Posted August 10, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: Yesterday at 12:20 PM Share Posted August 10, 2012 Hi, It's possible to duplicate a normal skill? I need duplicate LK Concentration to another class, same effect but different name. Thanks Adv. Quote Link to comment Share on other sites More sharing options...
Ehcloprom Posted August 10, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 82 Reputation: 11 Joined: 01/01/12 Last Seen: December 29, 2018 Share Posted August 10, 2012 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# ... ... ... Quote Link to comment Share on other sites More sharing options...
Question
Hyoru
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.