Setting up ChatServer and GameServer Configuration

Newbie Spellweaver
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.




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.




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
 

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



 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
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 ??
 
Newbie Spellweaver
Joined
Jul 8, 2014
Messages
91
Reaction score
4
Oke found everything but doesnt work for me ! on 4.5