hi, first of all, thanks for share,
i have a problem qhen im login in the game, after select my char.
the console show this
java.sql.SQLException: Column 'rank' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5616)
at com.mchange.v2.c3p0.impl.NewProxyResultSet.getString(NewProxyResultSet.java:3342)
at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:10561)
at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1794)
at com.l2jfrozen.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:575)
at com.l2jfrozen.gameserver.network.clientpackets.CharacterSelected.runImpl(CharacterSelected.java:67)
at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:75)
at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1196)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
i need a column in the table called characters, but, what values should I use to create the column?
can u post the sql please?