Creobnil Posted December 15, 2013 Posted December 15, 2013 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.txtNo Errors until the moment i want to learn it. So nothing happens at all. Any ideas? Thanks. :3 Quote
StainSky93 Posted February 3, 2014 Posted February 3, 2014 I think this gotta do something with the client not supporting that skill id.. *i think* Quote
Question
Creobnil
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)
/db/re/skill_db.txt
/db/re/skill_tree.txt
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
2 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.