Page 1 of 1

Gracia Final "NOTDONE" skills

Posted: Wed May 20, 2009 1:19 am
by keyboredxyz
If you want to receive support we need this info to help you properly.
ยป all
L2J Revision any:
L2JDP Revision any:


i was looking up the skills that haven't either been created or implemented yet for gracia final in the xml files, they contain the value "NOTDONE"

i'm wondering how these skills are in fact worked on, do they not exist at all? is it a matter of simply tying the strings of unstable code that does exist? and where does the code for these skills exist, which file(s) (aside from xml) ?

Re: Gracia Final "NOTDONE" skills

Posted: Wed May 20, 2009 10:59 am
by DrHouse
Yes NOTDONE means "not done".

Re: Gracia Final "NOTDONE" skills

Posted: Wed May 20, 2009 11:39 pm
by keyboredxyz
oh ok thanks, and here i thought i was asking for elaboration on how the code is generated and where it would be placed.

you rule.

Re: Gracia Final "NOTDONE" skills

Posted: Thu May 21, 2009 12:02 am
by DrHouse
Skill ellaboration depends on many things and, despit is a simple process once you are used to, can be a bit hard for rookies.

Each xml node <set name="..." val="..."> represents a variable for final L2Skill object in java. You can check L2SKill constructor and DocumentSkill class to learn more about how core parses and creates L2Skill objects.

If you are requesting for a guide of how coding skills, please go to our wiki l2jdp.com/trac/wiki and read it carefully.

As you already notice, some skills are not done yet. Usually it means that:
1) a datapack developer/community hasnt worked on it yet
2) we dont have enough information about who skill works
3) core support is still not done
4) A combination of three above

If you can help us with some skills, we appreciate that. Feel free to open a new thread in proper forum with your contribution