It is an open Tibia server, a simple one, written in C# from scratch.
I believe one can only learn by doing.
This project is really old, I did it as a tribute to the open Tibia community. From time to time, I take this project to have some fun and recall the good old days.
- Download the last GUI release asset mtanksl.OpenTibia.Host.GUI_win-x64
- Extract and run server
- Download the last release asset mtanksl.OpenTibia.Host_win-x64
- Extract and run server
- Download the last release asset mtanksl.OpenTibia.Host_linux-x64
- Extract
- Allow executing file as program permission
chmod +x ./mtanksl.OpenTibia.Host
- Run server
./mtanksl.OpenTibia.Host
- Sqlite database location:
\mtanksl.OpenTibia.GameData\data\database.db
. - Server configuration file location:
\mtanksl.OpenTibia.GameData\data\server\config.lua
.
- Use Tibia 8.6 client (download below) with an IP changer (download also below) to connect to localhost (IP address 127.0.0.1) on port 7171.
- Use account number
1
and password1
to enter game.
You can download the official release direct from here 4Shared.
You can use jo3bingham's IP changer, OtLand IP changer or download direct from here 4Shared.
MSB3821 Couldn't process file MainForm.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.
Go to \mtanksl.OpenTibia.Host.GUI\MainForm.resx
file in Windows File Explorer. Right-click and select properties. At the bottom of the the dialog is an "unblock" option.
You can use Remere's map editor.
You can use SQLiteStudio.
You can use Blackdemon's Tibia editor, download direct from here 4Shared.
You can use OTItemEditor.
You can use ZeroBrane Studio IDE.
If you want to know what is implemented and how it works, please, visit the Project's wiki.