• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

I've been looking at your project and I like the things and improvements, it's just that my server is running TFS 1.4.2, not TFS 1.8.

And I would like to know if it is possible to adapt that Chain system to a TFS 1.4.2?

I'd like to have the system on my server :V
TFS 1.4.2 uses C++14/17 while the Mateuzkl downgrade uses C++23 features. Some code in the commit (like std::unique_ptr usage patterns, lambda captures, or structured bindings may require adaptation for 1.4.2's older support
 
I've been looking at your project and I like the things and improvements, it's just that my server is running TFS 1.4.2, not TFS 1.8.

And I would like to know if it is possible to adapt that Chain system to a TFS 1.4.2?

I'd like to have the system on my server :V
Simply merge the changes. Remember that versions are nothing else than code differences, reached milestones, etc. I see @Mapperforfun commented right before and he's right. Probably you have to upgrade c++ features but you can guide youserlf step by step screenshoting or copying the code and asking AI to lead you. You can update easily by using any terminal.
 
i just compiled all with otcv8 - it seems that monsters after kill "still" stand and block.. its server side or otcv8?
 
i just compiled all with otcv8 - it seems that monsters after kill "still" stand and block.. its server side or otcv8?
I think I replied to you on GitHub, but I’m not sure if it was you.


You need to compile both the server and the client.


Also, you should clear the AppData/cache folder, because it may be conflicting with an older OTC client.


Just clean the cache, test again, and it should work.
 
I created a tool to convert older tfs maps to newer tfs, works perfectly for this distro.

I started a thread here but it's still pending approval, hopefully it can save you some time, i converted the evolera map with great success, will need some manual work after converting as its not 100% perfect, some black squares in the water etc.

 
Back
Top