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

Search results

  1. binny

    TFS 0.X Remove anti-idle kick (but adding a storage and not count on otservlist)

    I want to remove kick on idle characters config.lua: idleKickTime = 15 * 60 * 1000 what should i do? put it 0? But even after this i need to do 2 things 1- don't count the players who are idle for 15 min+ on otservlist and when they back, back to count 2- set a storage on this players that...
  2. binny

    Is anybody hosting a ot on contabo?

    Dolar and euro here in Brazil is so high, with recommendations here on forum i found a cheap NA VPS with 8GB/ram here: https://contabo.com/en/vps/ But before buy i would like to know if there is anybody here using this VPS so can i login on your server to test the ping
  3. binny

    What should i care when buy a VPS?

    I did a server for years, just local, full custom, now i want to open to the world to test this, max 50/100 I saw in other topics that map is important, so my map size is: 55mb I test on my local linux and it was using 870mb/ram before i open the sever, then after open it starts to use 2800mb...
  4. binny

    Linux RME pallet dark

    Why my RME pallet on debian is full dark? I've compile using this steps on Debian Stretch: Linux - Error RME debian bump
  5. binny

    Linux libmysqlclient-dev - debian stretch

    I need to install some libraries to compile a 0.4 server on my debian stretch... But it missing some packages that i need to compile: apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev...
  6. binny

    [Debian]Installing library to compile OTClient - failed

    I was following the steps to compile Otclient, but some library are not there And before i do some shit i need to ask to someone experient here, because i think i can not take this librarys on news versions, i think so... apt-get install build-essential cmake git-core libboost1.58-all-dev...
  7. binny

    Linux Error RME debian

    I'm trying to compile RME on debian but i got this error, is anybody know how to fix this? cmake .. -- Boost version: 1.62.0 -- Found the following Boost libraries: -- thread -- system -- chrono -- date_time -- atomic CMake Error at...
  8. binny

    Compiling Warning error when compile 0.4

    This warnings errors show me when i try to compile my source code: game.cpp: In constructor ‘Game::Game()’: game.cpp:80:31: warning: iteration 2u invokes undefined behavior [-Waggressive-loop-optimizations] globalSaveMessage[i] = false; ^ game.cpp:79:23: note...
Back
Top