Jump to content
  • 0

Custom Skill > Does not exist?


Creobnil

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   3
  • Joined:  04/16/12
  • Last Seen:  

Hey everyone, i need a bit help with adding an custom skill...

 

The skill dont even need to do something, it is for visual/quest purpose only and should be a

permanent passive skill.

The Problem is, everytime i try to learn it with "skill 8501,1,0;" i get a

[Error]: pc_skill: Skill with id 8501 does not exist in the skill database       

from the server.
 

I used this guide http://rathena.org/wiki/Adding_new_skills and addet the skill to

/src/map/skill.h (yep, compiled afterwards)

ALL_WEAPON_CRAFT = 8501,

/db/re/skill_db.txt

8501,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0,0x0,	ALL_WEAPON_CRAFT,Weapon Crafting

/db/re/skill_tree.txt

0,8501,10,0,0,0,0,0,0,0,0,0,0 //ALL_WEAPON_CRAFT#Weapon Crafting#

 

My Question, did i forget something?

When i start the server it shows that the new skill was successfully loaded with the skill_db.txt
No Errors until the moment i want to learn it. So nothing happens at all.

Any ideas? Thanks. :3
 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  12/02/12
  • Last Seen:  

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   6
  • Joined:  01/23/14
  • Last Seen:  

I think this gotta do something with the client not supporting that skill id.. *i think* 

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