Psyancy Posted August 4, 2017 Posted August 4, 2017 http://imgur.com/a/Fwlk9 maybe fandc need 1.7 right ;) so i am the true about jdk 7 they dont need latest java right? No you're wrong because i run these files on java 8 latest version Quote
JolityMan Posted August 4, 2017 Posted August 4, 2017 what you see in photo pro developer? they need 1.7 Quote
Psyancy Posted August 4, 2017 Posted August 4, 2017 what you see in photo pro developer? they need 1.7 ok ok Quote
kreis Posted August 4, 2017 Posted August 4, 2017 Links Updated with sh files on Gamserver. thx Quote
motrizer Posted August 5, 2017 Posted August 5, 2017 Full build dont create login, game and tools folder D: Quote
Pulentolento Posted August 6, 2017 Posted August 6, 2017 Full build dont create login, game and tools folder D: It's too hard copy those folder from Dist? Or add the function on build.xml to copy from Dist to Build? I do not see the problem unless you are lazy to do it. Quote
kreis Posted August 11, 2017 Posted August 11, 2017 hello how i can remove Quiz event if i cant find script.cfg ? Quote
Akar0 Posted August 11, 2017 Author Posted August 11, 2017 script.cfg? where did you read that file from sources? Quote
kreis Posted August 11, 2017 Posted August 11, 2017 i meen how i can make it off Quiz event ? on what config or file Quote
Attila Posted August 13, 2017 Posted August 13, 2017 (edited) 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 Edited August 13, 2017 by Attila Quote
Merlinas Posted August 13, 2017 Posted August 13, 2017 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 Problem is key on `value` field. It's overkill MySQL indexing rules. Fix your key. Quote
Akar0 Posted August 14, 2017 Author Posted August 14, 2017 any one can help me disable Quiz event? Have you checked the config folder at least? Have you read them? Because everything is there! Quote
kreis Posted August 14, 2017 Posted August 14, 2017 (edited) Have you checked the config folder at least? Have you read them? Because everything is there! can you help me? i looked on config forlder but about Quiz event i not finded enithing.. https://ibb.co/idpRUv need help to disable it Edited August 15, 2017 by kreis Quote
Attila Posted August 16, 2017 Posted August 16, 2017 (edited) Problem is key on `value` field. It's overkill MySQL indexing rules. Fix your key. yes tanks i made it to inpoer the character_variables But now I see this every time ? Some help here please Have you checked the config folder at least? Have you read them? Because everything is there! thanks Edited August 17, 2017 by Attila Quote
Recommended Posts
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.