Post
Topic
Board Meta
Re: Why are there time limits for posting here?
by
Grand_Voyageur
on 10/04/2015, 10:43:28 UTC
Thanks a lot guys.

As you all were saying, with 500 activity, there is a 4 second limit before next post, but what about more higher level members like Legendary, Staff, etc. with very much high activity? Do they face the same problems?

As per the formula...everyone with more than 500 activity has a 4 second limit, no matter how much higher is its own rank. By the while having read the sticky may have given you the answer before posting.

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);