We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
@ kirbz: I use tools to create an exe file, which just launch the jar file. As soon as possible I check if that tool was already updated.
its possible create a bot for each port in same process? or we must create a new process with a new config
example
# Teamspeak 3 virtual server ID or -1 to use ts3_virtualserver_port
ts3_virtualserver_id = 1,3,2
# Teamspeak 3 virtual server port, only needed if ts3_virtualserver_id is set to -1
ts3_virtualserver_port = 9987,9982.9912
thanks
Yes and yes. You have to create a new config, but you still need just one process. Just look into the JTS3ServerMod_InstanceManager.cfg.
Example for two bots if you have the files config/JTS3ServerMod_server1.cfg and config/JTS3ServerMod_server2.cfg:
Code:# Enable bot instance, 1 = yes, 0 = no # If 0, you can start the bot instance later by chat command from another running instance. 1.instance_enable = 1 # The name is needed to start or stop this bot instance by chat commands. 1.instance_name = 1stBot # Path to config file for this bot instance. 1.instance_config_path = config/JTS3ServerMod_server1.cfg # Path to log file for this bot instance. Leave empty to disable file logging. 1.instance_logfile_path = JTS3ServerMod_server1.log # Enable bot instance, 1 = yes, 0 = no # If 0, you can start the bot instance later by chat command from another running instance. 2.instance_enable = 1 # The name is needed to start or stop this bot instance by chat commands. 2.instance_name = 2ndBot # Path to config file for this bot instance. 2.instance_config_path = config/JTS3ServerMod_server2.cfg # Path to log file for this bot instance. Leave empty to disable file logging. 2.instance_logfile_path = JTS3ServerMod_server2.log
Does anyone plan to make bot similar to this one?
Its very good bot, but Stefan sadly don't have time to develop it and add new features (he probably will only update it when needed ex. new server version)
I'm looking for bot that has "Vote system" - I found one in the Addons section but its working only for windows (my server is on linux, and i really dont want to run the bot on my own machine)
I myself haven't devoted much time at conceiving any new features in my own Mod lately, but this idea of yours drew my attention...
What type of Voting system are we talking about here? Throw me any ideas you may have & I'll see what I can whip up...
- M.
Hi,
In the first sorry for my poor english ...
I use the latest version of this bot and it's work perfectly in windows, but when i want to execute this bot on my personal server in linux ubuntu, i have a error message again and again ...
Here the error message :
He say to me set permission ..... but the permission is already set ...JTS3ServerMod 3.6.6 Final (06.04.2013) Instance Manager started...
clan: Virtual bot instance "clan" starts now
clan: Successful connected to 127.0.0.1!
clan: Login as "serveradmin" successful!
clan: Warning: Unable to receive permission list! If wanted, set permission b_serverinstance_permission_list.
clan: Critical: Unable to select virtual server 1!
clan: selectVirtualServer(): Not connected to TS3 server!
clan: Virtual bot instance "clan" stopped
I try with the slow mode but it's not working ...
I try with the IP server instead of 127.0.0.1 but it's not working...
I try with the "ts3_virtualserver_port" but it's not working...
I don't know how can i fix it![]()
Can you help me ?
Thx in advance
This is the problem:
Critical: Unable to select virtual server 1!
Two possibilities: Your virtual server ID is not 1 or the bot was banned by the TS3 server in exact that moment where it tries to select that server.
Change this in your bot config file:
ts3_virtualserver_id = -1
ts3_virtualserver_port = YOUR TS3 SERVER PORT HERE
If the bot runs on the same machine, as your TS3 server, please use the following setting:
ts3_server_address = 127.0.0.1
Before you do any of this tests, please wait at least 10 Minutes after the last start of the bot (because the TS3 server might have banned the bot for 10 minutes). Please leave a line here if this is working. Thanks.
Thx for your answer![]()
I have a error message again:
Here a screenshot of the TS Server :[email protected]:/TS3ServerMod_nt# java -jar JTS3ServerMod.jar
JTS3ServerMod 3.6.6 Final (06.04.2013) Instance Manager started...
clan: Virtual bot instance "clan" starts now
clan: Successful connected to 127.0.0.1!
clan: Login as "serveradmin" successful!
clan: Warning: Unable to receive permission list! If wanted, set permission b_serverinstance_permission_list.
clan: Critical: Unable to select virtual server on port 9987!
clan: selectVirtualServer(): Not connected to TS3 server!
clan: Virtual bot instance "clan" stopped
And the ip of the server is in the Whitelist of TS server
@ pyrah: I have currently no idea, it seems everything is right. How you start the bot on linux? Maybe you can contact me by email too, so I can send you a debug version.
Hello,
First of all, this is a VERY nice Free Plugin/Bot for Teamspeak! I really like it. But i have one question.
Can you add a "Log" Feature to it? So for example:
If i activate the welcomemessage if someone connnect, the private message, that the bot send to the client, will get logged in an .log file. Its for security reason for %CLIENT_IP%.
This bot is running on my Windows server and my Teamspeak server is hosted by Darkstarllc, i get his error when i try and start the bot;
a2013-10-22 23:41:13 START_MOD Virtual bot instance "clan" starts now
2013-10-22 23:41:14 START_INFO Successful connected to T314.DARKSTARLLC.COM!
2013-10-22 23:41:14 START_INFO Login as "ts3bot" successful!
2013-10-22 23:41:14 PERMISSION_CACHE Warning: Unable to receive permission list! If wanted, set permission b_serverinstance_permission_list.
2013-10-22 23:41:14 PERMISSION_CACHE ServerQuery Error 2568 @ getList(): insufficient client permissions - Permission ID: 6
2013-10-22 23:41:15 START_INFO Successful selected virtual server 1!
2013-10-22 23:41:15 START_ERROR Warning: Unable to receive channel chat messages!
2013-10-22 23:41:15 START_ERROR ServerQuery Error 2568 @ addEventNotify(): insufficient client permissions - Permission ID: 43
2013-10-22 23:41:16 START_ERROR Warning: Unable to receive private chat messages!
2013-10-22 23:41:16 START_ERROR ServerQuery Error 2568 @ addEventNotify(): insufficient client permissions - Permission ID: 43
2013-10-22 23:41:16 START_ERROR Warning: Unable to receive private chat messages!
2013-10-22 23:41:16 START_ERROR ServerQuery Error 2568 @ addEventNotify(): insufficient client permissions - Permission ID: 43
2013-10-22 23:41:16 CHANNELLIST_ERROR Critical: Error while getting channel list!
2013-10-22 23:41:16 CHANNELLIST_ERROR ServerQuery Error 3331 @ getList(): flood ban
2013-10-22 23:41:16 STOP_MOD Virtual bot instance "clan" stopped
Last edited by dante696; April 27th, 2015 at 05:31 PM. Reason: merged
There are currently 12 users browsing this thread. (0 members and 12 guests)