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

troubleshoot

  1. potinho

    C++ [OTX 2] Game::playerRequestOutfit running slow

    I dont know why its happening, there's something can i do to improve this? Appearly exhaust its not being applied correctly. bool Game::playerRequestOutfit(uint32_t playerId) { Player* player = getPlayerByID(playerId); if(!player || player->isRemoved()) return false...
Back
Top