[DiscordArchive] Hello, I have a AzerothCore server running, both worldserver and authserver load without issue.
[DiscordArchive] Hello, I have a AzerothCore server running, both worldserver and authserver load without issue.
Archived author: dboyd58 • Posted: 2025-09-01T17:35:39.061000+00:00
Original source
Hello, I have a AzerothCore server running, both worldserver and authserver load without issue.
My problem is when I load the client type my user and pass it says handshaking, success, then it just stays on connected. Or shows me my realmbeing active but if I click on it it just goes back through the loop of handshaking, success, connected.
realmlist.WTF is set realmlist 127.0.0.1,
config.WTF is SET realmlist "127.0.0.1",
HeidiSQL tells me the acore_auth realmlist table has address and localaddress set to 127.0.0.1 in data view.
authserver.conf is set to LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
and finally worldserver.conf says
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world"
CharacterDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_characters"
I am sure it's a glaringly obvious mistake that I have made, but can someone point me in the right direction please?