Initiate Mage
- Joined
- Apr 15, 2023
- Messages
- 2
- Reaction score
- 0
# Chat Server Config's:
# ----------------------------
# CS will listen for connections on specified address
# need to be your external Ip of your Live server
chatserver.network.client.address = 127.0.0.1:10241
# Address that will be used by CS to listen for GS connections
chatserver.network.gameserver.address = 127.0.0.1:9021
# Password to match for successful authentication of the game server
# NOTE: Don't forget to add your password!
chatserver.network.gameserver.password = aion
# log each channel request from client (debug purposes)
chatserver.log.channel.request = false
# Log requests to invalid channels (debug purposes)
chatserver.log.channel.invalid = false
# Log chat?
chatserver.log.chat = false
# Lang Chat
# 1 = English 7 = Swedish
# 2 = French 8 = Finnish
# 3 = German 9 = Norwegian
# 4 = Italian 10 = Greek
# 5 = Spanish
# 6 = Danish
chatserver.chat.lang = 3
login server.
game server. all work.
But the chet server doesn't work. Do you know how to solve the problem?