Monty Posted September 17, 2017 Posted September 17, 2017 5 minutes ago, Solomun said: All new heroes are what? GM -> Access level 100 ? Maybe have some config where can disable GM spawn only ?? Quote
JayBro Posted September 17, 2017 Posted September 17, 2017 Look here : gameserver/config/server # Template with the privileges are in a file GMAccess.xml, for PlayerID set = "0" EverybodyHasAdminRights = True/False Quote
Dan7E2 Posted September 18, 2017 Posted September 18, 2017 On 9/17/2017 at 3:01 AM, wakowako said: I have seen a lot of controversy with this pack. Is it really worth to use on a server? It has backdoors/exploits? What is the problem with these files? events not work and skills are wrong made Quote
pokoio1 Posted September 18, 2017 Posted September 18, 2017 [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 >>>>>How to fix .bat error Quote
Monty Posted September 18, 2017 Posted September 18, 2017 7 hours ago, pokoio1 said: [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 >>>>>How to fix .bat error Replace this row: `value` VARCHAR(4000) CHARACTER SET UTF8 NOT NULL DEFAULT '0', with this one: `value` VARCHAR(200) CHARACTER SET UTF8 NOT NULL DEFAULT '0', Quote
pokoio1 Posted September 19, 2017 Posted September 19, 2017 9 hours ago, Monty said: กับสิ่งนี้: Thank you ^_^ I love you Quote
Solomun Posted September 19, 2017 Posted September 19, 2017 Edit gameserver.bat to use more memory. Quote
pokoio1 Posted September 19, 2017 Posted September 19, 2017 4 hours ago, Solomun said: Edit gameserver.bat to use more memory. Thank you so much ^_^ Love you Quote
Solomun Posted September 19, 2017 Posted September 19, 2017 20 minutes ago, pokoio1 said: Thank you so much ^_^ Love you No problem mate :) 14 minutes ago, pokoio1 said: How can Disable ? Check EnterWorld.java you will find something there that sends this dialog. Follow the declaration and you will find a way to disable it Quote
fxb0t Posted September 19, 2017 Posted September 19, 2017 No problems so far. Another top quality share from AkarO :) Quote
pokoio1 Posted September 19, 2017 Posted September 19, 2017 Do you think it can be open to people to play? Quote
fxb0t Posted September 19, 2017 Posted September 19, 2017 11 minutes ago, pokoio1 said: Do you think it can be open to people to play? Why not? 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.