How to download Changeset [5199] Sourcecode

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
User avatar
shoko
Posts: 160
Joined: Sat Jul 28, 2007 11:46 am

How to download Changeset [5199] Sourcecode

Post by shoko »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:5199
L2JDP Revision Number:8699

How to download Changeset [5199] Sourcecode
I has use eclipse to download and check out head version 5199 compile work but use datapack on revistion 8699 is many error in handler and some mod like fakepc is not work

Image

Code: Select all

Error in file D:\L2J 2011 HIGH FIVE\TEST no event\L2J_Server_BETA\game\data\stats\skills\00000-00099.xmljava.lang.RuntimeException: java.lang.reflect.InvocationTargetException        at com.l2jserver.gameserver.model.skills.L2SkillType.makeSkill(L2SkillType.java:216)        at com.l2jserver.gameserver.engines.skills.DocumentSkill.makeSkills(DocumentSkill.java:780)        at com.l2jserver.gameserver.engines.skills.DocumentSkill.parseSkill(DocumentSkill.java:399)        at com.l2jserver.gameserver.engines.skills.DocumentSkill.parseDocument(DocumentSkill.java:121)        at com.l2jserver.gameserver.engines.DocumentBase.parse(DocumentBase.java:157)        at com.l2jserver.gameserver.engines.DocumentEngine.loadSkills(DocumentEngine.java:81)        at com.l2jserver.gameserver.engines.DocumentEngine.loadAllSkills(DocumentEngine.java:90)        at com.l2jserver.gameserver.datatables.SkillTable.load(SkillTable.java:60)        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java:47)        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java:29)        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clinit>(SkillTable.java:165)        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable.java:39)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:217)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:479)Caused by: java.lang.reflect.InvocationTargetException        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)        at java.lang.reflect.Constructor.newInstance(Unknown Source)        at com.l2jserver.gameserver.model.skills.L2SkillType.makeSkill(L2SkillType.java:212)        ... 13 moreCaused by: java.lang.IllegalArgumentException: Enum value of type com.l2jserver.gameserver.model.skills.L2SkillOpType required, but found: OP_ACTIVE        at com.l2jserver.gameserver.model.StatsSet.getEnum(StatsSet.java:455)        at com.l2jserver.gameserver.model.skills.L2Skill.<init>(L2Skill.java:274)        at com.l2jserver.gameserver.model.skills.l2skills.L2SkillDefault.<init>(L2SkillDefault.java:26)        ... 18 more
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How to download Changeset [5199] Sourcecode

Post by jurchiks »

some mod like fakepc is not work
have you considered the thought that maybe your customs are the ones causing this?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
shoko
Posts: 160
Joined: Sat Jul 28, 2007 11:46 am

Re: How to download Changeset [5199] Sourcecode

Post by shoko »

I has remove fakepc code , compile original without mod
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: How to download Changeset [5199] Sourcecode

Post by nonom »

Hi Shoko,

Code: Select all

com.l2jserver.gameserver.model.skills.L2SkillOpType required, but found: OP_ACTIVE
Try updating your skill files. OP_ACTIVE is not being used anymore :)

Code: Select all

/** * Documentation:<br> * This enum class holds the skill operative types: * <ul> *  <li>A1 = Active Skill with "Instant Effect" (for example damage skills heal/pdam/mdam/cpdam skills).</li> *  <li>A2 = Active Skill with "Continuous effect + Instant effect" (for example buff/debuff or damage/heal over time skills).</li> *  <li>A3 = Active Skill with "Instant effect + Continuous effect"</li> *  <li>A4 = Active Skill with "Instant effect + ?" used for special event herb.</li> *  <li>CA1 = Continuous Active Skill with "instant effect" (instant effect casted by ticks).</li> *  <li>CA5 = Continuous Active Skill with "continuous effect" (continuous effect casted by ticks).</li> *  <li>DA1 = Directional Active Skill with "Charge/Rush instant effect"</li> *  <li>DA2 = Directional Active Skill with "Charge/Rush Continuous effect"</li> *  <li>P = Passive Skill</li> *  <li>T = Toggle Skill</li> * </ul> * @author Zoey76 */
Image
"There are three kinds of people in this world, those who can count and those who can't"
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: How to download Changeset [5199] Sourcecode

Post by Starter »

I has fakepc! (sorry xD)
I have promises to keep and miles to go before I sleep.
Post Reply