Post
Topic
Board Meta
Re: [LIST] Banned users - [TAG] Banned users
by
TheBeardedBaby
on 04/01/2019, 10:20:10 UTC

I think it's time Maggiordomo to be white-listed by the mods so you skip the cool down time between posts.
What is the current restriction for member regarding this?

Quote
How long do I need to wait between forum posts?
Waiting time between forum posts is calculated with the following formula:
Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

This is taken from Lauda's Newbies - Read before posting