🐦Canary

What is Canary:

What is Canary

OpenTibiaBR - Canary is a free and open-source MMORPG server emulator written in C++.

This project was created with the intention of being a base as clean as possible, to work as an MMORPG engine and not necessarily linked to Tibia Global, although it will also work. The OpenTibiaBR - Global Datapack was adapted to work with the source of the Canary.

To connect to the server and to take a stable experience, you can use otclient redemption or tibia client and if you want to edit something, check our customized tools.

Github:

Github

Compiled Canary:

Linux
Windows

Features:

Features

GOD Account:

  • @god / god

28/06/2019:

  • Protocol 12.00.

11/04/2020:

  • Bestiary, Charms, Quickloot (Lua).

13/07/2020:

  • Protocol 12.20.

25/07/2020:

  • Store 12.20.

27/07/2020:

  • Protocol 12.40.

03/08/2020:

  • Boosted Creature.

24/08/2020:

  • Quickloot (C++).

26/08/2020:

  • Supply Stash.

01/10/2020:

  • Protocol 12.51.

04/11/2020:

  • Event Schedule.

17/12/2020:

  • Bestiary C++, Bestiary Monsters, Charms C++, Reflect / Heal System by elements, Boosted Creature C++.

21/12/2020:

  • Protocol 12.60.

25/01/2021:

  • Protocol 12.61.

14/03/2021:

  • Protocol 12.64.

12/06/2021:

  • Protocol 12.72.

  • Imbuement C++.

07/02/2022:

  • Compatibility with the OTServBR-Global datapack.

  • Conversion to Client Id.

08/02/2022:

  • Protocol 12.85.

27/04/2022:

  • Protobuf.

  • Protocol 12.86.

14/09/2022:

  • Protocol 12.91.

09/12/2022:

  • Forge System C++.

13/02/2023:

  • Bosstiary System C++.

25/04/2023:

  • Protocol 13.16.

26/04/2023:

  • Imbuement Tracker.

28/04/2023:

  • Multiprotocol Compatibility with Client 11.00 (10x).

08/05/2023:

  • Sound Effects System.

20/05/2023:

  • Hazard System.

07/07/2023:

  • Loyalty System.

10/07/2023:

  • Wheel of Destiny.

12/07/2023:

  • Concoctions System.

19/07/2023:

  • Protocol 13.20.

21/01/2024:

  • Protocol 13.32.

14/02/2024:

  • Achievements System C++.

04/05/2024:

  • Badge System.

11/05/2024:

  • Title System.

Map Features:

  • Custom Map.

  • Global Map.

Extra Features:

  • Revscriptsys.

  • Spdlog.

Images:

Images

Boosted Creature:

Event Schedule:

Cyclopedia:

Bestiary:

Charms:

Daily Reward:

Prey:

Imbuement:

Market:

Store:

Quicklooting:

Highscores:

Supply Stash:

Hunting Analysers:

Map:

Customize Character:

Character:

How to update appearances.dat:

How to update appearances.dat

Since this commit, Canary is not using items.otb anymore, now use the appearances.dat. Using Tibia protobuf files instead of old .otb file looks like the best approach to keep the repository most updated as possible.

  • If you just want to keep your assets the same as global, you can just simple copy the 'appearances-XXXXXXXXX.dat' file from the client's /assets/ folder, rename it to 'appearances.dat' and paste on "/data/items/" on the server and it's already up-to-date.

  • If you want to customize the client assets you can use Assets Editor. On Assets Editor open your client 12x /assets/ folder, edit/add/remove anything you want on it, save and compile it. After that you just go to you client /assets/ folder, copy the appearances-xxalotofnumbersxx.dat, paste it on the server /items/ folder and rename it to appearances.dat.

Server Folder Structure:

Server Folder Structure
  • data - this is the "core" folder, it is where the files that are absolutely necessary for the distro to open correctly, such as libs, xmls, etc. Here we have files that both the otservbr-global and canary datapack share with each other.

  • data-otservbr-global - this is the global datapack files, some libs and folders that are only for the global server, such as scripts, monsters, npcs, world.

  • data-canary - a "clean" datapack as far as possible, with only the scripts and files necessary for the server to work.

  • NOTE - The "data" folder is actually the "core" of the server, we didn't rename it to avoid having to make changes to the sites and login.php, since they read the "data/xml". The other two folders, data-otservbr-global and data-canary can be changed in config.lua, which one you want the executable to read, by default we'll point to the global one, as that's what most use. If you want to start a custom server with "as few files and scripts as possible", then switch to "data-canary".

    We also added a boolean in config.lua that allows choosing another name for the datapack, by default we will also keep this disabled, since we will only maintain support for these two datapacks, it is up to each one to know what they are doing in case they want to change it.

Minimum Requirements:

Minimum Requirements
  • CPU: 4 vCPU @ 3.70~4.80Ghz

  • RAM: 8 GB DDR4

  • Storage: 50 GB

Last updated