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! :(
Information
Selling a premium Lineage 2 High Five (L2J) project with active development, available by subscription.
Includes Git support and access to compiled or full source code.
Ideal for serious server owners seeking stability and performance, uniqueness and well-done features.
General Project Specifications:
JDK Version: 23 -> 24
Chronicle: HighFive
Structure: Core & Datapack merged into a single project
Database: MariaDB
Database Driver: HicariCP
GIT Website: gitlab.com
Features include (but are not limited to):
1. Tournament Single & Party (Check Youtube Video)
2. Faction (Check Youtube Video)
3. Event Engine (Check Youtube Video)
4. Sell Buff System (Check Youtube Video)
5. Start UP System (Check Youtube Video)
6. User Panel
7. Visual - Dress me System
8. Donate Store
9. Automatic Farm System (Check Youtube Video)
10. Captcha (Anti-BOT) (Check Youtube Video)
11. Auction (Check Youtube Video)
12. Vote (API)
13. Admin Real Time Balance (Check Youtube Video)
14. Achievements (Check Youtube Video)
15. Daily Mission (Check Youtube Video)
16. A.I. Bot (Check Youtube Video)
17. Rebirth
18. Daily Reward
19. Skill Tree - Ability System
20. Craft System
21. Twitch Automatic Reward (Check Youtube Video)
22. Quiz Game (Check Youtube Video)
23. Automatic Item Enchant (Check Youtube Video)
24. Secondary Auth Using Google Authenticator (Check Youtube Video)
25. Gm Shop - Gatekeeper - Scheme Buffer
How to get Access (Payment Subscription):
To get Access you either pay monthly subscription to GIT for source or Compiled. Project is currently active and has at least 1-2 commit / day.
Clients in both Compiled & Source subscription can request features or any addon in already existing mods inside discord.
Price per Month (Source) in GIT: 250 Eur
Price per Month (Compiled) in GIT: 100 Eur
Contact:
To get Access or ask further information join discord
https://discord.gg/gKAsAhJNuq
We're officially closing the current season today. While we focus on refining the Essence project, our resources will temporarily shift toward supporting the Classic server.
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