Jump to content
  • 0

Question

Posted

I'm kinda new on this things so can anyone help me with this problem?

 

 

CREATE TABLE IF NOT EXISTS `character_variables` (

`obj_id` INT NOT NULL DEFAULT '0',

`type` VARCHAR(86) NOT NULL DEFAULT '0',

`name` VARCHAR(86) CHARACTER SET UTF8 NOT NULL DEFAULT '0',

`value` VARCHAR(4000) CHARACTER SET UTF8 NOT NULL DEFAULT '0',

`expire_time` bigint(20) NOT NULL DEFAULT '0',

UNIQUE KEY `prim` (`obj_id`,`type`,`name`),

KEY `obj_id` (`obj_id`),

KEY `type` (`type`),

KEY `name` (`name`),

KEY `value` (`value`),

KEY `expire_time` (`expire_time`)

) ENGINE=MyISAM;

[Err] 1071 - Specified key was too long; max key length is 1000 bytes

 

Best regards

5 answers to this question

Recommended Posts

  • 0
Posted

Yah thanks the problem is solved.

 

Now i have other issue...

 

My client protocol version is 268 and when i select server and try to enter i get disconnected and says that says that the protocol version is wrong.

 

I allready config in server to accept that protocol but i keep having the same problem.

 

Best Regards

  • 0
Posted
  On 5/31/2013 at 1:04 AM, naitos said:

Yah thanks the problem is solved.

 

Now i have other issue...

 

My client protocol version is 268 and when i select server and try to enter i get disconnected and says that says that the protocol version is wrong.

 

I allready config in server to accept that protocol but i keep having the same problem.

 

Best Regards

 

 

Server Version / Client Version?

  • 0
Posted
  On 6/4/2013 at 1:23 PM, naitos said:

My client is high five and my server is high five. My server protocols are 267 to 273 and my game is 268 so should work...

 

do you have a clean system folder or its modded, do you use a precompiled l2j or trunk/unstable branch maybe?

Guest
This topic is now closed to further replies.


×
×
  • 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