Hello, basically what I want is to add a custom passive quest skill for all jobs, like Increase Weight Limit R, so I modified the MAX_SKILL in mmo.h, added the new skill in skill.h, and added it on skill_db.txt and skill_tree.txt, also added the skill ID and so on on the skillinfoz folder on clientside.
My problem is the skill is not showing on the clientside, at first it was that the skill wasn't on skill_tree.txt so when I got the skill with @questskill it got automatically removed and I could see the icon of the skill for a moment on my skill window, but when I added it to skill_tree the server keeps telling me that I already have the skill but I cannot see it on the small skill window...
So, what I'm missing? I believe its not a clientside problem... hence I'm posting here.
Thanks in advance