Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help me plz

Initiate Mage
Joined
Apr 15, 2023
Messages
2
Reaction score
0
1681939376058 - help me plz - RaGEZONE Forums

# 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?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 2, 2023
Messages
196
Reaction score
326
View attachment 174198
# 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?
Change Java version

major 51 - java7
major 52 - java8
 
Upvote 0
Back
Top