Author

Topic: Ho to establish profile? (Read 130 times)

member
Activity: 80
Merit: 46
December 11, 2018, 01:25:34 AM
#3
Your wait time will decrease as you gain more activity. You don't need to get a merit or rank up to reduce your wait time.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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




Thank you thread locked
legendary
Activity: 1806
Merit: 1827
December 11, 2018, 01:06:46 AM
#2
Your wait time will decrease as you gain more activity. You don't need to get a merit or rank up to reduce your wait time.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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

member
Activity: 80
Merit: 46
December 11, 2018, 12:56:56 AM
#1
I am kind of new here.. but then this merit thing happened - which is good in my humble opinion. Reduces the clutter.
But I have a 360 second limit between my posts .. asks me to establish my profile - does 'establish' necessarily mean I must rank up ? or earn merit? or just have more logged in hours??
Jump to: