hans henrik
Active Member
is there any 7.6 login servers available? i know tibiafun.eu had a private 7.6 login server (developed by Kratos/Andre), but i don't recall any public 7.6 login servers?
yeah i know, they have 7.40-11.00 PLANNED in the future, but that server currently only supports Tibia 12 today ^^I found this:
![]()
GitHub - OTCv8/OpenTibiaLoginServer: OpenTibiaLoginServer
OpenTibiaLoginServer. Contribute to OTCv8/OpenTibiaLoginServer development by creating an account on GitHub.github.com
i don't think that loginserver support 7.6? checking the src/protocollogin.cpp file,![]()
The forgotten login server [7.72 support]
Hello some months ago i was trying to setup a loginserver for multiworld system with my engine nostalrius 7.72 and i found this one Milice/forgottenloginserver (https://github.com/Milice/forgottenloginserver) then i did figure out with my little skills how to make it work with 7.72 and it is...otland.net
if (version <= 760) {
disconnectClient("Only clients with protocol " + g_config.getString(ConfigManager::CLIENT_VERSION_STR) + " allowed!", version);
return;
}
yeah i know, they have 7.40-11.00 PLANNED in the future, but that server currently only supports Tibia 12 today ^^
7.6 is not the same as 7.72?i don't think that loginserver support 7.6? checking the src/protocollogin.cpp file,
C++:if (version <= 760) { disconnectClient("Only clients with protocol " + g_config.getString(ConfigManager::CLIENT_VERSION_STR) + " allowed!", version); return; }
nope ^^7.6 is not the same as 7.72?
well in that case you wont have DX9 support, maybe you can tweak it to support 7.6 clientnope ^^
funfact, 7.6 is the last version to not use encryption, Tibia introduced XTEA/RSA encryption in 7.7