• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Installing gesior account website "unknown colum"

ItsMeMagic

Old Tibia Player.
Joined
Sep 11, 2008
Messages
335
Reaction score
39
Location
exiva "Magic~
When i'm installing gesior account i have some troubles with some "unknown colums" like players.loss_experience in field list i know that i can fix with this code below...

ALTER TABLE `players` ADD `loss_experience` INT NOT NULL DEFAULT 100;

but the problem is when it says unknown "deleted" field list i realize that i need to put the same
ALTER TABLE `accounts` ADD `deleted` INT NOT NULL DEFAULT 100;

but when i put this the command execute normally but in the website all char are "deleted" so i dont know what are the correct comands for

I dont know what commands should i execute when it says "key on field list" deleted on field list..

Thanks Community, sorry for my bad english i tryed my best hope you understand it
 
Back
Top