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

any can help me with adding mounts in TFS 1.5 Nekiro

Moicano

New Member
Joined
Jul 16, 2016
Messages
5
Reaction score
3
Hi everyone,
1- could someone give me support to finish adding this system to my project... I really don't know how I managed to compile it but I can't add the commits to make the mount system functional.
work on ADD MONTS TFS 1.5 NEKIRO
source GitHub - nekiro/TFS-1.5-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.60)

2- After compiling I tried to enter the server and it gave me an error saying that the supported protocol is 13.00 and the truth is that my project is 8.6 I also need help with this. IT DOESN'T LET ME SLEEP!

im nooby :/

---------------Disclaimer-------------
"I deeply value the support and understanding of this community. While I strive to ensure my posts follow all the rules, I kindly ask for your patience and guidance if I have made any mistakes. My intention is always to contribute positively and respectfully. Thank you for your understanding and support!"
---------------Disclaimer-------------

13allowed.webp


heltoadd.webpcoomiitsadd.webp
 
Last edited:
my theory is that you downloaded and compiled the main repo tfs 13.10 with http
here is the proof that it is NOT 8.6 what you compiled

1735665422192.webp
1735665428804.webp

1735665808056.webp
------------------------------------------------------
------------------------------------------------------
------------------------------------------------------

if you want an 8.6 , 1.5 server with mounts use this
+ this fix fix Visual Studio and CMake builds by gesior · Pull Request #34 · MillhioreBT/forgottenserver-downgrade (https://github.com/MillhioreBT/forgottenserver-downgrade/pull/34)
and this features
in v8

LUA:
    g_game.enableFeature(GameSkillsBase)
    g_game.enableFeature(GamePlayerMounts)
    g_game.enableFeature(GameDoubleSkills)
    g_game.enableFeature(GameBaseSkillU16)
    g_game.enableFeature(GameAdditionalSkills)



you do not have to modify anything, mount is ready
 
Last edited:
Back
Top