Jump to content
  • 0
Sign in to follow this  
BlackAngel

Infraestrutura (Personagem não entra) OTServ Global 12x - Autoloot + Recompensa

Question

BlackAngel    0
BlackAngel

Antes de fazer a sua pergunta, tenha certeza de ter lido as regras da seção e o guia abaixo:

https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/

https://forums.otserv.com.br/index.php?/forums/topic/165121-como-fazer-uma-pergunta-ou-o-grande-guia-do-usuário-com-dúvidas/

Descreva em algumas palavras a base utilizada. (Nome do servidor / Nome do cliente / Nome do website / etc.).

Ex: The Forgotten Server 1.3, Versão: 10.98.

Base:

OTServ Global 12x - Autoloot + Recompensa

Qual é a sua pergunta?

Lista de personagens aparece, mas o personagem selecionado não entra no jogo.

 

Você tem o código disponível? Se tiver poste-o na caixa de código que está dentro do spoiler abaixo:

Spoiler


 

 

Você tem alguma imagem que possa auxiliar no problema? Se sim, anexe-a dentro do spoiler abaixo:

Spoiler

autoloot + recompensa.png

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Majesty    1,758
Majesty

Em seu banco de dados (phpMyAdmin -> SQL), execute:

CREATE TABLE IF NOT EXISTS `player_autoloot` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `player_id` int(11) NOT NULL,
  `autoloot_list` blob,
  CONSTRAINT `player_autoloot_pk` PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `player_autoloot_persist` (
  `player_guid` mediumint(9) DEFAULT NULL,
  `cont_id` mediumint(9) DEFAULT NULL,
  `item_id` mediumint(9) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

 

Share this post


Link to post
Share on other sites
  • 0
BlackAngel    0
BlackAngel

Problema RESOLVIDO. Obrigado!

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×