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

Compiling TFS 1.5 Compiling problem

middley

Member
Joined
Oct 2, 2019
Messages
50
Reaction score
6
Hello, I have a problem with compiling TFS 1.5 downgrade nekiro, I added functions to damage, the entire compilation goes without a problem, at the very end while creating the file, the console throws errors.
Here is the link to what I tried to add:
Code:
https://github.com/otland/forgottenserver/pull/2807/files

errors from the console :
Zrzut ekranu 2025-04-30 165628.webp

Thank you in advance for your help
 
TFS 1.5 downgrade nekiro
"Nekiro TFS 1.5" is version before official TFS 1.4, often called 1.3 (there is no official TFS 1.3).
There were many changes then, including some Item and ItemAttributes separation. Code from https://github.com/otland/forgottenserver/pull/2807/files is not compatible with Nekiro 1.5.
I tried to add it by searching similar lines and added reflect/boost to ItemAttributes, but in PR it adds to class Item. So you got to analyse what parts of code goes where and fix your code.
you made these functions private, right?
No. If you try to find similar lines to this PR in Nekiro 1.5, it will add these functions/attributes to wrong classes.
 
Back
Top