dnmk
New Member
- Joined
- Jan 9, 2017
- Messages
- 14
- Reaction score
- 1
Hi there!
First off, before we get to the problem, I have been using TFS 1.5 8.60 Nekiro downgrade downloaded here:
GitHub - nekiro/TFS-1.5-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.60)
The connection was working fine, but for some reason the "Who is Online?" tab on the website wasnt showing players that were actually online. I've searched that it might be a distro problem, so i searched for another distro.
I have found this
GitHub - moviebr/TFS-1.5-Downgrades: Alternative forgottenserver versions for older protocols support (https://github.com/moviebr/TFS-1.5-Downgrades/tree/8.60)
But after recompiling, setting up config.lua, the TFS runs fine, but if i try to connect to the server this happens:

This is from OTClient that i had previously connected to the server.
No errors in console too.
I also tried connecting from Tibia Loader, and it gives this:

I switched the config.lua to previous one to check if its something with the config, but that didnt changed anything.
Where to look for?
definitions.h
First off, before we get to the problem, I have been using TFS 1.5 8.60 Nekiro downgrade downloaded here:
GitHub - nekiro/TFS-1.5-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.60)
The connection was working fine, but for some reason the "Who is Online?" tab on the website wasnt showing players that were actually online. I've searched that it might be a distro problem, so i searched for another distro.
I have found this
GitHub - moviebr/TFS-1.5-Downgrades: Alternative forgottenserver versions for older protocols support (https://github.com/moviebr/TFS-1.5-Downgrades/tree/8.60)
But after recompiling, setting up config.lua, the TFS runs fine, but if i try to connect to the server this happens:

This is from OTClient that i had previously connected to the server.
No errors in console too.
I also tried connecting from Tibia Loader, and it gives this:

I switched the config.lua to previous one to check if its something with the config, but that didnt changed anything.
Where to look for?
definitions.h
LUA:
static constexpr auto CLIENT_VERSION_MIN = 860;
static constexpr auto CLIENT_VERSION_MAX = 860;
static constexpr auto CLIENT_VERSION_STR = "8.60";
static constexpr auto AUTHENTICATOR_DIGITS = 6U;
static constexpr auto AUTHENTICATOR_PERIOD = 30U;