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) ?
Gracia Final "NOTDONE" skills
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- DrHouse
- L2j Inner Circle
- Posts: 912
- Joined: Mon Jan 22, 2007 12:14 am
- Location: Spain
Re: Gracia Final "NOTDONE" skills
Yes NOTDONE means "not done".

Leadership and management are not talk and talk, but talk and do
Proud of being a part of this project
-
- Posts: 2
- Joined: Wed May 20, 2009 1:11 am
Re: Gracia Final "NOTDONE" skills
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.
you rule.
- DrHouse
- L2j Inner Circle
- Posts: 912
- Joined: Mon Jan 22, 2007 12:14 am
- Location: Spain
Re: Gracia Final "NOTDONE" skills
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
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

Leadership and management are not talk and talk, but talk and do
Proud of being a part of this project