Topic: Can you check the chat log in pvpgn mysql?
Can you check the chat log in pvpgn mysql?
I need help
PvPGN Community Forums |
forums.pvpgn.pro → [EN] Diablo → Can you check the chat log in pvpgn mysql?
Can you check the chat log in pvpgn mysql?
I need help
Can you check the chat log in pvpgn mysql?
I need help
Yeap, change this setting to true in bnetd.conf
# Should private channel messages be logged to files in the chanlogdir
# directory? (see channels.list for public channels)
chanlog = true
Now you will have the chat log inside the folder var\chanlogs
PS: I think you must restart PvPGN for it to work.
Added: 08.03.2023 10:59
Note that in the configuration for public channels, this option must be activated in channel.conf.
# ---special name--- -----short name----- cltag bots- -ops- -log- ctry- realm max -mod-#
"The Void" "The Void" NULL true false true NULL NULL -1 true
Thank you Feofilaktt. I'll try.
Added: 09.03.2023 05:18
Will the chat log and the conversation in the game remain in the log?
Thank you Feofilaktt. I'll try.
Added: 09.03.2023 05:18
Will the chat log and the conversation in the game remain in the log?
I believe that only the lobby chat.. game chat is not saved by PvPGN.
Although it is also possible to save player commands (private conversations with the /f m command)
Feofilaktt is right, in-game is not captured or saved anywhere - I'm sure you could by querying packets.
If you want a budget logging solution, you could use something like Stealthbot to sit in your lobby and read everything that is said :-)
If your server is on Linux, it is even easier to solve this.
You can connect with any account via Telnet using a terminal manager, like Screen:
Use the telnet command to access the server
telnet localhost 23
And stay in the chat listening and recording all input to a local text file on the server.
forums.pvpgn.pro → [EN] Diablo → Can you check the chat log in pvpgn mysql?