[DiscordArchive] Yeah I was just following steps in order, and saw the ones about testing the services.
[DiscordArchive] Yeah I was just following steps in order, and saw the ones about testing the services.
Archived author: Dritzz • Posted: 2025-09-30T20:36:08.478000+00:00
Original source
ok. thank
Archived author: Michael Crilly • Posted: 2025-09-30T21:12:19.433000+00:00
Original source
The auth server tells the client where the world server is, including the port. If you change the world server port, you have to update the auth server database and change the entry for that world server otherwise it’ll tell the client the wrong port.
Archived author: Bauf • Posted: 2025-09-30T21:15:33.105000+00:00
Original source
It seems like, If I want a new character to start with a talent picked in their talent tree, I need to write into the db_characters/character_talent database during the Player::Create or Player::BuildEnumData functions within Player.cpp. Unless there is a much easier solution.