Hello everyone, I just started my very first project and I'm having a lot of fun and relative success. I've never made a RO server before, but I have some experience coding and thus far I've managed to solve all my doubts by googling and reading this (awesome) forum. But, alas, not this time - there are a few problems I've encountered that no ammount of googling, documentation and reading the code have solved, here they are:
I want to make a "custom class" with all the skills in the game, for that I'm using the Super Novice, wich shall eventually be renamed to Adventurer. I edited" skill_tree.txt" and "skilltreeview.lub" so that the Super Novice now has all 1-1/2 and 2-1/2 skills in the game. But this problem surprised me: There is a limit on how many skills a class can have! See the following images:
The error reads "Unable to load skill x into job y's tree. Maximum number of skills per job has been reached."
As you can see, after using @allskills, I have access to all skills until a certain point, and then it stops working. The greyed out skills are not attainable using the command and I can not assign skill points to them. As you can guess, this is probably happening because these skills surpassed the aforementioned limit.
Other points of interest: There are some skills that are not working, even though all other skills arround them are. See image:
All Thief skills and Lex Aeterna are behaving like the rest of the greyed out ones, not being given to me by command usage and can not assign skill points. Haven't tested platinum skills yet, but I assume they will work if I do the quests.
Even more interesting is the fact that in my GM account, where I have "all_skill: true" configured on "conf/groups.conf", not only do I have all skills working on my "Etc" tab, after using @allskills I also have all the skills on the "1st job" tab properly working and I'm able to assign skill points to them.
So the question is: how do I make it so that I can have all the skills in one class? Where do I edit the maximum number of skills per job?
This is my main and most critical problem, but I have a few more I'll put on this same thread:
And finally some technical info to help you help me:
I've made the server using this guide. Wich means I'm using a fairly recent rAthena version and my exe is 20180530.
Thank you for reading and trying to help, I'm immensely grateful!