Thank you. During my time here, I've noticed some high-ranked members' privileges. Is there anything written about those privileges, and when does someone receive them?
One thing I learned is that it takes 360 seconds to post. Is there any way to reduce this time?
You can find all the details here:
Forum ranks/positions/badges (What do those shiny coins under my name mean?).
Strictly regarding your question, the answer is this:
Limits on postingwaittime = 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);
However, inside the topic I mentioned you will find other limitations as well (signature limitations, PMs limitations, what benefits gives the Copper membership etc.)..