• 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

    [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...
  2. 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...
  3. binny

    Compiling Warning error when compile 0.4

    I made the change... 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: containing loop for(int16_t i = 0; i < 3...
  4. binny

    Compiling Warning error when compile 0.4

    I'm sorry... I'm a nooba XD I just downloaded the best sourcecode i found here on forum and came with this problem GitHub - Fir3element/3777 I just was scared... Because I want a stable server XD So what you said is that I should change: game.cpp line 79 for(int32_t i = 0; i < 3; i++) to...
  5. 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