Kido Posted October 26, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted October 26, 2013 I was just testing if i can make a novice (just for test purpose) learn the skill Bash acording to this topic http://www.eathena.ws/board/index.php?showtopic=121735 What Lighter said was that i have to open "\db\skill_tree.txt" and then edit there the skills that i want to make the job learn so, i made it, but it did not work the novie is having the same skills this is how i just aded //Novice 0,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 0,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 0,143,1,0,0,0,0,0,0,0,0,0,0 //NV_TRICKDEAD#Act Dead# 0,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# 0,5,10,0,0,0,0,0,0,0,0,0,0 //SM_BASH#Bash# <<<<<<<This is the novice one //Swordman 1,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 1,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 1,2,10,0,0,0,0,0,0,0,0,0,0 //SM_SWORD#Sword Mastery# 1,3,10,2,1,0,0,0,0,0,0,0,0 //SM_TWOHAND#Two-Handed Sword Mastery# 1,4,10,0,0,0,0,0,0,0,0,0,0 //SM_RECOVERY#Increase HP Recovery# 1,5,10,0,0,0,0,0,0,0,0,0,0 //SM_BASH#Bash# 1,6,10,0,0,0,0,0,0,0,0,0,0 //SM_PROVOKE#Provoke# 1,7,10,5,5,0,0,0,0,0,0,0,0 //SM_MAGNUM#Magnum Break# 1,8,10,6,5,0,0,0,0,0,0,0,0 //SM_ENDURE#Endure# 1,144,1,0,0,0,0,0,0,0,0,0,0 //SM_MOVINGRECOVERY#Moving HP-Recovery# 1,145,1,0,0,0,0,0,0,0,0,0,0 //SM_FATALBLOW#Attack Weak Point# 1,146,1,0,0,0,0,0,0,0,0,0,0 //SM_AUTOBERSERK#Auto Berserk# 1,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# so, how to make X job able to learn a Y skill? thanks in advance! Quote Link to comment Share on other sites More sharing options...
Patotron Posted October 26, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 27 Reputation: 7 Joined: 08/01/12 Last Seen: April 28, 2023 Share Posted October 26, 2013 (edited) 0,5,10,0,0,0,0,0,0,0,0,0,0 //SM_BASH#Bash#The first number is Job ID. And maybe you need to add it on lua files too, lua files are required to see the skill in game. Edited October 27, 2013 by Tucsus Quote Link to comment Share on other sites More sharing options...
Kido Posted October 26, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted October 26, 2013 huh i don't get it, you mean that i have to add to skill_db this line? 5,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, SM_BASH,Bash change to 5,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, NV_BASH,Bash Quote Link to comment Share on other sites More sharing options...
Patotron Posted October 27, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 27 Reputation: 7 Joined: 08/01/12 Last Seen: April 28, 2023 Share Posted October 27, 2013 The first post edited, my fault. Quote Link to comment Share on other sites More sharing options...
Kido Posted October 27, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted October 27, 2013 huh is there any existing guide to do that? i have the feeling that it will be hard to do just by reading that i will have to touch the luas x_X Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 30, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 30, 2013 always check the wiki Quote Link to comment Share on other sites More sharing options...
Kido Posted November 19, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted November 19, 2013 always check the wiki thanks for the repply and i already check it, but that it's for custom skills, i want for existing skills ): thanks again! Quote Link to comment Share on other sites More sharing options...
VerCiniX Posted November 29, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/26/13 Last Seen: December 6, 2013 Share Posted November 29, 2013 You need to edit your Lua files as well. otherwise the skill bash won't show up in your skilltree! Quote Link to comment Share on other sites More sharing options...
Kido Posted November 29, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted November 29, 2013 thanks, i will take a look to it, thanks again ! Quote Link to comment Share on other sites More sharing options...
Question
Kido
I was just testing if i can make a novice (just for test purpose) learn the skill Bash
acording to this topic
http://www.eathena.ws/board/index.php?showtopic=121735
What
Lighter said was that i have to open "\db\skill_tree.txt" and then edit there the skills that i want to make the job learn
so, i made it, but it did not work
the novie is having the same skills
this is how i just aded
so, how to make X job able to learn a Y skill?
thanks in advance!
Link to comment
Share on other sites
8 answers 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.