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

  1. Dolot2003

    TFS 1.X+ High CPU usage in checkCreatureWalk (TFS 1.5 Nekiro 8.60)

    I tested these changes on my server and saw a significant improvement. std::bind(&Game::updateCreatureWalk, &g_game, getID()) and std::bind(&Game::checkCreatures, this, (index + 1) % EVENT_CREATURECOUNT) now use considerably less CPU than before. However, std::bind(&Game::checkCreatureWalk...
  2. Dolot2003

    TFS 1.X+ High CPU usage in checkCreatureWalk (TFS 1.5 Nekiro 8.60)

    Hello everyone, I'm currently running a server using the TFS 1.5 8.60 (Nekiro Downgrade) and I'm facing significant CPU performance issues when the player count increases. Looking at the internal profiler, it seems that the A* pathfinding algorithm and creature walking logic are consuming the...
Back
Top