Some problems occured which are with quests, and attack system.
These are my problems :(
4 Σεπ 2009 9:00:14 πμ com.l2jarchid.gameserver.skills.DocumentBase parse
SEVERE: Error in file C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\5100-5199.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.l2jarchid.gameserver.skills.effects.EffectBattleForce
at com.l2jarchid.gameserver.templates.effects.EffectTemplate.<init>(EffectTemplate.java:81)
at com.l2jarchid.gameserver.skills.DocumentBase.attachEffect(DocumentBase.java:288)
at com.l2jarchid.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.java:175)
at com.l2jarchid.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.java:246)
at com.l2jarchid.gameserver.skills.DocumentSkill.parseDocument(DocumentSkill.java:120)
at com.l2jarchid.gameserver.skills.DocumentBase.parse(DocumentBase.java:122)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:96)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:105)
at com.l2jarchid.gameserver.datatables.SkillTable.<init>(SkillTable.java:52)
at com.l2jarchid.gameserver.datatables.SkillTable.getInstance(SkillTable.java:45)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:214)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
Caused by: java.lang.ClassNotFoundException: com.l2jarchid.gameserver.skills.effects.EffectBattleForce
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.l2jarchid.gameserver.templates.effects.EffectTemplate.<init>(EffectTemplate.java:79)
... 12 more
4 Σεπ 2009 9:00:14 πμ com.l2jarchid.gameserver.skills.DocumentBase parse
SEVERE: Error loading file C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\9900-9999.xml
java.io.FileNotFoundException: C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\skills.dtd (Δεν είναι δυνατή η εύρεση του καθορισμένου αρχείου από το σύστημα)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at com.l2jarchid.gameserver.skills.DocumentBase.parse(DocumentBase.java:113)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:96)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:105)
at com.l2jarchid.gameserver.datatables.SkillTable.<init>(SkillTable.java:52)
at com.l2jarchid.gameserver.datatables.SkillTable.getInstance(SkillTable.java:45)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:214)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
4 Σεπ 2009 9:00:40 πμ org.apache.bsf.BSFManager exec
SEVERE: Exception :
java.security.PrivilegedActionException: org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
ImportError: no module named data
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
at com.l2jarchid.gameserver.model.quest.jython.QuestJython.init(QuestJython.java:49)
at com.l2jarchid.gameserver.instancemanager.QuestManager.load(QuestManager.java:94)
at com.l2jarchid.gameserver.instancemanager.QuestManager.getInstance(QuestManager.java:42)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:428)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
Caused by: org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
ImportError: no module named data
at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
... 8 more
HELP ME PLS O SERVER EINAI ONLINE K EXEI POLLA ATOMA! :(
I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK
We also have items, epics, etc.
discord - adver745645
Our prices are reasonable, so have a nice shopping and a nice day.
Vesper Noble heavy set (RAR) 1800 att - 150e
Eternal Core Dualsword +6 300 att 130e
Ring of Baium 130e
AQ ring 100e
Antharas Earring 200e
Paypal payments only DM in discord narttu123
Question
Sercher
I have an Interlude L2J Archid server.
Some problems occured which are with quests, and attack system.
These are my problems :(
HELP ME PLS O SERVER EINAI ONLINE K EXEI POLLA ATOMA! :(
4 answers to this question
Recommended Posts