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.
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);
I already read it but I am not a tech geek so not easy for me to understand, instead why would I ask?
Thanks for your help though, but I already saw this in the link in previously mentioned post prior to yours.
