@ DeerHunter666: I guess your computer have an IPv6 configuration? Java prefer IPv6, but it seems your TS3 server is not reachable on that interface. Try to start the bot this way:
java -Djava.net.preferIPv4Stack=true -jar JTS3ServerMod.jar
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
@ DeerHunter666: I guess your computer have an IPv6 configuration? Java prefer IPv6, but it seems your TS3 server is not reachable on that interface. Try to start the bot this way:
java -Djava.net.preferIPv4Stack=true -jar JTS3ServerMod.jar
Hello im trying to run mutiply bot with one instance i create a cfg for each server i want it for, then restart the bot, but only the last one in the instance cfg file will start. is this support anymore?
Stefan,
That looks like a Linux command. I am using windows....
Feature request
This is all I always wanted, mix teamspeak 3 with levels. Auto-promoting clients after x total connections.
Example: user123 has 120 connections, he has still few, but if he gets 200 connection, he will be auto-promoted to Customer, then if he gets 400 to Master, if he gets 800 to Spiritual Guide and etc
Pls consider my idea to do that![]()
EDIT: For some reason, the bot was blocked on my contacts list. As soon as I unblocked it, it was fixed. I'm not sure why it was blocked, but oh well. Thanks for your work and dedication again!
Hey Stefan1200,
First off, I love the bot and great work!
Second, it seems that I'm the only person on the server who does not receive messages from the bot. I was the one that setup the bot on my TS server and while every other person receives the welcome message and idle messages(implemented idle move), I do not receive them. This affects me because I do not receive feedback from any commands (!botinfo, !bothelp, !exec, etc). Any idea what this could be? The logfile shows that it received the command, but I do not receive the message.
I appreciate the help Stefan, thanks!
RS
Last edited by ReactionShot; January 9th, 2014 at 08:10 PM.
In this case you did something wrong at the file JTS3ServerMod_InstanceManager.cfg. Make sure that instance_enable is enabled for all config files and you incremented the first number of that values.
Example:
Code:1.instance_enable = 1 1.instance_name = FirstBot 1.instance_config_path = config/JTS3ServerMod_server1.cfg 1.instance_logfile_path = JTS3ServerMod_server1.log 2.instance_enable = 1 2.instance_name = SecondBot 2.instance_config_path = config/JTS3ServerMod_server2.cfg 2.instance_logfile_path = JTS3ServerMod_server2.log 3.instance_enable = 1 3.instance_name = ThirdBot 3.instance_config_path = config/JTS3ServerMod_server3.cfg 3.instance_logfile_path = JTS3ServerMod_server3.log
Hi Stefan,
hab da ein kleines Problem mit dem Bot. Hab alles Installiert was der Bot braucht, aber so bald ich ihn starte kommt das:
hab alles nachgeschaut -.-Code:2014-01-11 20:16:33 START_MOD Virtual bot instance "server1" starts now 2014-01-11 20:16:54 START_ERROR Critical: Unable to connect to Teamspeak 3 server at 193.192.59.216! 2014-01-11 20:16:54 START_ERROR Exception connectTS3Query(): java.net.ConnectException: Connection timed out 2014-01-11 20:16:54 RECONNECT_INFO Reconnecting in 65 seconds...
***EDIT***
Code:# Config file of the JTS3ServerMod # http://www.stefan1200.de # This file must be saved with the encoding ISO-8859-1! # Teamspeak 3 server address ts3_server_address = 193.192.59.216 # Teamspeak 3 server query port, default is 10011 ts3_server_query_port = 10011 # Teamspeak 3 server query admin account name ts3_server_query_login = serveradmin # Teamspeak 3 server query admin password ts3_server_query_password = xxxxxxxx # Teamspeak 3 virtual server ID or -1 to use ts3_virtualserver_port ts3_virtualserver_id = 1 # Teamspeak 3 virtual server port, only needed if ts3_virtualserver_id is set to -1 ts3_virtualserver_port = -1
@ General1984: At the config file you set ts3_server_query_port to 10011 ?
yes
# Teamspeak 3 server query port, default is 10011
ts3_server_query_port = 10011
ok, testing
***EDIT***
Nope, same error.
Code:2014-01-11 21:10:05 START_MOD Virtual bot instance "server1" starts now 2014-01-11 21:10:26 START_ERROR Critical: Unable to connect to Teamspeak 3 server at 127.0.0.1! 2014-01-11 21:10:26 START_ERROR Exception connectTS3Query(): java.net.ConnectException: Connection timed out 2014-01-11 21:10:26 RECONNECT_INFO Reconnecting in 65 seconds...
There are currently 2 users browsing this thread. (0 members and 2 guests)