OpenTibiaBR - Canary is a free and open-source MMORPG server emulator written in C++. It is a fork of the OTServBR-Global project. To connect to the server and to take a stable experience, you can use mehah's otclient or tibia client and if you want to edit something, check our customized tools. If you want to edit the map, use our own remere's map editor.
Tests can be run directly from the repository root using CMake test presets:
# Configure and build tests for your platform
cmake --preset linux-debug && cmake --build --preset linux-debug
# Run all tests
ctest --preset linux-debug
# For other platforms use:
# ctest --preset macos-debug
# ctest --preset windows-debug
For detailed testing information including adding tests and framework usage, see tests/README.md.
If you need help, please visit our discord. Our issue tracker is not a support forum, and using it as one will result in your issue being closed.
Here are some ways you can contribute:
You are subject to our code of conduct, read at this link.
- Our contributors (Canary | OTServBR-Global).
See our donate page.
We extend our heartfelt gratitude to Jetbrains for generously granting us licenses to collaborate on this and various other open-source initiatives.