ForgottenNot
Member
- Joined
- Feb 10, 2023
- Messages
- 289
- Reaction score
- 24
i was working on this it's unfinished would like to release it hopefully it would help someone. it comes with all commits
i was working in tfs 8.0 up to date with main tfs repo
you can access to the server with a commit in protocollogin.cpp
i was working in tfs 8.0 up to date with main tfs repo
GitHub - pasturryx/multiworld
Contribute to pasturryx/multiworld development by creating an account on GitHub.
github.com
LUA:
//output->add<uint32_t>(inet_addr(g_gameworld.getWorldIp(worldId)));
//output->add<uint16_t>(g_gameworld.getWorldPort(worldId));
output->add<uint32_t>(inet_addr(g_config.getString(ConfigManager::IP).c_str()));
output->add<uint16_t>(g_gameworld.getWorldPort(worldId));