• 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. N

    Game::attack(CreaturePtr)

    Hello, In game.cpp file, we can find the member function Game::attack(CreaturePtr). This member function has the following definition: void Game::attack(CreaturePtr creature) { if(!canPerformGameAction() || creature == m_localPlayer) return; // cancel when attacking again...
  2. N

    Studying the forgotten server and OTClient's Sources

    Hello guys, So about 3 months ago, I was playing one of those really well made Open Tibia Server, and motivated by the passion of Open Tibia scene, I started to study C++ to be able to understand the sources of TFS and OTC. Many years ago, I was trying to run my own server just for fun with my...
Back
Top