worldbroadcast
This table contains the broatcast texts.
Structure
Field | Type | Default | Comment |
---|---|---|---|
id | int(10) | ||
interval | int(11) | ||
random_interval | int(11) | ||
text | varchar(100) |
id
The unique ID for the text.
interval
Time in minutes to send this text again
random_interval
Random time in minute to add some dynamic to the periodic broadcast (rand(random_interval) + interval)
text
The text it self.
percent
The percentage how often the text would be broadcasted.