Gracia Final "NOTDONE" skills

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
keyboredxyz
Posts: 2
Joined: Wed May 20, 2009 1:11 am

Gracia Final "NOTDONE" skills

Post 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) ?
User avatar
DrHouse
L2j Inner Circle
L2j Inner Circle
Posts: 912
Joined: Mon Jan 22, 2007 12:14 am
Location: Spain

Re: Gracia Final "NOTDONE" skills

Post by DrHouse »

Yes NOTDONE means "not done".
Image

Leadership and management are not talk and talk, but talk and do

Proud of being a part of this project
keyboredxyz
Posts: 2
Joined: Wed May 20, 2009 1:11 am

Re: Gracia Final "NOTDONE" skills

Post 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.
User avatar
DrHouse
L2j Inner Circle
L2j Inner Circle
Posts: 912
Joined: Mon Jan 22, 2007 12:14 am
Location: Spain

Re: Gracia Final "NOTDONE" skills

Post 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
Image

Leadership and management are not talk and talk, but talk and do

Proud of being a part of this project
Post Reply