Tava olhando esse tutorial e esta implementado na source usei a query para criar a priv_settings
Query
CREATE TABLE `priv_settings` (
`priv_type` enum('PLAYER','GUILD','EMPIRE') NOT NULL DEFAULT 'EMPIRE' COMMENT 'GUILD and PLAYER are untested.' ,
`id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'this is for empire_id, player_id or guild_id' ,
`type` int UNSIGNED NOT NULL DEFAULT 4 COMMENT '1:item_drop, 2:gold_drop, 3:gold10_drop, 4:exp (1~4)' ,
`value` int NOT NULL DEFAULT 0 COMMENT '0~1000%' ,
`duration` datetime NOT NULL DEFAULT 0 ,
PRIMARY KEY (`priv_type`, `id`, `type`)
)
;
Depois adicionei
INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '1', '200', '2014-08-07 14:26:03');
INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '2', '66', '2014-08-07 14:26:03');
INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '3', '1', '2014-08-07 14:26:03');
INSERT INTO `priv_settings` VALUES ('EMPIRE', '0', '4', '15', '2014-08-07 14:26:03');
Porem servidor ainda não entra no cliente
Db erro sem nem ligar o servidor
Ch1 erro sem nem ligar servidor
Depois de ligar
Ch 1
SYSERR: Dec 8 00:45:54.742663 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Dec 8 15:55:38.235830 :: pid_init:
Start of pid: 1200
SYSERR: Dec 8 15:56:29.756971 :: ReadVnumMapper: dragon_soul_table.txt need VnumMapper.
SYSERR: Dec 8 15:56:29.757055 :: Boot: cannot load DragonSoulTable: locale/portugal/dragon_soul_table.txt
SYSERR: Dec 8 15:56:31.981166 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!";
SYSERR: Dec 8 15:56:31.984825 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!";
SYSERR: Dec 8 15:56:31.986244 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!";
SYSERR: Dec 8 15:56:31.987569 :: locale_find: LOCALE_ERROR: "%s의 %s이 %d%% 증가했습니다!";
SYSERR: Dec 8 15:56:31.990260 :: heart_idle: losing 50 seconds. (lag occured)
Db
SYSERR: Dec 8 00:45:54.746474 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Dec 8 00:45:54.803131 :: pid_deinit:
End of pid
SYSERR: Dec 8 15:55:27.953844 :: pid_init:
Start of pid: 1194
SYSERR: Dec 8 15:55:27.954602 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Dec 8 15:55:29.10624 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
Print Server ligando
https://uploaddeimagens.com.br/imagens/46BZvPA
Print Server no PS
https://uploaddeimagens.com.br/imagens/XEnpoNE