padz Posted February 12, 2016 Posted February 12, 2016 Hello, I took the liberty to "fix" the buffer for the latest l2jserver stable hi5. Link : http://pastebin.com/4xCWwGDH Note: this is only the script file, you still need to import the original .sql and create the custom NPC to make it work. Thanks to all that have contributed to this up to now. char option is working fine but i get error on pet option (not working)
Irelia#1 Posted February 15, 2016 Posted February 15, 2016 char option is working fine but i get error on pet option (not working) Because .py scripts are outdated and unsupported for L2J Server. Use only .java scripts.
padz Posted February 17, 2016 Posted February 17, 2016 Because .py scripts are outdated and unsupported for L2J Server. Use only .java scripts. can you share rin4as scheme buffer with .java scripts?
uzziel7035 Posted March 9, 2016 Posted March 9, 2016 Replace ApplyEffects to applyEffects Then, everythings gonna be fine.
padz Posted April 2, 2016 Posted April 2, 2016 Replace ApplyEffects to applyEffects Then, everythings gonna be fine. Yes, it's working fine. thanks
lvaldesm@gmail.com Posted April 13, 2016 Posted April 13, 2016 Hello, i have this problem in the last version H5. Plese, help me. Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) [11/04 22:26:56] Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180) at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1460419127148.buildHtml$19(custom/555_NPCBUFFER/__init__.py:343) at org.python.pycode.serializable._pyx1460419127148.call_function(custom/555_NPCBUFFER/__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.pycode.serializable._pyx1460419127148.onAdvEvent$14(custom/555_NPCBUFFER/__init__.py:831) at org.python.pycode.serializable._pyx1460419127148.call_function(custom/555_NPCBUFFER/__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$26.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:551) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1481) at handlers.bypasshandlers.QuestLink.useBypass(QuestLink.java:77) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:372) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:69) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1134) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now