Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tealk

Pages: [1]
1
Allgemeine Diskussionen / Re: invalid channelID finden
« on: November 12, 2020, 08:08:30 PM »
Vielen lieben dank

2
Allgemeine Diskussionen / invalid channelID finden
« on: November 12, 2020, 06:59:56 PM »
Hi,

gibt es eine Möglichkeit Herauszufinden woher dieser Fehler kommt?
Code: [Select]
2020-11-12 00:01:18 JTS3ServerMod ERROR Unable to switch channel (own client ID: 1)!
2020-11-12 00:01:18 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 768: invalid channelID
Oder gehören die sogar nicht zusammen?

3
Allgemeine Diskussionen / Re: TSBot hat meine UID
« on: April 23, 2018, 10:50:36 PM »
Oh danke, das hab ich irgendwie beim Serverumzug überhaupt nicht mehr bedacht.

4
Allgemeine Diskussionen / TSBot hat meine UID
« on: April 16, 2018, 04:33:21 PM »
Hallo,

ich habe das Problem das der TSBot meine UID hat, wie kann ich dem TSBot eine andere/neue zuweisen?

5
wäre vielleicht hilfreich so ein beispiel in die Erklärung zu packen. Dann kann man sich ungefähr vorstellen wie lang das teil wird.

6
Allgemeine Diskussionen / Falschmeldung? Channel Notify message is to long
« on: September 24, 2016, 10:09:19 PM »
Hallo zusammen,

ich bekomme folgende Fehlermeldung obwohl meine Sätze nich tlänger als 100 Zeichen sind.

Code: [Select]
2016-09-24 14:47:21 Function channelnotify WARNING Channel Notify message is to long! Make sure that poke messages are not longer than 100 characters (including spaces and BBCode), check file: %apphome%config/anzahcraft/config/channelnotifymessages.cfg
2016-09-24 14:47:21 Function channelnotify WARNING Error while poking Client ID: 5
2016-09-24 14:47:21 Function channelnotify WARNING de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 1541: invalid parameter size
2016-09-24 14:47:21 Function channelnotify WARNING Error while poking Client ID: 31
2016-09-24 14:47:21 Function channelnotify WARNING de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 1541: invalid parameter size
2016-09-24 14:47:21 Function channelnotify WARNING Error while poking Client ID: 35
2016-09-24 14:47:21 Function channelnotify WARNING de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 1541: invalid parameter size

channelnotifymessages.cfg
Code: [Select]
# JTS3ServerMod Config File
# Channel Notify message, specified clients get this message as chat or poke message.
# You can use the following keywords, which will be replaced:
# %CLIENT_NAME% - Client Name
# %CLIENT_NAME_CLICKABLE% - Clickable client name (many characters, not useful for poke messages!)
# %CLIENT_DBID% - Client Database ID
# %CLIENT_UNIQUEID% - Client Unique ID
# %CHANNEL_NAME% - Watched Channel Name
# %CHANNEL_NAME_CLICKABLE% - Clickable watched Channel Name (many characters, not useful for poke messages!)
# Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
# Use the character sequence §+§ to split a long message into multiple messages.
User [b]%CLIENT_NAME_CLICKABLE%[/b] in %CHANNEL_NAME_CLICKABLE% braucht Support!

# Channel Notify message for the watched client.
# If enabled, clients joining the watched channel get this message as chat or poke message.
# You can use the following keywords, which will be replaced:
# %CLIENT_COUNT% - Number of target group clients who get informed about this client
# %CLIENT_NAMES% - List of names of target group clients who get informed about this client
# %CLIENT_NAMES_CLICKABLE% - List of clickable client names of target group clients who get informed about this client (many characters, not useful for poke messages!)
# %CHANNEL_NAME% - Watched Channel Name
# Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
# Use the character sequence §+§ to split a long message into multiple messages.
Bitte warten, %CLIENT_COUNT% Admins sind online und werden dir sofort helfen.

# Channel Notify message for the watched client, if no target group client is online.
# If enabled, clients joining the watched channel get this message as chat or poke message.
# You can use the following keywords, which will be replaced:
# %CHANNEL_NAME% - Watched Channel Name
# Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
# Use the character sequence §+§ to split a long message into multiple messages.
Es sind gerade keine Admins online, bitte schreibe uns ein Ticket.

Pages: [1]