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

ٍStrange Problem with the start up of my server

Ramy Sedkey

New Member
Joined
Dec 7, 2013
Messages
78
Reaction score
2
I set up a new windows and when I open my server I found this and I don't know what is it and what does it mean so please someone explain this to me and what should I do ?
untitled.jpg
 
Execute this query and the error should disappear.
Code:
CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `login` 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=230 ;
 
thank you for reply but now I got this

[22:30:41.640] [Error - TalkAction Interface]
[22:30:41.640] data/talkactions/scripts/teleporttown.lua:eek:nSay
[22:30:41.640] Description:
[22:30:41.640] data/talkactions/scripts/teleporttown.lua:38: attempt to concaten
ate a nil value
[22:30:41.656] stack traceback:
[22:30:41.656] data/talkactions/scripts/teleporttown.lua:38: in function <data/
talkactions/scripts/teleporttown.lua:1>

that's happen when I try to go to temple by (/t)
 
thank you for reply but now I got this

[22:30:41.640] [Error - TalkAction Interface]
[22:30:41.640] data/talkactions/scripts/teleporttown.lua:eek:nSay
[22:30:41.640] Description:
[22:30:41.640] data/talkactions/scripts/teleporttown.lua:38: attempt to concaten
ate a nil value
[22:30:41.656] stack traceback:
[22:30:41.656] data/talkactions/scripts/teleporttown.lua:38: in function <data/
talkactions/scripts/teleporttown.lua:1>

that's happen when I try to go to temple by (/t)

/t 1 or /town 1
 
Back
Top