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.
- You need Visual Studio 2022 and .NET 8.
- Download and extract the files.
- Open
mtanksl.OpenTibia.sln
. - Set
mtanksl.OpenTibia.Host
ormtanksl.OpenTibia.Host.GUI
as startup project. - Press F5 to run the server.
- 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. - Sqlite database location:
\mtanksl.OpenTibia.GameData\data\database.db
.
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 download the official release direct from here 4Shared.
You can use jo3bingham's IP changer, OtLand IP changer or download direct from here 4Shared.
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.