Jump to content
  • 0

Transform 3rd to 1st


Giovas

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

How to transform some skill 3rd (third class) to 1st (first class)?

I added the skills in skill_tree.txt and skilltreeview.lua and still did not work. So I think the problem is due to the source.

Appeared a tab in the tree skills but I can not select it:

qbmw.jpg


Link to comment
Share on other sites

14 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

The problem is not that clear.

 

But from what I can understand I think all you have to do is look on your "db" folder, "skill_tree.txt".

 

To make things clear ill do an example

 

3rd Job Skill: Aimed Bolt.

add it to what job: Archer

 

First look for the skill id of the Aimed Bolt in the "skill_tree.txt"

 

//Ranger (Trans)
4062,2236,10,117,5,0,0,0,0,0,0,0,0

 

You can see the structure of this corresponding numbers on skill_tree.txt but the important onces are the first tree lines,

JobID,Skillid,SkillMaxlv,

 

And then next look for the Skill tree of the Archer

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#

 

Add the Aimed bolt skill

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
4062,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt# <<<<<<<<<<<<---replace 4062 to 3
//it should look like these
--
//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
3,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt#
--

There everything is good, You just have to minimize the skill tree so that you can see the skill.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

The problem is not that clear.

 

But from what I can understand I think all you have to do is look on your "db" folder, "skill_tree.txt".

 

To make things clear ill do an example

 

3rd Job Skill: Aimed Bolt.

add it to what job: Archer

 

First look for the skill id of the Aimed Bolt in the "skill_tree.txt"

 

//Ranger (Trans)
4062,2236,10,117,5,0,0,0,0,0,0,0,0

 

You can see the structure of this corresponding numbers on skill_tree.txt but the important onces are the first tree lines,

JobID,Skillid,SkillMaxlv,

 

And then next look for the Skill tree of the Archer

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#

 

Add the Aimed bolt skill

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
4062,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt# <<<<<<<<<<<<---replace 4062 to 3
//it should look like these
--
//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
3,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt#
--

There everything is good, You just have to minimize the skill tree so that you can see the skill.

 

First of all, thank you for your time and willingness to help me!

 

This I do know ... what is happening is that when I place a skill of 3rd class in tree the 1st class, as shown in the image above, creates a tab and will not appear the skill(worst of all is that you can not click on the tab).

 

You understand?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

The problem is not that clear.

 

But from what I can understand I think all you have to do is look on your "db" folder, "skill_tree.txt".

 

To make things clear ill do an example

 

3rd Job Skill: Aimed Bolt.

add it to what job: Archer

 

First look for the skill id of the Aimed Bolt in the "skill_tree.txt"

 

//Ranger (Trans)
4062,2236,10,117,5,0,0,0,0,0,0,0,0

 

You can see the structure of this corresponding numbers on skill_tree.txt but the important onces are the first tree lines,

JobID,Skillid,SkillMaxlv,

 

And then next look for the Skill tree of the Archer

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#

 

Add the Aimed bolt skill

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
4062,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt# <<<<<<<<<<<<---replace 4062 to 3
//it should look like these
--
//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
3,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt#
--

There everything is good, You just have to minimize the skill tree so that you can see the skill.

 

First of all, thank you for your time and willingness to help me!

 

This I do know ... what is happening is that when I place a skill of 3rd class in tree the 1st class, as shown in the image above, creates a tab and will not appear the skill(worst of all is that you can not click on the tab).

 

You understand?

Yes I do. Hmm it doesn't happen to me though when I did what I do. I think some other people can help you with this. I just tried. But if anyways I was able to get anything I'll post it here. 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

 

The problem is not that clear.

 

But from what I can understand I think all you have to do is look on your "db" folder, "skill_tree.txt".

 

To make things clear ill do an example

 

3rd Job Skill: Aimed Bolt.

add it to what job: Archer

 

First look for the skill id of the Aimed Bolt in the "skill_tree.txt"

 

//Ranger (Trans)
4062,2236,10,117,5,0,0,0,0,0,0,0,0

 

You can see the structure of this corresponding numbers on skill_tree.txt but the important onces are the first tree lines,

JobID,Skillid,SkillMaxlv,

 

And then next look for the Skill tree of the Archer

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#

 

Add the Aimed bolt skill

 

//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
4062,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt# <<<<<<<<<<<<---replace 4062 to 3
//it should look like these
--
//Archer
3,43,10,0,0,0,0,0,0,0,0,0,0 //AC_OWL#Owl's Eye#
3,2236,10,0,0,0,0,0,0,0,0,0,0 //RA_AIMEDBOLT#Aimed Bolt#
--

There everything is good, You just have to minimize the skill tree so that you can see the skill.

 

First of all, thank you for your time and willingness to help me!

 

This I do know ... what is happening is that when I place a skill of 3rd class in tree the 1st class, as shown in the image above, creates a tab and will not appear the skill(worst of all is that you can not click on the tab).

 

You understand?

Yes I do. Hmm it doesn't happen to me though when I did what I do. I think some other people can help you with this. I just tried. But if anyways I was able to get anything I'll post it here. 

 

This problem does not happen to you?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

Somebody?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

Let me try to check if I can redo the process and how did i start i kinda did forgot x.x

 

Because when I was adding my custom skills some of the skills where added on the 1st Job part of the alt+s

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

Let me try to check if I can redo the process and how did i start i kinda did forgot x.x

 

Because when I was adding my custom skills some of the skills where added on the 1st Job part of the alt+s

 

You could add skills 3rd class?

 

I await your response.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Adding a skill could be tricky within the newest clients.

 

You may have to change inside the skilltree.lua to make it visible for you.

When the skill window is maximized, it will only show what you have normally would have because it will only read what it says inside skilltree.lua.

 

The skill is added already, it's just the your client isn't registering it because it doesn't know you want to insert it since only server side knows.

 

If your client is more up to date ish, there should also be a MISC tab where all the unknown skills would go, but by the looks of it, you don't have that tab...

 

Considering you said you've tried it.. You can try inheritence also... I am unsure if this would work though.

 

A visual of what you did would also help though.

 

Also make sure that your client is reading the lua file you are editing. It may be reading .lub over .lua also.

Edited by Evelynn
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

Adding a skill could be tricky within the newest clients.

 

You may have to change inside the skilltree.lua to make it visible for you.

When the skill window is maximized, it will only show what you have normally would have because it will only read what it says inside skilltree.lua.

 

The skill is added already, it's just the your client isn't registering it because it doesn't know you want to insert it since only server side knows.

 

If your client is more up to date ish, there should also be a MISC tab where all the unknown skills would go, but by the looks of it, you don't have that tab...

 

Considering you said you've tried it.. You can try inheritence also... I am unsure if this would work though.

 

A visual of what you did would also help though.

 

Also make sure that your client is reading the lua file you are editing. It may be reading .lub over .lua also.

 

My client is reading .lua before. lub, I scored this option to make the diff.

 

What is inheritenceThanks for help.

Edited by Giovas
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

inheritence is how third classes receive their first job / second job skills.

 

Third job inherits from 2nd job which also inherits from 1st job.

 

You can try making the archer class inherit from Ranger class.

I am not sure if this'll work but it was worth the try.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

inheritence is how third classes receive their first job / second job skills.

 

Third job inherits from 2nd job which also inherits from 1st job.

 

You can try making the archer class inherit from Ranger class.

I am not sure if this'll work but it was worth the try.

 

It did not work. Do you know of any other possible way?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

It did not work. Do you know of any other possible way?

 

 

 

Can you show us what you did to your skilltreeview.lua? ( Both of them ).

 

skillinfoz folder and

skillinfo folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  06/02/13
  • Last Seen:  

It did not work. Do you know of any other possible way?

 

 

 

Can you show us what you did to your skilltreeview.lua? ( Both of them ).

 

skillinfoz folder and

skillinfo folder.

 

Already figured out where the problem is. I did a test with the skills of Kagerou and Oboro and it worked perfectly. This is because Kagerou and Oboro are defined as 2nd class. Now the problem is how I transform the 3rd class to 2nd class. Do you know?

Somebody? Anyone?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/20/12
  • Last Seen:  

Did this topic get anywhere? Scouring these forums finds a lot of people with the same questions but no one ever posts solutions :P

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