Page 1 of 1

Could not restore in slot 0 H5

Posted: Mon Jul 01, 2013 5:50 pm
by Were
ยป 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

Re: Could not restore in slot 0 H5

Posted: Mon Jul 01, 2013 6:12 pm
by UnAfraid
Check your customs.

Re: Could not restore in slot 0 H5

Posted: Tue Jul 02, 2013 1:19 pm
by Were
Checked, problem still not found.

The HighFive pack's "character.sql" is working. The problem is with the updating.

Re: Could not restore in slot 0 H5

Posted: Tue Jul 02, 2013 1:22 pm
by UnAfraid
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.

Re: Could not restore in slot 0 H5

Posted: Tue Jul 02, 2013 2:17 pm
by Were
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?

Re: Could not restore in slot 0 H5

Posted: Tue Jul 02, 2013 5:03 pm
by UnAfraid
Were wrote:But I don't even have it in characters.sql
That's the problem.

Re: Could not restore in slot 0 H5

Posted: Tue Jul 02, 2013 5:19 pm
by Lyan
UnAfraid wrote:
Were wrote:But I don't even have it in characters.sql
That's the problem.
I added it and it's still not working.


** 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.