Mapperforfun
Member
- Joined
- Jul 11, 2024
- Messages
- 39
- Reaction score
- 13
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 supportI'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?
![]()
feat: Chain System · Mateuzkl/forgottenserver-downgrade-1.8-8.60@bf962ac
Combat mechanic where attacks/spells bounce from target to nearby targets with configurable max targets, distance, backtracking, and visual effects. - Add ChainCallback and ChainPickerCallback cla...github.com
I'd like to have the system on my server :V