Essentially, I want to be able to set different max skill levels for each job. I have already adjusted them server side via skill_tree.txt, but this doesn't seem to be accepted by the client without editing the lua files. Is this possible? If so, I know it has something to do with the following code in skillinfolist.lua:
I can edit the MaxLv here and it affects everyone that has that skill, regardless of settings in skilltreeview.lua, or serverside.
Anyone know a way around this?
EDIT: As an additional note, I get huge amounts of errors if I the MaxLv here does not match the MaxLv in skill_tree.txt. The solution of course, is to have every job in sync but I'm trying to avoid that.
Question
Vach
Essentially, I want to be able to set different max skill levels for each job. I have already adjusted them server side via skill_tree.txt, but this doesn't seem to be accepted by the client without editing the lua files. Is this possible? If so, I know it has something to do with the following code in skillinfolist.lua:
I can edit the MaxLv here and it affects everyone that has that skill, regardless of settings in skilltreeview.lua, or serverside.
Anyone know a way around this?
EDIT: As an additional note, I get huge amounts of errors if I the MaxLv here does not match the MaxLv in skill_tree.txt. The solution of course, is to have every job in sync but I'm trying to avoid that.
Edited by Vach3 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.