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!
Hello,
I'am using gdb to fix a bug in my otserv, I catch this exception: http://pastebin.com/pWhQKUTS
The bug is solved, but I want to know what player was doing that.
How I can find him with these information "player=0x7ff067c0c550"?
When I try to compile, appears this error
make[1]: Entering directory `/home/zaiak/trunk/rev3777r19'
CXX beds.o
CXX game.o
CXX house.o
CXX ioban.o
CXX iologindata.o
iologindata.cpp: In member function âstd::string IOLoginData::getCheckPlayerLevel(const string&) constâ...
No, OTX 290 SE I can compile, but I'am having problem with it, the function doShutdown() doesn't work, the command /reload too.
Now I'am trying to compile the OTX 290.
I am using another vps now.. And the compilation works 100%..
But, i have many problems on the intiation of server :((
The spells don't work, systems..
The command works now, thanks Talaturen..
Another question, the command /promote don't works too.
My "god" have outfit of CM, and exist only tutor, senior tutor and god..
I wanna add GM, CM..
(gdb) bt
#0 0x00007ffff7658a41 in ?? () from /usr/lib/liblua5.1.so.0
#1 0x00007ffff765a2ae in ?? () from /usr/lib/liblua5.1.so.0
#2 0x00007ffff764c805 in lua_getfield () from /usr/lib/liblua5.1.so.0
#3 0x0000000000464009 in ConfigManager::loadFile(std::string const&) ()
#4...