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!

Setting up ChatServer and GameServer Configuration

Joined
Jun 16, 2013
Messages
66
Reaction score
34
Setup the ChatServer

After compiling

Edit "ChatServer/config/chatserver.properties"

change this value with your server IP (don't touch it if you are in local computer)
Code:
chatserver.network.client.address = 127.0.0.1:10241
Write your password here
Code:
chatserver.network.gameserver.password = Tutorial_password
Your chatserver is configured.
bossss201 - Setting up ChatServer and GameServer Configuration - RaGEZONE Forums




Now you need to go into GameServer folder


Edit "GameServer/config/main/gameserver.properties"
Change this value to "true"
Code:
gameserver.chatserver.enable = true
Edit "GameServer/config/network/network.properties"
Write the password you have define in your chatserver.properties
Code:
gameserver.network.chat.password = Tutorial_password
Your gameserver is configured with chatserver.
bossss201 - Setting up ChatServer and GameServer Configuration - RaGEZONE Forums




Now launch Login, Game and Chat Servers.
In game console, you have
Code:
INFO [main] com.aionengine.gameserver.network.chatserver.ChatServerConnection [ChatServerConnection.java:77] Connected to ChatServer!
INFO [InstantPool-2] com.aionengine.gameserver.network.chatserver.clientpackets.CM_CS_AUTH_RESPONSE [CM_CS_AUTH_RESPONSE.java:65] GameServer authed successfully IP : 127.0.0.1 Port: 10241

You have configured Chat

comand>>/1 /2 /3
808YSgc - Setting up ChatServer and GameServer Configuration - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Aug 15, 2014
Messages
1
Reaction score
0
doesnt work LFG. i cant see code

INFO [main] com.aionengine.gameserver.network.chatserver.ChatServerConnection [ChatServerConnection.java:77] Connected to ChatServer!
INFO [InstantPool-2] com.aionengine.gameserver.network.chatserver.clientpackets.CM_CS_AUTH_RESPONSE [CM_CS_AUTH_RESPONSE.java:65] GameServer authed successfully IP : 127.0.0.1 Port: 10241

q4ki3MI - Setting up ChatServer and GameServer Configuration - RaGEZONE Forums


VR60dsH - Setting up ChatServer and GameServer Configuration - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jul 8, 2014
Messages
91
Reaction score
4
There is no ChatServer/config/chatserver.properties" ??

Only things in chatserver/config map are /network/ map and slf4j-logback ??
 
Back
Top