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! :(
Hello.
This code works well. It removes buff with double click, but If you preffer remove buff with ALT + mouse click, place this code in AbnormalStatusWnd.uc
function OnLButtonDown(WindowHandle a_WindowHandle, int X, int Y)
{
local Rect windowBounds;
local int targetRow;
local int targetCol;
local StatusIconInfo info;
local SkillInfo skillInfo;
if (IsKeyDown(IK_alt) == false)
return;
// Find window position
windowBounds = Me.GetRect();
// Process clicks outside of window frame only
if (X > (windowBounds.nX + NSTATUSICON_FRAMESIZE))
{
// Calc row and col of targeted icon
targetRow = (Y - windowBounds.nY) / NSTATUSICON_SIZE;
targetCol = (X - windowBounds.nX - NSTATUSICON_FRAMESIZE) / NSTATUSICON_SIZE;
// Store status info of targeted icon
StatusIcon.GetItem(targetRow, targetCol, info);
// Store actual skill info and make sure it is exists
if (GetSkillInfo(info.ClassID, info.Level, skillInfo))
{
// Request server to stop skill effect
// Usage: _dispel:<int:skill_id>,<int :skill_level>
// Example: _dispel:313,8
RequestBypassToServer ( "_dispel:" $ string ( skillInfo. SkillID ) $ "," $ string ( skillInfo. SkillLevel ) ) ) ;
}
}
}
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