Jump to content
  • 0

How to make a job to learn new skills?


Kido

Question


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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 user-offline.pngLighter 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!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   6
  • Joined:  08/01/12
  • Last Seen:  

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 by Tucsus
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   6
  • Joined:  08/01/12
  • Last Seen:  

The first post edited, my fault.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/26/13
  • Last Seen:  

You need to edit your Lua files as well. otherwise the skill bash won't show up in your skilltree!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

thanks, i will take a look to it, thanks again ! 

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