Page 1 of 1

Epilogue Skills

Posted: Sat Feb 13, 2010 1:13 pm
by filinto
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3930:
L2JDP Revision 7075:

Hi everyone, im testing svn version of the server for gracia epilogue live client .

As everyone knows theres lots of skill issues to be solved. I will not move to examples but I noticed that some classes are missing skills, skills enchant trees are not very accurate and some skills that should be enchantable aren't.

I would like to correct (make them more like retail) them, I was searching for information about the best way to do it but somehow there isn't much information about skills configuration.

I made some tests on the database and on the xml files but the result wasn't what I was expecting. So if someone would care to give a small example of how to make a skill enchantable or give me a link where i can access that info, I would really appreciate it.

If my results are good enough i will share them. I'm a developer for a living so if changes are to be make on the code fell free to explain.

Cheers

Re: Epilogue Skills

Posted: Sat Feb 13, 2010 1:19 pm
by pokiokio
filinto wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3930:
L2JDP Revision 7075:

Hi everyone, im testing svn version of the server for gracia epilogue live client .

As everyone knows theres lots of skill issues to be solved. I will not move to examples but I noticed that some classes are missing skills, skills enchant trees are not very accurate and some skills that should be enchantable aren't.

I would like to correct (make them more like retail) them, I was searching for information about the best way to do it but somehow there isn't much information about skills configuration.

I made some tests on the database and on the xml files but the result wasn't what I was expecting. So if someone would care to give a small example of how to make a skill enchantable or give me a link where i can access that info, I would really appreciate it.

If my results are good enough i will share them. I'm a developer for a living so if changes are to be make on the code fell free to explain.

Cheers
Here's an accurate enough auto learn skill list : viewtopic.php?f=73&t=15075

In order to make a skill enchantable go to your database at the enchant_skill_trees. Open it and...it's self-explanatory ;)

Re: Epilogue Skills

Posted: Sat Feb 13, 2010 1:41 pm
by filinto
Thank you very much for your quick answer.

Re: Epilogue Skills

Posted: Sat Feb 13, 2010 1:53 pm
by pokiokio
filinto wrote:Thank you very much for your quick answer.
You're welcome , don't hesitate asking for help if you need any.