Hi everyone. I have problem with files. Now i setup all okay.
This server setuped on VPS. I use 6 other client and same problem again.
Problems:
1 - I create on database akk but with that i cant connect. Error (Failed account)
2 - I connect with test acc (i dont create it.) but when click to server after that nothing.
But on auth server writse ip that i want to connect.
My configs.
PB_AUTH
# Auth client-server settings
auth.client.host = My VPS IP ADRESS
auth.client.port = 39190
auth.client.count.boss.threads = 1
auth.client.count.work.threads = 4
# Auth gameserver-client settings
auth.game.host = My VPS IP ADRESS
auth.game.port = 9889
auth.game.count.boss.threads = 1
auth.game.count.work.threads = 1
# Account settings
account.interval.between.login = 500
account.auto.create = true
account.min.length = 3
account.max.length = 10
account.bad.symbols = @#$%^&*?
# Password settings
password.min.length = 3
password.max.length = 10
password.bad.symbols = @#$%^&*?
# Other settings
show.byte.buffer = false
PB_BATTLE
# Game server connection settings
game.server.host = My VPS IP ADRESS
game.server.port = 29890
# Battle server settings
battle.server.host = My VPS IP ADRESS
battle.server.port = 40000
# Other settings
show.byte.buffer = false
PB_GAME
# Auth server connection settings
auth.server.host = My VPS IP ADRESS
auth.server.port = 9889
# Game server settings
game.server.id = 1
game.server.password = test
game.server.id1 = 2
game.server.password2 = test
# Game client server setting
game.server.host = My VPS IP ADRESS
game.server.port = 39191
game.server.count.boss.threads = 1
game.server.count.work.threads = 4
# UDP server setting
udp.server.host = My VPS IP ADRESS
udp.server.port = 29890
udp.server.count.boss.threads = 1
udp.server.count.work.threads = 1
# Other settings
show.byte.buffer = false





