cria um novo char para ver
- Fórum
- xTibia - Notícias e Suporte
- Soluções
- Archived
- erro na distro
info
Grupo: Visconde
Registrado: 28/02/14
Posts: 416
Reputação: +90
Gênero: Masculino

ja criei e nda mano min add facebook https://www.facebook.com/vitor.lima.5076798
info
Grupo: Campones
Registrado: 29/10/11
Posts: 8
Reputação: 0

Execute essas tabelas em seu banco de dados, vê se vai resolver seu problema.
ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
UPDATE `players` SET `exphist_lastexp`=`players`.`experience`;
Te ajudei? LIKE THIS ![]()




info
Grupo: Campones
Registrado: 07/08/15
Posts: 2
Reputação: 0
TIPO MEU SERVE TA HOSPEDADO EM VPS LINUX SO QUE QUANDO EU ENTRO NAS ACC E MOVO OS ITENS NAO CONSIGO NAO DA PRA MOVER NDA NEM TIRAR OS ITENS DA BP NDA E UNICO ERRO QUE DA NA DISTRO SAO ESSES
mysql_real_query(): INSERT INTO `player_items` (`player_id`, `pid`, `sid`, `itemtype`, `count`, `attributes`, `serial`) VALUES (17,3,101,1987,1,'\0\0serial\0\0\05OBVT-B1Q8T-F6D37-03ICB','5OBVT-B1Q8T-F6D37-03ICB') - MYSQL ERROR: Unknown column 'serial' in 'field list' (1054)