Page 1 of 1

Looking for l2skilltype

Posted: Fri Feb 25, 2011 10:57 am
by lenik
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4470
L2JDP Revision Number:7733

I am looking for this java/com/l2jserver/gameserver/skills/Stats.java or
java/com/l2jserver/gameserver/skills/L2SkillType.java cause i want to implement this new skilltype: Give_EXP, i dont know is you have move that archive to another folder, but i have used the searcher on all my PC and it didn't find any archive with that name.

Where is the archive in which i have to implement Give_EXP?

PD: I dont jave java folder in my server folder, so i dont know how can it works...

Re: Looking for l2skilltype

Posted: Fri Feb 25, 2011 8:24 pm
by kimeraweb
Always you can use "look for file", windows feature, or Ctrl+H, as Eclipse feature.

And... if you have not java folder, you are meaning, you have not jdk installed? Then you're not available to compile.

Only folder you can edit without jdk is datapack's data script. They're compiled "JIT".

Good luck.

Re: Looking for l2skilltype

Posted: Fri Feb 25, 2011 9:38 pm
by principedetinieblas
This file is a java from l2jserver, not from l2dp. If you are using nightlies you will not get the file. I would recommend you to never use nightlies (too many nonsense errors, as old festival of darkness still unsolved), and instead download from svn and compile your own version.

Re: Looking for l2skilltype

Posted: Mon Feb 28, 2011 10:46 am
by lenik
thank you