Jump to content
  • 0

[Help]Cant Create char


Question

Posted

I put this thing in my pack http://www.maxcheaters.com/forum/index.php?topic=35122.0 [interlude client]

and when i try to create a char i get this error on GC

Could not insert char data: java.sql.SQLException: Column count doesn't match value count at row 1

pack is l2jserver :x

 

How Can i fix this error?

5 answers to this question

Recommended Posts

  • 0
Posted

ALTER TABLE `characters` ADD `donator` decimal(1,0) NOT NULL DEFAULT 0;

ALTER TABLE `characters` ADD `hero` decimal(1,0) NOT NULL DEFAULT 0;

  • 0
Posted

ALTER TABLE `characters` ADD `donator` decimal(1,0) NOT NULL DEFAULT 0;

ALTER TABLE `characters` ADD `hero` decimal(1,0) NOT NULL DEFAULT 0;

 

If that was the case the error would be unknown column "donator" bla bla. His statement is missing columns aka statement_columns < table_columns usually. But im not sure.

  • 0
Posted

If that was the case the error would be unknown column "donator" bla bla. His statement is missing columns aka statement_columns < table_columns usually. But im not sure.

Yes he is missing some columns, which MIGHT be the "hero" and "donator" like xAddytzu said. It would be easier to determine if the author at least posted the structure of characters' table.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock