bot join delay?

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
Hi,
When I hit "add 10 bots" button, instantly 10 bots connect to the server, but some servers detect flooding.
Is it possible to set some join delay for this function?
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
first what program we are talking on? :megusta: :megusta::megusta:
second i think so you can use loop maybe or make a button for it so every time you press it ,it will add one more bot :meh: :meh::meh:
 

carlborg

Active member
Joined
Feb 22, 2013
Messages
190
Reaction score
0
^^ sonictz ( as it was made in the sonicz question thread DUH )
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
ah i didn't see that lol , but i thought you are talking about it cuz of "10" at once xD

maybe you can change it in .ini file
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
there are only these ini settings for bots
Code:
### s0nicTz Project Bots ###
b0t_name = "Dave"
b0t_split_string = "_"
b0t_random_chars = "0123456789"
b0t_new_name_in_ms = 4000
b0t_add_num_bots = 10
b0t_random_length_from = 3
b0t_random_length_to = 6
#######################
I thought b0t_new_name_in_ms may change something but nothing has changed.. :fu: :fu::fu:
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
104
Use /.connectbot [Bot name]

Than just do it like 10 times but take pauses when you connect each bot
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
b0t_add_num_bots = 10
you tried this????
maybe you can do something with ,,
like this
b0t_add_num_bots = 2
b0t_add_num_bots = 3
b0t_add_num_bots = 5
...etc

you have to check the main code ,, ini is just setting i don't think that you can code in it like looping

but zin said a good idea though :) :):)
 
Top