» Find Revision
L2J Revision Number:
L2JDP Revision Number:
174
Recently I have updated my Freya server to High Five.
When I select a character on the selection screen, it does not enter and write "Could not restore in slot (number depends on the number of chars')".
Also in the console it's written .."Unknown column game_points in field_list but there is no such a column.
Thx in advance
Could not restore in slot 0 H5
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
-
- Posts: 20
- Joined: Fri Sep 23, 2011 7:17 am
Re: Could not restore in slot 0 H5
Checked, problem still not found.
The HighFive pack's "character.sql" is working. The problem is with the updating.
The HighFive pack's "character.sql" is working. The problem is with the updating.
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Could not restore in slot 0 H5
L2J doesn't comes by default with field 'game_points' some of your customs are including it either u didn't updated properly your database or you have messed up L2PcInstance.restore() method.
In both cases its not l2j problem.
That's probably prime shop check it out.
In both cases its not l2j problem.
That's probably prime shop check it out.
-
- Posts: 20
- Joined: Fri Sep 23, 2011 7:17 am
Re: Could not restore in slot 0 H5
But I don't even have it in characters.sql. I have no idea why it's even mentioned.
About L2PcInstance where I can find it?
About L2PcInstance where I can find it?
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Could not restore in slot 0 H5
That's the problem.Were wrote:But I don't even have it in characters.sql
-
- Posts: 66
- Joined: Sat Nov 05, 2011 9:55 am
Re: Could not restore in slot 0 H5
I added it and it's still not working.UnAfraid wrote:That's the problem.Were wrote:But I don't even have it in characters.sql
** updated
Problem solved, thank you.
I found "Game points" before updating and I exported the values, then I combined updated characters.sql with the new packs characters.sql.