-
Enthusiast
-
-
Account Upgraded | Title Enabled!
Re: [Release] Aion Lightning 4.0 - 1-Click Server problem error
\Gameserver\config\main\gameserver properties
# Enable connection with CS (ChatServer)
# Default: false
gameserver.chatserver.enable = false <-- edited true
-------------------------------------------------------------------------
\Gameserver\config\network\network properties
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password = <-- (edited you password - example 1234)
--------------------------------------------------------------------------------------
chatserver\config\chatserver properties edited
# Address that will be used by CS to listen for GS connections
chatserver.network.gameserver.address = localhost:9021
# Password to match for successful authentication of the game server
# NOTE: Don't forget to add your password!
chatserver.network.gameserver.password = <-- (edited you password - example 1234)