Jump to content

Recommended Posts

Posted

Look here : gameserver/config/server

 

# Template with the privileges are in a file GMAccess.xml, for PlayerID set = "0"
EverybodyHasAdminRights = True/False

Posted
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

Posted
[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 
Posted
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',

 

 

 

Posted
20 minutes ago, pokoio1 said:

Thank you so much ^_^  Love you   

No problem mate :)

 

14 minutes ago, pokoio1 said:

Untitledttttt.png.36b674ce751f91dfd6fc2dd57fe3dcc7.png

 

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

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
Reply to this topic...

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