Jump to content

Rin4A's Scheme Buffer Fully Working Updated To Highfive


Recommended Posts

 

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)

 

mhcz6t.jpg

 

 

Link to comment
Share on other sites

char option is working fine but i get error on pet option (not working)

 

mhcz6t.jpg

 

 

 

Because .py scripts are outdated and unsupported for L2J Server.

Use only .java scripts.

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...
  • 2 weeks later...

Hello, i have this problem in the last version H5. Plese, help me.

 

Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor
25.invoke(Unknown Source)

 

[11/04 22:26:56] Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor
25.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.processQue
stEvent(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:1
134)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...