Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Hey guys a while was thinking of opening a server, but I was just too long without dropping the project, but now with the arrival of the holiday I thought I'd return to work the same. As I do not know if the server will succeed or not so I thought I host provisionally at home on a pc with the...
Hi guys
I compile tfs3.6 on ubuntu 10.04 but when i put the server in OTServer list it appears you are offline.
I've opened up the doors of the modem, the ip already signed up on the website noip, I just do not understand what happens when I wore the windows otlist functioned normally.
help...
I tried and did not work, I could not find it in the file
std::string getGlobalIP()
{
WSADATA wsaData;
if(WSAStartup(MAKEWORD(2, 0), &wsaData) != 0)
return "Not found";
SOCKET s = socket(AF_INET, SOCK_STREAM, 0);
HOSTENT *host;
host =...
I try compilling in Ubuntu 12.04 LTS this source , http://otland.net/f18/8-60-lost-server-0-3-6-a-161517/ it give a error
F .deps/otserv.Tpo -c -o otserv.o otserv.cpp
In file included from game.h:22:0,
from otserv.cpp:34:
enums.h: No construtor...