Post
Topic
Board Beginners & Help
Merits 1 from 1 user
Re: Why I can't give merit to anyone ?
by
TheBeardedBaby
on 26/09/2018, 10:32:59 UTC
⭐ Merited by LTU_btc (1)
@iasenko, @Thirdspace, I didn't knew that. I thought that number of airdropped  Merits was determined by user rank and his activity, no matter he was active in 2017 or no. Seems that I was wrong. Well, good to learn something new, thanks guys!

Here is something usefull >
While specific formula is not given, theymos wrote that the initial sMerit is not solely determined by rank, but determined by rank and activity points obtained in the last year.

The exact formula was:

Code:
yearActivity = activity in the last ~year, max 378
freeMerit = the merit (not sMerit) you started with
modifier =
  0.1 if member
  0.2 if full member
  0.25 if sr member
  0.35 if hero
  0.4 if legendary

return (yearActivity/378) * modifier * freeMerit

So the most you could get is if you were a Legendary who maxed out your activity points in the last year, in which case you would get 1 * 0.4 * 1000 = 400 sMerit.

Note that I later made an adjustment giving 500 extra merit to some hero members, but no extra sMerit was given here.

I'll probably publish a dump of the initial sMerit at some point.