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

Recent content by emension

  1. E

    [C++] Adding a variable to player.h causes servercrash

    I'm almost absolutely sure that i did everything allright. Here are the snippets of the code from player.cpp and player.h player.h : private: bool talkState[13]; bool inventoryAbilities[11]; bool pzLocked; bool saving; bool isConnecting; bool requestedOutfit...
  2. E

    [C++] Adding a variable to player.h causes servercrash

    Hello, In TFS 0.2.x i hadnt problem with it, i could just add a variable in player.h int32_t team; then just use it without problems in the player.cpp functions. Just like this below: soulMax = 100; capacity = 400.00; team = 0; Now when i try to add a variable in newest tfs...
  3. E

    The Forgotten Server v0.2 (Mystic Spirit)

    8.41 would be great
  4. E

    [8.4 - SQL] Forgotten Server by Hugo with makePlayers and Players by JigSaw

    Post sources please, so we can compile it on linux :) I wanna add few thingies also :S
Back
Top