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

Windows 8.54 real map OTS

desire1991

New Member
Joined
Dec 17, 2009
Messages
6
Reaction score
0
Hello everyone,

I want to play (single player :P) and explore tibia world 8.54, but everything what i download is crashed, it has a lot of bugs or SQL errors. I need the simpliest version, without any raids etc. Just real map ots, where i should only create database. Thanks for any help
 
Could you give me a link with real map 8.54 ? All i downloaded are crashed at my computer. Maybe because of my windows 7, but i dont know.
 
mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; -MYSQL ERROR: Table 'qwer.z_ots_comunication' doesn't exist (1146)
 
You dont have table z_ots_comunication
Here it is:
Code:
CREATE TABLE IF NOT EXISTS `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 AUTO_INCREMENT=17 ;
 
I went through the exact same thing as you an personnaly I would love to help you...I have a server up and running right now and I could easily send it all to you but there is a couple minor problems I am currently working on....I could give it to you now, seeing as you only want it to explore and stuff. Hit me up if you want it....I am not a hacker or anything just a kid that wants to help you b.c ur going through what I did. Believe me or not...your choice. :)
 
Back
Top