[DiscordArchive] or should i open world first?
[DiscordArchive] or should i open world first?
Archived author: Rymercyble • Posted: 2024-03-06T12:02:53.374000+00:00
Original source
it definitely was
Archived author: Rymercyble • Posted: 2024-03-06T12:03:02.908000+00:00
Original source
only repacks are easier
Archived author: ZRG77 • Posted: 2024-03-06T12:03:08.368000+00:00
Original source
oh ok..
Archived author: ZRG77 • Posted: 2024-03-06T12:04:24.698000+00:00
Original source
foe what should i check in authserver.conf ?.. just username and pass?
Archived author: Anchy • Posted: 2024-03-06T12:05:02.067000+00:00
Original source
working directory is common problem that only DANK coders fix
Archived author: ZRG77 • Posted: 2024-03-06T12:05:41.177000+00:00
Original source
in authserver.conf should i check username and pass or am i wrong?..
Archived author: Foe • Posted: 2024-03-06T12:05:59.044000+00:00
Original source
Correct
Archived author: ZRG77 • Posted: 2024-03-06T12:06:04.602000+00:00
Original source
thank you
Archived author: Rymercyble • Posted: 2024-03-06T12:06:05.603000+00:00
Original source
im pretty sure guide is telling u what u need
Archived author: ZRG77 • Posted: 2024-03-06T12:06:37.041000+00:00
Original source
is this what im looking for? "##########################
# MYSQL SETTINGS
#
# LoginDatabaseInfo
# Description: Database connection settings for the realm server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;acore;acore;acore_auth"
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
#
# Database.Reconnect.Seconds
# Database.Reconnect.Attempts
#
# Description: How many seconds between every reconnection attempt
# and how many attempts will be performed in total
# Default: 20 attempts every 15 seconds
#
Database.Reconnect.Seconds = 15
Database.Reconnect.Attempts = 20
"