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

⚔️ 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.

 
Does anyone have the Windows executable and client working? I just want to test the database. Why do they leave everything uncompiled these days? I like editing maps and creating scripts, but my laptop isn't good enough for many programs, so I can't compile. They should make the servers ready to use like before, just open and test. Could someone please send me the .exe and .dll files?
 
Does anyone have the Windows executable and client working? I just want to test the database. Why do they leave everything uncompiled these days? I like editing maps and creating scripts, but my laptop isn't good enough for many programs, so I can't compile. They should make the servers ready to use like before, just open and test. Could someone please send me the .exe and .dll files?
here You go 😘
 

Attachments

Back
Top