Automatic Channel Creator

EGX

Member
Jan 15, 2017
41
3
46
Name of the script: Channel Filler ?

Functions of the script:
A bot will take care of counting the current number of clients online on the server then will make sure that there will be X channels if X players are connected, I'm not very clear I'll try to explain:

Imagine that there are 50 clients online there will be 15 public channel or if there are 10 connected there will be 5 channels with a function that we can blacklist groups (Eg: People owning a permanent channel, they are not affected during counting to avoid false couting.)


Why do you want it: To Avoid bunch unused channels.

Screenshots: N/A

Original source (if any): N/A

Other notes: I think it's huge so, there no special time..
 
Last edited:

XRV-Webix

Member
May 2, 2016
111
55
64
If you don't want unused channels, just allow temporary channels with a limited time.
Like... 12 hours. If nobody enters the channel, after 12 hours the channel is automatically deleted by the server.
 
  • Like
Reactions: EGX

EGX

Member
Jan 15, 2017
41
3
46
If you don't want unused channels, just allow temporary channels with a limited time.
Like... 12 hours. If nobody enters the channel, after 12 hours the channel is automatically deleted by the server.

I already think about that, but isn't smooth at all. I would make it more esthetic.. tbh
 

XRV-Webix

Member
May 2, 2016
111
55
64
from my point of view, what you want to acomplish is a bit complex because:
- The bot must ignore the permanent channels on the counting.
- The bot must also ignore the clients connected on the permanent channels.
- The bot must kick the clients from the temporary channel to delete it (i don't think this is smooth has you say).
- If there aren't enough channels for the people on the server, the bot should create new channels? (these will be empty. If you got 10-20 clients in one channel, you will have 5-10 empty channels? I don't think that is smooth either).
 
  • Like
Reactions: EGX

EGX

Member
Jan 15, 2017
41
3
46
I didn't see things like this thanks.

You just dropped my idea!
 

XRV-Webix

Member
May 2, 2016
111
55
64
Like i said... it's better to have temporary channels managed by the server itself.
You can configure the time a temporary channel will take to be deleted if nobody enters on it.
For me, it's the best.
 
  • Like
Reactions: EGX

XRV-Webix

Member
May 2, 2016
111
55
64
BTW, are you making request scripts ?
Request scripts? What you mean?
Personally, i avoid to use the query has much as possible. I keep it to a minimum.
Only JTS3ServerMod and my server creation module use it.
The query was not designed to be used intensively.
 

EGX

Member
Jan 15, 2017
41
3
46
Yeah true, that's why i'm using Sinusbot script and my only php scripts are ranksyst' & dynamic banner.

and about my release im speaking about if you can make me a script ?
 
Top