Can someone give a lamens terms on how the activity number is calculated please?
I get most of the explanation here:-
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
Activity is updated ever hour.
I just don't understand the "posts" bit in the brackets and if the activity is updated every hour how come ive had 378 as my activity for the past 3 days? Or does it only change according to the table of two week increments already posted?
Thanks.
I don't know how the formula works, but it's like this.
You get 14 activity points for every 1 post (I believe?) in a two week period. If your posts are higher than your activity, you need to make up the difference by posting. The cap is 14. The rest is potential activity.
Activity = min(time * 14, posts)
Increase activity by posting.
Activity is updated every 30 minutes.
Maximum of 14 activity every 2 weeks.
What is activity?Activity = min(time * 14, posts)
Increase activity by posting.
Activity is updated every 30 minutes.
Maximum of 14 activity every 2 weeks.
Wait Timeswaittime = 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);
- sorry if that doesn't make sense, I'm really tired and don't know what I'm saying lol