Stefan1200's Forum

English => General Discussions => Topic started by: tmalek on May 05, 2012, 10:56:00 PM

Title: Advertising - All Channels
Post by: tmalek on May 05, 2012, 10:56:00 PM
Hello,
In JTS3servermod_server1.cfg have this option:

# Enable advertising, 0 = disable, 1 = send to virtual server, 2 = send to channel
advertising_enable = 0
# If mode 2 selected, set channel id to write advertising message into it
advertising_channel_id =
# Advertise every X minutes
advertising_repeat_time = 5
# Path to file which contains the advertising messages
advertising_file = config/advertising.cfg

How i change to send for ALL CHANNELS ? (Dont send to virtual server)
It's possible ?

Thanks.
Title: Re: Advertising - All Channels
Post by: Stefan1200 on May 06, 2012, 08:11:07 AM
Quote from: tmalek on May 05, 2012, 10:56:00 PM
How i change to send for ALL CHANNELS ? (Dont send to virtual server)
It's possible ?

The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)
Title: Re: Advertising - All Channels
Post by: tmalek on May 07, 2012, 11:12:16 AM
Quote from: Stefan1200 on May 06, 2012, 08:11:07 AM
The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)

The bot has some function to change room, send the message and proceed with the process?

Example:
I would like 5 in 5 minutes BOT was in every room to send message.

Is it possible?

EDIT:
Server chat is blocked on my TS3 Sever. (Users don't see, admins only.)
Title: Re: Advertising - All Channels
Post by: Stefan1200 on May 07, 2012, 06:57:47 PM
Quote from: tmalek on May 07, 2012, 11:12:16 AM
Server chat is blocked on my TS3 Sever. (Users don't see, admins only.)

Everyone can read it, thats enough :-)
Title: Re: Advertising - All Channels
Post by: tmalek on May 08, 2012, 10:38:25 PM
Only ServersAdmins can read and write in the chat server, for this precise reason that the bot send messages to all rooms, normal users can not read the chat server.

Waiting response :)
Title: Re: Advertising - All Channels
Post by: Stefan1200 on May 09, 2012, 07:19:42 AM
Quote from: Stefan1200 on May 06, 2012, 08:11:07 AM
The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)