• 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!

[8.54] FrankFarmers Real Tibia Project [EPIC RELEASE] + FULL ZAO LINK

Awesome server Frank! I got just one problem! I wan't to have Gesior acc but it wont work on any of his version! Can someone please tell me what version of Gesior acc that will work on this server!
 
@Inflames90

The server can't find the table z_OTS_comunication!
You have to add that table to your database.

I didn't got that error.. :O
 
After I fixed some bugs/errors this server worked awesome!

I guess this is the best server for free out there now, thanks alot :) rep+
 
I added that table manually, but there's nothing in it cause I added it myself, so its still the same problem.
 
Code:
CREATE TABLE `z_ots_comunication` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `action` varchar(255) NOT NULL,
  `param1` varchar(255) NOT NULL,
  `param2` varchar(255) NOT NULL,
  `param3` varchar(255) NOT NULL,
  `param4` varchar(255) NOT NULL,
  `param5` varchar(255) NOT NULL,
  `param6` varchar(255) NOT NULL,
  `param7` varchar(255) NOT NULL,
  `delete_it` int(2) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

rep++

:thumbup:
 
Back
Top