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! :(
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Xmas Wolf Chariot Mount | Lineage 2 Mod
Celebrate the holiday spirit in Lineage 2 with this festive Xmas Wolf Chariot Mount! Created for protocol 166, this unique modification features majestic wolf mounts with holiday-themed harnesses pulling a decorative chariot.
If you have questions or want to add this updated skill to your game, feel free to contact me via Skype or Discord.
Download or in Discord Client Dev channel https://discord.gg/XdCb9dmTtf
06/12/2024 21:00 GMT +2
High Five - PvP server x45 - Aria Victoria Style 2004
NPC Buffer & Enchanted NPC Buffer.
Global Gatekeeper.
Clan Hall Teleports & Clan GM Shop (-20%).
Offline Shop.
GM shop up to B Grade.
Auto Farm system.
TvT - CTF - DM - Party Farm - Event Boss
Craftable Hero Weapon.
Instances Solo and Party, weekly and daily.
No kamael.
More informations can be found on our website including a "how to connect" greek guide
Valkyria is based on aCis
https://l2valkyria.com
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