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!

chatserver LFG and Trade chat problem

Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
how can I activate it on Trade and LFG chat?
it is set up well despite running the emu and chat server
still not working
 
Blender Fan|Kinenbi Owner
Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
This one is defenitly working:



if not, check the settings!
 
Upvote 0
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
thx dwarfpicker friend :)
and what check the settings?



gameserver - networrk properties use

# 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 = wituska



and gameserver config main - gameserver properties

# Enable connection with CS (ChatServer)
# Default: false
gameserver.chatserver.enable = true


chatserver config chatserver properties

# CS will listen for connections on specified address
# need to be your external Ip of your Live server
chatserver.network.client.address = localhost:10241

# 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 = wituska



what is yet to be set? because I could not find anything ..
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
Oct 9, 2013
Messages
213
Reaction score
10
This one is defenitly working:



if not, check the settings!
hi dwaft about the chatserver doest work ingame.. search from aion wikis no such problem like mine..the setting are good and chatserver running fine here...only the command /lfg /trade cant be use..
 
Upvote 0
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
thanks dwarf
I do not want the server to operate world chat
However, many people disagree and I can not use the / / gag
and so the chat's no point in using the admin command
because the world can not chat on mute to punish any person swearing or arguing with
better the smooth LFG + TRADE + SAY
 
Upvote 0
Blender Fan|Kinenbi Owner
Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
btw did you try:
/1 Hello
/2 Hello
/3 Hello

/3 should be lfg chat!
 
Upvote 0
Experienced Elementalist
Joined
Oct 9, 2013
Messages
213
Reaction score
10
btw did you try:
/1 Hello
/2 Hello
/3 Hello

/3 should be lfg chat!
Capture.PNG - chatserver LFG and Trade chat problem - RaGEZONE Forums the command doesnt work dawnf..chatserver is running...when i hit the comand /lfg /trade doesnt show up..
 

Attachments

You must be registered for see attachments list
Upvote 0
Blender Fan|Kinenbi Owner
Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
chatserver.properties:

# CS will listen for connections on specified address
# need to be your external Ip of your Live server
chatserver.network.client.address = localhost:10241

# 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 = 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 = 1

# delay between messages. seconds. 0 to disable
# strongly recommended
chatserver.chat.message.delay = 30

# Specifies the frequency the chat server will be restarted
# Options: NEVER, DAILY, WEEKLY, MONTHLY
# Default: NEVER
chatserver.restart.frequency =

# Specifies the exact time of day the server should be restarted (of course respecting the frequency)
# Default: 5:00
chatserver.restart.time =

gameserver -> 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 = aion

thats all I set up for a working chatserver!
 
Upvote 0
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
hmm... /1 /2 /3?? no /LFG messege or /TRADE messege?

you can not rewrite it somehow instead of numbers on the terms originally?

/LFG and ect..
 
Upvote 0
Initiate Mage
Joined
Jan 4, 2018
Messages
16
Reaction score
0
lfg / trade don't work anyway.
Works other channels even without dedicated chat server. I use chat embeded in gs. Run only ls and gs.
 
Upvote 0
Initiate Mage
Joined
Apr 5, 2014
Messages
1
Reaction score
0
I am having exactly same issue... after enabling some debug logging I can see this:

22:56:39.421 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:56:49.484 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:56:59.547 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:29.624 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:49.752 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:59.812 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:28.035 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:38.095 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:48.164 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT

in the gameserver menu. It looks like the CLIENT does not talk to CHATSERVER at all! It only communicates with GAMESERVER. :(

I have tried Dwarf's newest edition and it did not make any difference so the problem must be in GAMESERVER code (which I have access to).

Anyone had this issue before?
 
Upvote 0
Experienced Elementalist
Joined
Apr 11, 2005
Messages
281
Reaction score
196
I am having exactly same issue... after enabling some debug logging I can see this:

22:56:39.421 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:56:49.484 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:56:59.547 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:29.624 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:49.752 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:57:59.812 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:28.035 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:38.095 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT
22:58:48.164 WARN [ReadWrite-0 Dispatcher]: - [PACKET SERVER] SM_CHAT_INIT

in the gameserver menu. It looks like the CLIENT does not talk to CHATSERVER at all! It only communicates with GAMESERVER. :(

I have tried Dwarf's newest edition and it did not make any difference so the problem must be in GAMESERVER code (which I have access to).

Anyone had this issue before?

I have the same situation, all configs setted good, server 5.1 ONYEN and client 5.1 NA = chat + channels working, but 5.6, 5.8 EU not working.
 
Last edited:
Upvote 0
Initiate Mage
Joined
Nov 17, 2020
Messages
1
Reaction score
1
Hello did anyone solve this LFG and TRADE chat problem? because its not working for me either.I am using EMU of Aion4.3_G-Robson26 with his client. TYNote:I just fixed it by changeing the chat server config file, to# CS will listen for connections on specified address# need to be your external Ip of your Live serverchatserver.network.client.address = this should be your ip adress like 192.234.1.30NOT your direct WAN IP.that will make it work and ask for connecting trough firewall.
 
Last edited:
Upvote 0
Back
Top