• 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!

[Tibia 1.03] Albe's Journey - A game server that takes you back to 1997

AlbesJourney

Member
Joined
Jun 22, 2026
Messages
1
Reaction score
5
I've just published my game server for Tibia 1.03 on Github. It's the first working server for that version of the game.
You will find a lot of information in the repository, including the game server, game client, sprite images, item data, and more.
Feel free to check it out!

Repository: GitHub - albesjourney/tibia: A game server and other related tools for Tibia version 1.03 (https://github.com/albesjourney/tibia)

It's a work in progress and below is the changelog as of today.

✅ Packet structure.
✅ Ability to login, create a character and logout.
✅ Change outfit (Info - Change Data).
✅ See a list of players online (Info - Userlist).
✅ Access information about a player (Info - Userlist - {player} - Info).
✅ Send comments (Info - Comments).
✅ Render the map, objects, players, outfits (colors, and sprites based on direction),
✅ Ability to walk around, both using arrow keys and left-click.
✅ Looking at tiles, objects and players.
✅ Item properties and attributes (moveable, block projectiles, throw range, container).
✅ Equipment (player inventory).
✅ Chatting, as well as different chat modes (#W, #Y, #B, private messages).
🛠️ Containers (equipment, and on the map - e.g. barrels, chests).
🛠️ Moving objects on the map, as well as to/from containers and equipment.
❌ Using objects (using levers, baking bread).
❌ Persistent storage of players (and map?) in a database (SQLite?).

0.webp

1.webp

2.webp

3.webp

4.webp
 
This is incredible! How did you even find that old client? I've been trying to make something for 6.4 but this is something else!
 
Nicely done. I've spent some time trying to reverse engineer the old 1.03 client protocol to put it on the legbone experiment but I could never get the character walking once in game.

I see your fork is very advanced and pretty much almost feature complete in regards to what could actually be done in that version back in the 90's
 
Back
Top