HE

[Resolvido] Servidor não salva personagem

Por HeelNox, 24 de mar. de 2014 em Resolvidos

6
1.2k
HeelNoxH
24 de março de 2014 às 07:32

Como o titulo ja diz, eu uso o servidor do Fireelement 10.10, Sqlite.



Quando saio de um personagem o Servidor não salva ele.


77acc16d7805de612bb1fb008eb7df1e.png



Tem outro erro não seu se envolve.


cb8753815f2c0d04ad4f0e39f8bd14ec.png


OneshotO
24 de março de 2014 às 08:07

Tá faltando a tabela player_inboxitems, procura um banco de dados que tenha ela.

 

flw

dyego2008D
24 de março de 2014 às 08:27
Melhor resposta

execute essa tabela no sql:

 

CREATE TABLE IF NOT EXISTS `player_inboxitems`
(
`player_id` INTEGER NOT NULL,
`sid` INTEGER NOT NULL,
`pid` INTEGER NOT NULL DEFAULT 0,
`itemtype` SMALLINT NOT NULL,
`count` SMALLINT NOT NULL DEFAULT 0,
`attributes` BLOB NOT NULL,
UNIQUE (`player_id`,`sid`),
PRIMARY KEY (`player_id`),
FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE
);

HeelNoxH
24 de março de 2014 às 08:32

Ok, Garou, Vlw ai irei procurar.

 

 

execute essa tabela no sql:

 

CREATE TABLE IF NOT EXISTS `player_inboxitems`
(
`player_id` INTEGER NOT NULL,
`sid` INTEGER NOT NULL,
`pid` INTEGER NOT NULL DEFAULT 0,
`itemtype` SMALLINT NOT NULL,
`count` SMALLINT NOT NULL DEFAULT 0,
`attributes` BLOB NOT NULL,
UNIQUE (`player_id`,`sid`),
PRIMARY KEY (`player_id`),
FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE
);

 

Irei testar.

1 ano depois...
SkyLighS
16 de outubro de 2015 às 12:00

Tópico Movido
Este tópico foi movido de "OTServOTserv iniciantePedidos e dúvidas - Geral"
para "OTServOTserv iniciantePedidos e dúvidas - GeralPedidos e dúvidas resolvidos - Geral".

 

 

2 anos depois...
FrenviusF
29 de novembro de 2017 às 14:20
A questão neste tópico de suporte foi respondida e/ou o autor do tópico resolveu o problema. Este tópico está fechado e foi movido para Suporte - Resolvidos. Se você tiver outras dúvidas, crie um novo tópico.