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;

 

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...