Author Topic: Welcome Message - Limit?  (Read 7431 times)

ArtOfWarGaming

  • JTS3ServerMod Internal
  • *****
  • Posts: 1
    • View Profile
Welcome Message - Limit?
« on: February 05, 2017, 07:46:14 PM »
Hi,
I'm searching for a way to limit the number of times the welcome message goes to a group. I have a registered group and I only want the welcome message to send to them every 10th connection. I'm not sure how to accomplish this with the interface. Do I place 10 in the field?

Thanks for the help.

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Welcome Message - Limit?
« Reply #1 on: February 05, 2017, 08:31:43 PM »
Exactly this case is not easily possible. Taken from the manual:
Quote
A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.

Beals

  • JTS3ServerMod Internal
  • *****
  • Posts: 14
    • View Profile
    • Beals MMo Haven
Re: Welcome Message - Limit?
« Reply #2 on: February 17, 2017, 07:21:26 AM »
Exactly this case is not easily possible. Taken from the manual:
Quote
A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.

I to am lost on this can somen be added to show only every 10 joins or somen ?

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Welcome Message - Limit?
« Reply #3 on: February 17, 2017, 09:57:53 AM »
I to am lost on this can somen be added to show only every 10 joins or somen ?

Example:
1,11,21,31,41,51,61,71,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221
Just continue this line.

Problem: The character count is not endless, which means after 2048 characters the web interface will not save more numbers. But you would have the most clients. The config file may save more characters, but this was never tested!