Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Tech Support → [Solved] Topaz chat connect to pvpgn

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 5

1

Topic: [Solved] Topaz chat connect to pvpgn

hi, i need to use topaz chat in my sv
its this the log.

Apr 29 03:00:13 [info ] pvpgn::bnetd::handle_init_packet: [348] client initiated chat bot connection
Apr 29 03:00:13 [info ] pvpgn::bnetd::handle_bot_packet: [348] bot login for "Chat" refused (no bot access)
Apr 29 03:00:14 [info ] pvpgn::bnetd::conn_destroy: [348] closed bot connection

bnetd.conf

# Example: allowed_clients = war3,w3xp
allowed_clients = chat,d2dv,d2xp

bnetd_default_user.plain

# "BNET\\auth\\admin"="false"
"BNET\\auth\\command_groups"="1"
# "BNET\\auth\\announce"="false"
#"BNET\\auth\\botlogin"="false"
# "BNET\\auth\\operator"="false"
"BNET\\auth\\normallogin"="true"
"BNET\\auth\\changepass"="true"
"BNET\\auth\\changeprofile"="true"
# "BNET\\auth\\createnormalgame"="true"
# "BNET\\auth\\joinnormalgame"="true"
# "BNET\\auth\\createladdergame"="true"
# "BNET\\auth\\joinladdergame"="true"
# "BNET\\auth\\lock"="false"
# Specific channels can be specified to override the
# channel defaults and the plain operator setting:
# (use the long channel name)
# "BNET\\auth\\operator\\example channel"="false"
"BNET\\auth\\botlogin"="true"
# "BNET\\auth\\operator"="false"

2

Re: [Solved] Topaz chat connect to pvpgn

AFAIR, Topaz Chat uses telnet protocol .
Set "BNET\\auth\\botlogin"="true" for the bot account.

Do not ask for support in PM.

3

Re: [Solved] Topaz chat connect to pvpgn

that line is already in the file


bnetd_default_user.plain

# "BNET\\auth\\admin"="false"
"BNET\\auth\\command_groups"="1"
# "BNET\\auth\\announce"="false"
#"BNET\\auth\\botlogin"="false"
# "BNET\\auth\\operator"="false"
"BNET\\auth\\normallogin"="true"
"BNET\\auth\\changepass"="true"
"BNET\\auth\\changeprofile"="true"
# "BNET\\auth\\createnormalgame"="true"
# "BNET\\auth\\joinnormalgame"="true"
# "BNET\\auth\\createladdergame"="true"
# "BNET\\auth\\joinladdergame"="true"
# "BNET\\auth\\lock"="false"
# Specific channels can be specified to override the
# channel defaults and the plain operator setting:
# (use the long channel name)
# "BNET\\auth\\operator\\example channel"="false"
"BNET\\auth\\botlogin"="true"
# "BNET\\auth\\operator"="false"

4

Re: [Solved] Topaz chat connect to pvpgn

bnetd_default_user.plain is a template for a new account (if your server storage is plain files).
Make sure a user, that you trying connect with, has this option enabled.

For plain files you can find it in var/users/ACCOUNTNAME. For mysql it's in 'bnet" table. You should stop pvpgn before change it to make sure it was applied.

Do not ask for support in PM.

5

Re: [Solved] Topaz chat connect to pvpgn

HarpyWar wrote:

bnetd_default_user.plain is a template for a new account (if your server storage is plain files).
Make sure a user, that you trying connect with, has this option enabled.

For plain files you can find it in var/users/ACCOUNTNAME. For mysql it's in 'bnet" table. You should stop pvpgn before change it to make sure it was applied.

i understand, thxx! solved.

Posts: 5

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] Tech Support → [Solved] Topaz chat connect to pvpgn