[Help] Buffer doesn't wanna reload script

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
LadySky
Posts: 27
Joined: Fri Sep 24, 2010 6:49 pm

[Help] Buffer doesn't wanna reload script

Post by LadySky »

L2J Revision Number: 5207
L2JDP Revision Number: 8702

Hi everyone,

I downloaded an updated version of the Rin4a's buffer from here, adapted to Hi5 they said..
I think most of you know it, it's the most famous and well done scheme around...

Initially I was having a problem with the line 14 of the Py file, so I turned "L2SummonInstance" into "L2ServitorInstance" and the console was able to load it..
Ingame when I spawn the npc I get an option to reload the script and then I get this error:

Code: Select all

ott 28, 2012 11:19:53 PM com.l2jserver.gameserver.model.quest.Quest showErrorWARNING: D:\LocalServer\L2J\L2J H5 Server\game\data\scripts\custom\555_NPCBUFFER\__init__.pyTraceback (innermost last):  (no code object) at line 0    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)     at java.lang.reflect.Constructor.newInstance(Unknown Source)     at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)     at com.mysql.jdbc.Util.getInstance(Util.java:386)     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1053)     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468)     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629)     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719)     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)     at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318)     at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:446)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)     at java.lang.reflect.Method.invoke(Unknown Source)  com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2jgs.buffer_scheme_list' doesn't exist     at org.python.core.Py.JavaError(Unknown Source)    at org.python.core.PyObject._jthrow(Unknown Source)    at org.python.core.PyObject._jcall(Unknown Source)    at org.python.proxies.main$Quest$349.onAdvEvent(Unknown Source)    at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:579)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1811)    at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:241)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1072)    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
What's wrong? :D

EDIT: I think I found... maybe is the table missing.. but then no idea where to find it and create it... Help?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: [Help] Buffer doesn't wanna reload script

Post by MELERIX »

this forum area is not for support of custom features.

you should ask to the original author of that custom feature for support, due it wasn't done by L2J devs.
Locked