Jump to content

Attila

Members
  • Posts

    63
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Attila

Profile Information

  • Gender
    Male
  • Country
    Netherlands

Recent Profile Visitors

1,233 profile views

Attila's Achievements

Rookie

Rookie (2/16)

  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. some help please
  2. HI all, how i can make a npc or a command which a list skills from player and he can have option to delete a skill? server l2jsunrise
  3. someone who has a good working geodata for hi5 for me please
  4. I have the same problem some help here please
  5. yes tanks i made it to inpoer the character_variables But now I see this every time ? Some help here please thanks
  6. Someone knows this, And can tell what the acces code from admin thanks
  7. 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; I got a Error whit this if itry to put install database? com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table '11.character_variables' doesn't exist if try to instal the missing character_variables i got this eror: [Err] 1071 - Specified key was too long; max key length is 1000 bytes [Err] 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; [Msg] Finished - Unsuccessfully somewone got a good character_variables Execule Batch File for me. Somewone to help to fix this please
  8. Some help here please
  9. How can i put this off or delite it ? Some help please.
  10. Hi Somewone can help me to tell how can i put of this of
×
×
  • 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