Post
Topic
Board Beginners & Help
Topic OP
A QUICK READ OF THE NEWBIE README
by
quarkyplum
on 01/02/2014, 21:56:27 UTC
IS THE README TOO DIFFICULT TO READ, NEWBIE?
WELL, HERE IS A SUMMARY OF THE NEWBIE README

FORUM RULES
  • NO SPAM
  • NO BEGGING (AKA ASKING FOR BITCOINS)
  • NO REFERRAL LINKS

UPGRADES
  • 0 Posts: Brand New
  • 0 Activity: Newbie
  • 30 Activity: Jr. Member
  • 60 Activity: Member
  • 120 Activity: Full Member
  • 240 Activity: Sr. Member
  • 480 Activity: Hero Member
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 Times
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);