Page 1 of 1

How to download Changeset [5199] Sourcecode

Posted: Wed May 09, 2012 8:12 pm
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

Re: How to download Changeset [5199] Sourcecode

Posted: Wed May 09, 2012 8:13 pm
by jurchiks
some mod like fakepc is not work
have you considered the thought that maybe your customs are the ones causing this?

Re: How to download Changeset [5199] Sourcecode

Posted: Wed May 09, 2012 8:16 pm
by shoko
I has remove fakepc code , compile original without mod

Re: How to download Changeset [5199] Sourcecode

Posted: Thu May 10, 2012 11:45 am
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 */

Re: How to download Changeset [5199] Sourcecode

Posted: Fri May 11, 2012 7:25 pm
by Starter
I has fakepc! (sorry xD)